COLOR #312B2B

HEX: #312B2B
RGB: (49,43,43)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

49
43
43

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

Portions of RGB colors in percentages

R + G + B =
49 + 43 + 43 = 135 (100%)
R 49 of 135 ~ 36.3%
G 43 of 135 ~ 31.85%
B 43 of 135 ~ 31.85%

%36.3
%31.85
%31.85

CMYK color model

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

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

CMYK percentages

%0
%12.24
%12.24
%80.78

Codes

Color #312B2B in popluar color models

312B2B
RGB494343
HSL6.52%18.04%
HSB/HSV12.24%19.22%
CMYK0.00%12.24%12.24%
80.78%

Color #312B2B in popluar number systems.

HEX312B2B
Decimal494343
Binary110001101011101011
Octal615353

Shades and tints

Shades of #312B2B

#312B2B
(49,43,43)
#2D2828
(45,40,40)
#292525
(41,37,37)
#252222
(37,34,34)
#211F1F
(33,31,31)
#1D1C1C
(29,28,28)
#191919
(25,25,25)
#151616
(21,22,22)
#111313
(17,19,19)
#0D1010
(13,16,16)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #312B2B

#312B2B
(49,43,43)
#433E3E
(67,62,62)
#555151
(85,81,81)
#676464
(103,100,100)
#797777
(121,119,119)
#8B8A8A
(139,138,138)
#9D9D9D
(157,157,157)
#AFB0B0
(175,176,176)
#C1C3C3
(193,195,195)
#D3D6D6
(211,214,214)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #312B2B; }

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

This text font color is #312B2B.


Background Color

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

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

This div background color is #312B2B.


Border color

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

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

This div border color is #312B2B.


Opacity

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

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

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

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

This text has shadow with #312B2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312B2B on black background.


Color preview on white background

This text has color #312B2B on white background.



Black color preview on #312B2B background

This text has black color on #312B2B background.


White color preview on #312B2B background

This text has white color on #312B2B background.