COLOR #31574F

HEX: #31574F
RGB: (49,87,79)

Color info

#31574F contains red, green and blue colors in about the same proportion. Web safe color of #31574F is #336666 (or #366).

RGB color model

#31574F color RGB value is (49,87,79).

  • red value is 49;
  • green value is 87;
  • blue value is 79.
RGB:
(49,87,79)
(19%,34%,31%)

RGB channels and saturation

R 49 of 255 = 19%
G 87 of 255 = 34%
B 79 of 255 = 31%

49
87
79

R + G + B ~ 28%. #31574F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 87 + 79 = 215 (100%)
R 49 of 215 ~ 22.79%
G 87 of 215 ~ 40.47%
B 79 of 215 ~ 36.74%

%22.79
%40.47
%36.74

CMYK color model

#31574F color CMYK value is (44,0,9,66).

  • cyan value is 43.68%
  • magenta value is 0.00%
  • yellow value is 9.20%
  • key color value is 65.88%
CMYK:
(44,0,9,66)
C44M0Y9K66 
(44%,0%,9%,66%)
(0.44/0.00/0.09/0.66)	

CMYK percentages

%43.68
%0
%9.2
%65.88

Codes

Color #31574F in popluar color models

31574F
RGB498779
HSL167°27.94%26.67%
HSB/HSV167°43.68%34.12%
CMYK43.68%0.00%9.20%
65.88%

Color #31574F in popluar number systems.

HEX31574F
Decimal498779
Binary11000110101111001111
Octal61127117

Shades and tints

Shades of #31574F

#31574F
(49,87,79)
#2D5048
(45,80,72)
#294941
(41,73,65)
#25423A
(37,66,58)
#213B33
(33,59,51)
#1D342C
(29,52,44)
#192D25
(25,45,37)
#15261E
(21,38,30)
#111F17
(17,31,23)
#0D1810
(13,24,16)
#091109
(9,17,9)
#000000
(0,0,0)

Tints of #31574F

#31574F
(49,87,79)
#43665F
(67,102,95)
#55756F
(85,117,111)
#67847F
(103,132,127)
#79938F
(121,147,143)
#8BA29F
(139,162,159)
#9DB1AF
(157,177,175)
#AFC0BF
(175,192,191)
#C1CFCF
(193,207,207)
#D3DEDF
(211,222,223)
#E5EDEF
(229,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31574F color. Also use rgb(49,87,79) instead hex code.

Text Font Color

.myTextColor { color: #31574F; }

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

This text font color is #31574F.


Background Color

.myBgColor { background-color: #31574F; }

<div style="background-color:#31574F">Inner text</div>

This div background color is #31574F.


Border color

.myBorderColor { border: 1px solid #31574F; }

<div style="border:3px solid #31574F">Div</div>

This div border color is #31574F.


Opacity

.myOpacity80 { color: #31574F; opacity: 0.8; }

<p style="color:#31574F;opacity:0.8;">80%</p>

Text with #31574F 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 #31574F;}

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

This text has shadow with #31574F color.

.textShadow {text-shadow: 3px 3px 1px #31574F, 3px 3px 1px red;}

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

This text has shadow with #31574F primary color and red secondary color.


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

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

This text has shadow with #31574F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31574F on black background.


Color preview on white background

This text has color #31574F on white background.



Black color preview on #31574F background

This text has black color on #31574F background.


White color preview on #31574F background

This text has white color on #31574F background.