COLOR #312B23

HEX: #312B23
RGB: (49,43,35)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

49
43
35

R + G + B ~ 17%. #312B23 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 43 + 35 = 127 (100%)
R 49 of 127 ~ 38.58%
G 43 of 127 ~ 33.86%
B 35 of 127 ~ 27.56%

%38.58
%33.86
%27.56

CMYK color model

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

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

CMYK percentages

%0
%12.24
%28.57
%80.78

Codes

Color #312B23 in popluar color models

312B23
RGB494335
HSL34°16.67%16.47%
HSB/HSV34°28.57%19.22%
CMYK0.00%12.24%28.57%
80.78%

Color #312B23 in popluar number systems.

HEX312B23
Decimal494335
Binary110001101011100011
Octal615343

Shades and tints

Shades of #312B23

#312B23
(49,43,35)
#2D2820
(45,40,32)
#29251D
(41,37,29)
#25221A
(37,34,26)
#211F17
(33,31,23)
#1D1C14
(29,28,20)
#191911
(25,25,17)
#15160E
(21,22,14)
#11130B
(17,19,11)
#0D1008
(13,16,8)
#090D05
(9,13,5)
#000000
(0,0,0)

Tints of #312B23

#312B23
(49,43,35)
#433E37
(67,62,55)
#55514B
(85,81,75)
#67645F
(103,100,95)
#797773
(121,119,115)
#8B8A87
(139,138,135)
#9D9D9B
(157,157,155)
#AFB0AF
(175,176,175)
#C1C3C3
(193,195,195)
#D3D6D7
(211,214,215)
#E5E9EB
(229,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #312B23; }

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

This text font color is #312B23.


Background Color

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

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

This div background color is #312B23.


Border color

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

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

This div border color is #312B23.


Opacity

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

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

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

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

This text has shadow with #312B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312B23 on black background.


Color preview on white background

This text has color #312B23 on white background.



Black color preview on #312B23 background

This text has black color on #312B23 background.


White color preview on #312B23 background

This text has white color on #312B23 background.