COLOR #312B17

HEX: #312B17
RGB: (49,43,23)

Color info

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

RGB color model

#312B17 color RGB value is (49,43,23).

  • red value is 49;
  • green value is 43;
  • blue value is 23.
RGB:
(49,43,23)
(19%,17%,9%)

RGB channels and saturation

R 49 of 255 = 19%
G 43 of 255 = 17%
B 23 of 255 = 9%

49
43
23

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

Portions of RGB colors in percentages

R + G + B =
49 + 43 + 23 = 115 (100%)
R 49 of 115 ~ 42.61%
G 43 of 115 ~ 37.39%
B 23 of 115 ~ 20%

%42.61
%37.39
%20

CMYK color model

#312B17 color CMYK value is (0,12,53,81).

  • cyan value is 0.00%
  • magenta value is 12.24%
  • yellow value is 53.06%
  • key color value is 80.78%
CMYK:
(0,12,53,81)
C0M12Y53K81 
(0%,12%,53%,81%)
(0.00/0.12/0.53/0.81)	

CMYK percentages

%0
%12.24
%53.06
%80.78

Codes

Color #312B17 in popluar color models

312B17
RGB494323
HSL46°36.11%14.12%
HSB/HSV46°53.06%19.22%
CMYK0.00%12.24%53.06%
80.78%

Color #312B17 in popluar number systems.

HEX312B17
Decimal494323
Binary11000110101110111
Octal615327

Shades and tints

Shades of #312B17

#312B17
(49,43,23)
#2D2815
(45,40,21)
#292513
(41,37,19)
#252211
(37,34,17)
#211F0F
(33,31,15)
#1D1C0D
(29,28,13)
#19190B
(25,25,11)
#151609
(21,22,9)
#111307
(17,19,7)
#0D1005
(13,16,5)
#090D03
(9,13,3)
#000000
(0,0,0)

Tints of #312B17

#312B17
(49,43,23)
#433E2C
(67,62,44)
#555141
(85,81,65)
#676456
(103,100,86)
#79776B
(121,119,107)
#8B8A80
(139,138,128)
#9D9D95
(157,157,149)
#AFB0AA
(175,176,170)
#C1C3BF
(193,195,191)
#D3D6D4
(211,214,212)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #312B17 color. Also use rgb(49,43,23) instead hex code.

Text Font Color

.myTextColor { color: #312B17; }

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

This text font color is #312B17.


Background Color

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

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

This div background color is #312B17.


Border color

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

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

This div border color is #312B17.


Opacity

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

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

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

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

This text has shadow with #312B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312B17 on black background.


Color preview on white background

This text has color #312B17 on white background.



Black color preview on #312B17 background

This text has black color on #312B17 background.


White color preview on #312B17 background

This text has white color on #312B17 background.