COLOR #31371D

HEX: #31371D
RGB: (49,55,29)

Color info

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

RGB color model

#31371D color RGB value is (49,55,29).

  • red value is 49;
  • green value is 55;
  • blue value is 29.
RGB:
(49,55,29)
(19%,22%,11%)

RGB channels and saturation

R 49 of 255 = 19%
G 55 of 255 = 22%
B 29 of 255 = 11%

49
55
29

R + G + B ~ 17%. #31371D is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 55 + 29 = 133 (100%)
R 49 of 133 ~ 36.84%
G 55 of 133 ~ 41.35%
B 29 of 133 ~ 21.8%

%36.84
%41.35
%21.8

CMYK color model

#31371D color CMYK value is (11,0,47,78).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 47.27%
  • key color value is 78.43%
CMYK:
(11,0,47,78)
C11M0Y47K78 
(11%,0%,47%,78%)
(0.11/0.00/0.47/0.78)	

CMYK percentages

%10.91
%0
%47.27
%78.43

Codes

Color #31371D in popluar color models

31371D
RGB495529
HSL74°30.95%16.47%
HSB/HSV74°47.27%21.57%
CMYK10.91%0.00%47.27%
78.43%

Color #31371D in popluar number systems.

HEX31371D
Decimal495529
Binary11000111011111101
Octal616735

Shades and tints

Shades of #31371D

#31371D
(49,55,29)
#2D321B
(45,50,27)
#292D19
(41,45,25)
#252817
(37,40,23)
#212315
(33,35,21)
#1D1E13
(29,30,19)
#191911
(25,25,17)
#15140F
(21,20,15)
#110F0D
(17,15,13)
#0D0A0B
(13,10,11)
#090509
(9,5,9)
#000000
(0,0,0)

Tints of #31371D

#31371D
(49,55,29)
#434931
(67,73,49)
#555B45
(85,91,69)
#676D59
(103,109,89)
#797F6D
(121,127,109)
#8B9181
(139,145,129)
#9DA395
(157,163,149)
#AFB5A9
(175,181,169)
#C1C7BD
(193,199,189)
#D3D9D1
(211,217,209)
#E5EBE5
(229,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31371D color. Also use rgb(49,55,29) instead hex code.

Text Font Color

.myTextColor { color: #31371D; }

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

This text font color is #31371D.


Background Color

.myBgColor { background-color: #31371D; }

<div style="background-color:#31371D">Inner text</div>

This div background color is #31371D.


Border color

.myBorderColor { border: 1px solid #31371D; }

<div style="border:3px solid #31371D">Div</div>

This div border color is #31371D.


Opacity

.myOpacity80 { color: #31371D; opacity: 0.8; }

<p style="color:#31371D;opacity:0.8;">80%</p>

Text with #31371D 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 #31371D;}

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

This text has shadow with #31371D color.

.textShadow {text-shadow: 3px 3px 1px #31371D, 3px 3px 1px red;}

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

This text has shadow with #31371D primary color and red secondary color.


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

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

This text has shadow with #31371D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31371D on black background.


Color preview on white background

This text has color #31371D on white background.



Black color preview on #31371D background

This text has black color on #31371D background.


White color preview on #31371D background

This text has white color on #31371D background.