COLOR #313B1B

HEX: #313B1B
RGB: (49,59,27)

Color info

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

RGB color model

#313B1B color RGB value is (49,59,27).

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

RGB channels and saturation

R 49 of 255 = 19%
G 59 of 255 = 23%
B 27 of 255 = 11%

49
59
27

R + G + B ~ 18%. #313B1B is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 59 + 27 = 135 (100%)
R 49 of 135 ~ 36.3%
G 59 of 135 ~ 43.7%
B 27 of 135 ~ 20%

%36.3
%43.7
%20

CMYK color model

#313B1B color CMYK value is (17,0,54,77).

  • cyan value is 16.95%
  • magenta value is 0.00%
  • yellow value is 54.24%
  • key color value is 76.86%
CMYK:
(17,0,54,77)
C17M0Y54K77 
(17%,0%,54%,77%)
(0.17/0.00/0.54/0.77)	

CMYK percentages

%16.95
%0
%54.24
%76.86

Codes

Color #313B1B in popluar color models

313B1B
RGB495927
HSL79°37.21%16.86%
HSB/HSV79°54.24%23.14%
CMYK16.95%0.00%54.24%
76.86%

Color #313B1B in popluar number systems.

HEX313B1B
Decimal495927
Binary11000111101111011
Octal617333

Shades and tints

Shades of #313B1B

#313B1B
(49,59,27)
#2D3619
(45,54,25)
#293117
(41,49,23)
#252C15
(37,44,21)
#212713
(33,39,19)
#1D2211
(29,34,17)
#191D0F
(25,29,15)
#15180D
(21,24,13)
#11130B
(17,19,11)
#0D0E09
(13,14,9)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #313B1B

#313B1B
(49,59,27)
#434C2F
(67,76,47)
#555D43
(85,93,67)
#676E57
(103,110,87)
#797F6B
(121,127,107)
#8B907F
(139,144,127)
#9DA193
(157,161,147)
#AFB2A7
(175,178,167)
#C1C3BB
(193,195,187)
#D3D4CF
(211,212,207)
#E5E5E3
(229,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313B1B; }

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

This text font color is #313B1B.


Background Color

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

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

This div background color is #313B1B.


Border color

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

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

This div border color is #313B1B.


Opacity

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

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

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

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

This text has shadow with #313B1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313B1B on black background.


Color preview on white background

This text has color #313B1B on white background.



Black color preview on #313B1B background

This text has black color on #313B1B background.


White color preview on #313B1B background

This text has white color on #313B1B background.