COLOR #363209

HEX: #363209
RGB: (54,50,9)

Color info

#363209 contains red, green and blue colors in about the same proportion. Web safe color of #363209 is #333300 (or #330).

RGB color model

#363209 color RGB value is (54,50,9).

  • red value is 54;
  • green value is 50;
  • blue value is 9.
RGB:
(54,50,9)
(21%,20%,4%)

RGB channels and saturation

R 54 of 255 = 21%
G 50 of 255 = 20%
B 9 of 255 = 4%

54
50
9

R + G + B ~ 15%. #363209 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 50 + 9 = 113 (100%)
R 54 of 113 ~ 47.79%
G 50 of 113 ~ 44.25%
B 9 of 113 ~ 7.96%

%47.79
%44.25

CMYK color model

#363209 color CMYK value is (0,7,83,79).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 83.33%
  • key color value is 78.82%
CMYK:
(0,7,83,79)
C0M7Y83K79 
(0%,7%,83%,79%)
(0.00/0.07/0.83/0.79)	

CMYK percentages

%0
%7.41
%83.33
%78.82

Codes

Color #363209 in popluar color models

363209
RGB54509
HSL55°71.43%12.35%
HSB/HSV55°83.33%21.18%
CMYK0.00%7.41%83.33%
78.82%

Color #363209 in popluar number systems.

HEX363209
Decimal54509
Binary1101101100101001
Octal666211

Shades and tints

Shades of #363209

#363209
(54,50,9)
#322E09
(50,46,9)
#2E2A09
(46,42,9)
#2A2609
(42,38,9)
#262209
(38,34,9)
#221E09
(34,30,9)
#1E1A09
(30,26,9)
#1A1609
(26,22,9)
#161209
(22,18,9)
#120E09
(18,14,9)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #363209

#363209
(54,50,9)
#48441F
(72,68,31)
#5A5635
(90,86,53)
#6C684B
(108,104,75)
#7E7A61
(126,122,97)
#908C77
(144,140,119)
#A29E8D
(162,158,141)
#B4B0A3
(180,176,163)
#C6C2B9
(198,194,185)
#D8D4CF
(216,212,207)
#EAE6E5
(234,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363209 color. Also use rgb(54,50,9) instead hex code.

Text Font Color

.myTextColor { color: #363209; }

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

This text font color is #363209.


Background Color

.myBgColor { background-color: #363209; }

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

This div background color is #363209.


Border color

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

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

This div border color is #363209.


Opacity

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

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

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

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

This text has shadow with #363209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363209 on black background.


Color preview on white background

This text has color #363209 on white background.



Black color preview on #363209 background

This text has black color on #363209 background.


White color preview on #363209 background

This text has white color on #363209 background.