COLOR #312009

HEX: #312009
RGB: (49,32,9)

Color info

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

RGB color model

#312009 color RGB value is (49,32,9).

  • red value is 49;
  • green value is 32;
  • blue value is 9.
RGB:
(49,32,9)
(19%,13%,4%)

RGB channels and saturation

R 49 of 255 = 19%
G 32 of 255 = 13%
B 9 of 255 = 4%

49
32
9

R + G + B ~ 12%. #312009 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 32 + 9 = 90 (100%)
R 49 of 90 ~ 54.44%
G 32 of 90 ~ 35.56%
B 9 of 90 ~ 10%

%54.44
%35.56
%10

CMYK color model

#312009 color CMYK value is (0,35,82,81).

  • cyan value is 0.00%
  • magenta value is 34.69%
  • yellow value is 81.63%
  • key color value is 80.78%
CMYK:
(0,35,82,81)
C0M35Y82K81 
(0%,35%,82%,81%)
(0.00/0.35/0.82/0.81)	

CMYK percentages

%0
%34.69
%81.63
%80.78

Codes

Color #312009 in popluar color models

312009
RGB49329
HSL35°68.97%11.37%
HSB/HSV35°81.63%19.22%
CMYK0.00%34.69%81.63%
80.78%

Color #312009 in popluar number systems.

HEX312009
Decimal49329
Binary1100011000001001
Octal614011

Shades and tints

Shades of #312009

#312009
(49,32,9)
#2D1E09
(45,30,9)
#291C09
(41,28,9)
#251A09
(37,26,9)
#211809
(33,24,9)
#1D1609
(29,22,9)
#191409
(25,20,9)
#151209
(21,18,9)
#111009
(17,16,9)
#0D0E09
(13,14,9)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #312009

#312009
(49,32,9)
#43341F
(67,52,31)
#554835
(85,72,53)
#675C4B
(103,92,75)
#797061
(121,112,97)
#8B8477
(139,132,119)
#9D988D
(157,152,141)
#AFACA3
(175,172,163)
#C1C0B9
(193,192,185)
#D3D4CF
(211,212,207)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #312009 color. Also use rgb(49,32,9) instead hex code.

Text Font Color

.myTextColor { color: #312009; }

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

This text font color is #312009.


Background Color

.myBgColor { background-color: #312009; }

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

This div background color is #312009.


Border color

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

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

This div border color is #312009.


Opacity

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

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

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

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

This text has shadow with #312009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312009 on black background.


Color preview on white background

This text has color #312009 on white background.



Black color preview on #312009 background

This text has black color on #312009 background.


White color preview on #312009 background

This text has white color on #312009 background.