COLOR #364035

HEX: #364035
RGB: (54,64,53)

Color info

#364035 contains red, green and blue colors in about the same proportion. Web safe color of #364035 is #333333 (or #333).

RGB color model

#364035 color RGB value is (54,64,53).

  • red value is 54;
  • green value is 64;
  • blue value is 53.
RGB:
(54,64,53)
(21%,25%,21%)

RGB channels and saturation

R 54 of 255 = 21%
G 64 of 255 = 25%
B 53 of 255 = 21%

54
64
53

R + G + B ~ 22%. #364035 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 64 + 53 = 171 (100%)
R 54 of 171 ~ 31.58%
G 64 of 171 ~ 37.43%
B 53 of 171 ~ 30.99%

%31.58
%37.43
%30.99

CMYK color model

#364035 color CMYK value is (16,0,17,75).

  • cyan value is 15.63%
  • magenta value is 0.00%
  • yellow value is 17.19%
  • key color value is 74.90%
CMYK:
(16,0,17,75)
C16M0Y17K75 
(16%,0%,17%,75%)
(0.16/0.00/0.17/0.75)	

CMYK percentages

%15.63
%0
%17.19
%74.9

Codes

Color #364035 in popluar color models

364035
RGB546453
HSL115°9.40%22.94%
HSB/HSV115°17.19%25.10%
CMYK15.63%0.00%17.19%
74.90%

Color #364035 in popluar number systems.

HEX364035
Decimal546453
Binary1101101000000110101
Octal6610065

Shades and tints

Shades of #364035

#364035
(54,64,53)
#323B31
(50,59,49)
#2E362D
(46,54,45)
#2A3129
(42,49,41)
#262C25
(38,44,37)
#222721
(34,39,33)
#1E221D
(30,34,29)
#1A1D19
(26,29,25)
#161815
(22,24,21)
#121311
(18,19,17)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #364035

#364035
(54,64,53)
#485147
(72,81,71)
#5A6259
(90,98,89)
#6C736B
(108,115,107)
#7E847D
(126,132,125)
#90958F
(144,149,143)
#A2A6A1
(162,166,161)
#B4B7B3
(180,183,179)
#C6C8C5
(198,200,197)
#D8D9D7
(216,217,215)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364035 color. Also use rgb(54,64,53) instead hex code.

Text Font Color

.myTextColor { color: #364035; }

<p style="color:#364035">This sample text font color is #364035.</p>

This text font color is #364035.


Background Color

.myBgColor { background-color: #364035; }

<div style="background-color:#364035">Inner text</div>

This div background color is #364035.


Border color

.myBorderColor { border: 1px solid #364035; }

<div style="border:3px solid #364035">Div</div>

This div border color is #364035.


Opacity

.myOpacity80 { color: #364035; opacity: 0.8; }

<p style="color:#364035;opacity:0.8;">80%</p>

Text with #364035 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #364035;}

<p style="text-shadow: 3px 3px 1px #364035">Text here.</p>

This text has shadow with #364035 color.

.textShadow {text-shadow: 3px 3px 1px #364035, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #364035, 5px 5px 20px red">Text here.</p>

This text has shadow with #364035 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#364035, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#364035, Direction=45, Strength=4)">Text</p>

This text has shadow with #364035 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #364035;
  -webkit-box-shadow:	1px 1px 3px 2px #364035;
  box-shadow:		1px 1px 3px 2px #364035;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #364035;
-webkit-box-shadow: 1px 1px 3px 2px #364035;
box-shadow:1px 1px 3px 2px #364035;">
Div content here</div>
This div box has shadow with color #364035.

Preview

Color preview on black background

This text has color #364035 on black background.


Color preview on white background

This text has color #364035 on white background.



Black color preview on #364035 background

This text has black color on #364035 background.


White color preview on #364035 background

This text has white color on #364035 background.