COLOR #364435

HEX: #364435
RGB: (54,68,53)

Color info

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

RGB color model

#364435 color RGB value is (54,68,53).

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

RGB channels and saturation

R 54 of 255 = 21%
G 68 of 255 = 27%
B 53 of 255 = 21%

54
68
53

R + G + B ~ 23%. #364435 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 68 + 53 = 175 (100%)
R 54 of 175 ~ 30.86%
G 68 of 175 ~ 38.86%
B 53 of 175 ~ 30.29%

%30.86
%38.86
%30.29

CMYK color model

#364435 color CMYK value is (21,0,22,73).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 22.06%
  • key color value is 73.33%
CMYK:
(21,0,22,73)
C21M0Y22K73 
(21%,0%,22%,73%)
(0.21/0.00/0.22/0.73)	

CMYK percentages

%20.59
%0
%22.06
%73.33

Codes

Color #364435 in popluar color models

364435
RGB546853
HSL116°12.40%23.73%
HSB/HSV116°22.06%26.67%
CMYK20.59%0.00%22.06%
73.33%

Color #364435 in popluar number systems.

HEX364435
Decimal546853
Binary1101101000100110101
Octal6610465

Shades and tints

Shades of #364435

#364435
(54,68,53)
#323E31
(50,62,49)
#2E382D
(46,56,45)
#2A3229
(42,50,41)
#262C25
(38,44,37)
#222621
(34,38,33)
#1E201D
(30,32,29)
#1A1A19
(26,26,25)
#161415
(22,20,21)
#120E11
(18,14,17)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #364435

#364435
(54,68,53)
#485547
(72,85,71)
#5A6659
(90,102,89)
#6C776B
(108,119,107)
#7E887D
(126,136,125)
#90998F
(144,153,143)
#A2AAA1
(162,170,161)
#B4BBB3
(180,187,179)
#C6CCC5
(198,204,197)
#D8DDD7
(216,221,215)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364435; }

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

This text font color is #364435.


Background Color

.myBgColor { background-color: #364435; }

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

This div background color is #364435.


Border color

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

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

This div border color is #364435.


Opacity

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

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

Text with #364435 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 #364435;}

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

This text has shadow with #364435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364435 on black background.


Color preview on white background

This text has color #364435 on white background.



Black color preview on #364435 background

This text has black color on #364435 background.


White color preview on #364435 background

This text has white color on #364435 background.