COLOR #312F06

HEX: #312F06
RGB: (49,47,6)

Color info

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

RGB color model

#312F06 color RGB value is (49,47,6).

  • red value is 49;
  • green value is 47;
  • blue value is 6.
RGB:
(49,47,6)
(19%,18%,2%)

RGB channels and saturation

R 49 of 255 = 19%
G 47 of 255 = 18%
B 6 of 255 = 2%

49
47
6

R + G + B ~ 13%. #312F06 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 47 + 6 = 102 (100%)
R 49 of 102 ~ 48.04%
G 47 of 102 ~ 46.08%
B 6 of 102 ~ 5.88%

%48.04
%46.08

CMYK color model

#312F06 color CMYK value is (0,4,88,81).

  • cyan value is 0.00%
  • magenta value is 4.08%
  • yellow value is 87.76%
  • key color value is 80.78%
CMYK:
(0,4,88,81)
C0M4Y88K81 
(0%,4%,88%,81%)
(0.00/0.04/0.88/0.81)	

CMYK percentages

%0
%4.08
%87.76
%80.78

Codes

Color #312F06 in popluar color models

312F06
RGB49476
HSL57°78.18%10.78%
HSB/HSV57°87.76%19.22%
CMYK0.00%4.08%87.76%
80.78%

Color #312F06 in popluar number systems.

HEX312F06
Decimal49476
Binary110001101111110
Octal61576

Shades and tints

Shades of #312F06

#312F06
(49,47,6)
#2D2B06
(45,43,6)
#292706
(41,39,6)
#252306
(37,35,6)
#211F06
(33,31,6)
#1D1B06
(29,27,6)
#191706
(25,23,6)
#151306
(21,19,6)
#110F06
(17,15,6)
#0D0B06
(13,11,6)
#090706
(9,7,6)
#000000
(0,0,0)

Tints of #312F06

#312F06
(49,47,6)
#43411C
(67,65,28)
#555332
(85,83,50)
#676548
(103,101,72)
#79775E
(121,119,94)
#8B8974
(139,137,116)
#9D9B8A
(157,155,138)
#AFADA0
(175,173,160)
#C1BFB6
(193,191,182)
#D3D1CC
(211,209,204)
#E5E3E2
(229,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #312F06 color. Also use rgb(49,47,6) instead hex code.

Text Font Color

.myTextColor { color: #312F06; }

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

This text font color is #312F06.


Background Color

.myBgColor { background-color: #312F06; }

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

This div background color is #312F06.


Border color

.myBorderColor { border: 1px solid #312F06; }

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

This div border color is #312F06.


Opacity

.myOpacity80 { color: #312F06; opacity: 0.8; }

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

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

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

This text has shadow with #312F06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312F06 on black background.


Color preview on white background

This text has color #312F06 on white background.



Black color preview on #312F06 background

This text has black color on #312F06 background.


White color preview on #312F06 background

This text has white color on #312F06 background.