COLOR #31472D

HEX: #31472D
RGB: (49,71,45)

Color info

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

RGB color model

#31472D color RGB value is (49,71,45).

  • red value is 49;
  • green value is 71;
  • blue value is 45.
RGB:
(49,71,45)
(19%,28%,18%)

RGB channels and saturation

R 49 of 255 = 19%
G 71 of 255 = 28%
B 45 of 255 = 18%

49
71
45

R + G + B ~ 22%. #31472D is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 71 + 45 = 165 (100%)
R 49 of 165 ~ 29.7%
G 71 of 165 ~ 43.03%
B 45 of 165 ~ 27.27%

%29.7
%43.03
%27.27

CMYK color model

#31472D color CMYK value is (31,0,37,72).

  • cyan value is 30.99%
  • magenta value is 0.00%
  • yellow value is 36.62%
  • key color value is 72.16%
CMYK:
(31,0,37,72)
C31M0Y37K72 
(31%,0%,37%,72%)
(0.31/0.00/0.37/0.72)	

CMYK percentages

%30.99
%0
%36.62
%72.16

Codes

Color #31472D in popluar color models

31472D
RGB497145
HSL111°22.41%22.75%
HSB/HSV111°36.62%27.84%
CMYK30.99%0.00%36.62%
72.16%

Color #31472D in popluar number systems.

HEX31472D
Decimal497145
Binary1100011000111101101
Octal6110755

Shades and tints

Shades of #31472D

#31472D
(49,71,45)
#2D4129
(45,65,41)
#293B25
(41,59,37)
#253521
(37,53,33)
#212F1D
(33,47,29)
#1D2919
(29,41,25)
#192315
(25,35,21)
#151D11
(21,29,17)
#11170D
(17,23,13)
#0D1109
(13,17,9)
#090B05
(9,11,5)
#000000
(0,0,0)

Tints of #31472D

#31472D
(49,71,45)
#435740
(67,87,64)
#556753
(85,103,83)
#677766
(103,119,102)
#798779
(121,135,121)
#8B978C
(139,151,140)
#9DA79F
(157,167,159)
#AFB7B2
(175,183,178)
#C1C7C5
(193,199,197)
#D3D7D8
(211,215,216)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31472D color. Also use rgb(49,71,45) instead hex code.

Text Font Color

.myTextColor { color: #31472D; }

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

This text font color is #31472D.


Background Color

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

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

This div background color is #31472D.


Border color

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

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

This div border color is #31472D.


Opacity

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

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

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

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

This text has shadow with #31472D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31472D on black background.


Color preview on white background

This text has color #31472D on white background.



Black color preview on #31472D background

This text has black color on #31472D background.


White color preview on #31472D background

This text has white color on #31472D background.