COLOR #312B2F

HEX: #312B2F
RGB: (49,43,47)

Color info

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

RGB color model

#312B2F color RGB value is (49,43,47).

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

RGB channels and saturation

R 49 of 255 = 19%
G 43 of 255 = 17%
B 47 of 255 = 18%

49
43
47

R + G + B ~ 18%. #312B2F is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 43 + 47 = 139 (100%)
R 49 of 139 ~ 35.25%
G 43 of 139 ~ 30.94%
B 47 of 139 ~ 33.81%

%35.25
%30.94
%33.81

CMYK color model

#312B2F color CMYK value is (0,12,4,81).

  • cyan value is 0.00%
  • magenta value is 12.24%
  • yellow value is 4.08%
  • key color value is 80.78%
CMYK:
(0,12,4,81)
C0M12Y4K81 
(0%,12%,4%,81%)
(0.00/0.12/0.04/0.81)	

CMYK percentages

%0
%12.24
%4.08
%80.78

Codes

Color #312B2F in popluar color models

312B2F
RGB494347
HSL320°6.52%18.04%
HSB/HSV320°12.24%19.22%
CMYK0.00%12.24%4.08%
80.78%

Color #312B2F in popluar number systems.

HEX312B2F
Decimal494347
Binary110001101011101111
Octal615357

Shades and tints

Shades of #312B2F

#312B2F
(49,43,47)
#2D282B
(45,40,43)
#292527
(41,37,39)
#252223
(37,34,35)
#211F1F
(33,31,31)
#1D1C1B
(29,28,27)
#191917
(25,25,23)
#151613
(21,22,19)
#11130F
(17,19,15)
#0D100B
(13,16,11)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #312B2F

#312B2F
(49,43,47)
#433E41
(67,62,65)
#555153
(85,81,83)
#676465
(103,100,101)
#797777
(121,119,119)
#8B8A89
(139,138,137)
#9D9D9B
(157,157,155)
#AFB0AD
(175,176,173)
#C1C3BF
(193,195,191)
#D3D6D1
(211,214,209)
#E5E9E3
(229,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #312B2F; }

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

This text font color is #312B2F.


Background Color

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

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

This div background color is #312B2F.


Border color

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

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

This div border color is #312B2F.


Opacity

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

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

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

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

This text has shadow with #312B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312B2F on black background.


Color preview on white background

This text has color #312B2F on white background.



Black color preview on #312B2F background

This text has black color on #312B2F background.


White color preview on #312B2F background

This text has white color on #312B2F background.