COLOR #31473C

HEX: #31473C
RGB: (49,71,60)

Color info

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

RGB color model

#31473C color RGB value is (49,71,60).

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

RGB channels and saturation

R 49 of 255 = 19%
G 71 of 255 = 28%
B 60 of 255 = 24%

49
71
60

R + G + B ~ 24%. #31473C is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 71 + 60 = 180 (100%)
R 49 of 180 ~ 27.22%
G 71 of 180 ~ 39.44%
B 60 of 180 ~ 33.33%

%27.22
%39.44
%33.33

CMYK color model

#31473C color CMYK value is (31,0,15,72).

  • cyan value is 30.99%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 72.16%
CMYK:
(31,0,15,72)
C31M0Y15K72 
(31%,0%,15%,72%)
(0.31/0.00/0.15/0.72)	

CMYK percentages

%30.99
%0
%15.49
%72.16

Codes

Color #31473C in popluar color models

31473C
RGB497160
HSL150°18.33%23.53%
HSB/HSV150°30.99%27.84%
CMYK30.99%0.00%15.49%
72.16%

Color #31473C in popluar number systems.

HEX31473C
Decimal497160
Binary1100011000111111100
Octal6110774

Shades and tints

Shades of #31473C

#31473C
(49,71,60)
#2D4137
(45,65,55)
#293B32
(41,59,50)
#25352D
(37,53,45)
#212F28
(33,47,40)
#1D2923
(29,41,35)
#19231E
(25,35,30)
#151D19
(21,29,25)
#111714
(17,23,20)
#0D110F
(13,17,15)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #31473C

#31473C
(49,71,60)
#43574D
(67,87,77)
#55675E
(85,103,94)
#67776F
(103,119,111)
#798780
(121,135,128)
#8B9791
(139,151,145)
#9DA7A2
(157,167,162)
#AFB7B3
(175,183,179)
#C1C7C4
(193,199,196)
#D3D7D5
(211,215,213)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31473C color. Also use rgb(49,71,60) instead hex code.

Text Font Color

.myTextColor { color: #31473C; }

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

This text font color is #31473C.


Background Color

.myBgColor { background-color: #31473C; }

<div style="background-color:#31473C">Inner text</div>

This div background color is #31473C.


Border color

.myBorderColor { border: 1px solid #31473C; }

<div style="border:3px solid #31473C">Div</div>

This div border color is #31473C.


Opacity

.myOpacity80 { color: #31473C; opacity: 0.8; }

<p style="color:#31473C;opacity:0.8;">80%</p>

Text with #31473C 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 #31473C;}

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

This text has shadow with #31473C color.

.textShadow {text-shadow: 3px 3px 1px #31473C, 3px 3px 1px red;}

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

This text has shadow with #31473C primary color and red secondary color.


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

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

This text has shadow with #31473C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31473C on black background.


Color preview on white background

This text has color #31473C on white background.



Black color preview on #31473C background

This text has black color on #31473C background.


White color preview on #31473C background

This text has white color on #31473C background.