COLOR #313B2C

HEX: #313B2C
RGB: (49,59,44)

Color info

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

RGB color model

#313B2C color RGB value is (49,59,44).

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

RGB channels and saturation

R 49 of 255 = 19%
G 59 of 255 = 23%
B 44 of 255 = 17%

49
59
44

R + G + B ~ 20%. #313B2C is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 59 + 44 = 152 (100%)
R 49 of 152 ~ 32.24%
G 59 of 152 ~ 38.82%
B 44 of 152 ~ 28.95%

%32.24
%38.82
%28.95

CMYK color model

#313B2C color CMYK value is (17,0,25,77).

  • cyan value is 16.95%
  • magenta value is 0.00%
  • yellow value is 25.42%
  • key color value is 76.86%
CMYK:
(17,0,25,77)
C17M0Y25K77 
(17%,0%,25%,77%)
(0.17/0.00/0.25/0.77)	

CMYK percentages

%16.95
%0
%25.42
%76.86

Codes

Color #313B2C in popluar color models

313B2C
RGB495944
HSL100°14.56%20.20%
HSB/HSV100°25.42%23.14%
CMYK16.95%0.00%25.42%
76.86%

Color #313B2C in popluar number systems.

HEX313B2C
Decimal495944
Binary110001111011101100
Octal617354

Shades and tints

Shades of #313B2C

#313B2C
(49,59,44)
#2D3628
(45,54,40)
#293124
(41,49,36)
#252C20
(37,44,32)
#21271C
(33,39,28)
#1D2218
(29,34,24)
#191D14
(25,29,20)
#151810
(21,24,16)
#11130C
(17,19,12)
#0D0E08
(13,14,8)
#090904
(9,9,4)
#000000
(0,0,0)

Tints of #313B2C

#313B2C
(49,59,44)
#434C3F
(67,76,63)
#555D52
(85,93,82)
#676E65
(103,110,101)
#797F78
(121,127,120)
#8B908B
(139,144,139)
#9DA19E
(157,161,158)
#AFB2B1
(175,178,177)
#C1C3C4
(193,195,196)
#D3D4D7
(211,212,215)
#E5E5EA
(229,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313B2C color. Also use rgb(49,59,44) instead hex code.

Text Font Color

.myTextColor { color: #313B2C; }

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

This text font color is #313B2C.


Background Color

.myBgColor { background-color: #313B2C; }

<div style="background-color:#313B2C">Inner text</div>

This div background color is #313B2C.


Border color

.myBorderColor { border: 1px solid #313B2C; }

<div style="border:3px solid #313B2C">Div</div>

This div border color is #313B2C.


Opacity

.myOpacity80 { color: #313B2C; opacity: 0.8; }

<p style="color:#313B2C;opacity:0.8;">80%</p>

Text with #313B2C 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 #313B2C;}

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

This text has shadow with #313B2C color.

.textShadow {text-shadow: 3px 3px 1px #313B2C, 3px 3px 1px red;}

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

This text has shadow with #313B2C primary color and red secondary color.


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

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

This text has shadow with #313B2C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313B2C on black background.


Color preview on white background

This text has color #313B2C on white background.



Black color preview on #313B2C background

This text has black color on #313B2C background.


White color preview on #313B2C background

This text has white color on #313B2C background.