COLOR #1F5F57

HEX: #1F5F57
RGB: (31,95,87)

Color info

#1F5F57 contains mainly green and blue colors. Web safe color of #1F5F57 is #336666 (or #366).

RGB color model

#1F5F57 color RGB value is (31,95,87).

  • red value is 31;
  • green value is 95;
  • blue value is 87.
RGB:
(31,95,87)
(12%,37%,34%)

RGB channels and saturation

R 31 of 255 = 12%
G 95 of 255 = 37%
B 87 of 255 = 34%

31
95
87

R + G + B ~ 28%. #1F5F57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 95 + 87 = 213 (100%)
R 31 of 213 ~ 14.55%
G 95 of 213 ~ 44.6%
B 87 of 213 ~ 40.85%

%14.55
%44.6
%40.85

CMYK color model

#1F5F57 color CMYK value is (67,0,8,63).

  • cyan value is 67.37%
  • magenta value is 0.00%
  • yellow value is 8.42%
  • key color value is 62.75%
CMYK:
(67,0,8,63)
C67M0Y8K63 
(67%,0%,8%,63%)
(0.67/0.00/0.08/0.63)	

CMYK percentages

%67.37
%0
%8.42
%62.75

Codes

Color #1F5F57 in popluar color models

1F5F57
RGB319587
HSL173°50.79%24.71%
HSB/HSV173°67.37%37.25%
CMYK67.37%0.00%8.42%
62.75%

Color #1F5F57 in popluar number systems.

HEX1F5F57
Decimal319587
Binary1111110111111010111
Octal37137127

Shades and tints

Shades of #1F5F57

#1F5F57
(31,95,87)
#1D5750
(29,87,80)
#1B4F49
(27,79,73)
#194742
(25,71,66)
#173F3B
(23,63,59)
#153734
(21,55,52)
#132F2D
(19,47,45)
#112726
(17,39,38)
#0F1F1F
(15,31,31)
#0D1718
(13,23,24)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #1F5F57

#1F5F57
(31,95,87)
#336D66
(51,109,102)
#477B75
(71,123,117)
#5B8984
(91,137,132)
#6F9793
(111,151,147)
#83A5A2
(131,165,162)
#97B3B1
(151,179,177)
#ABC1C0
(171,193,192)
#BFCFCF
(191,207,207)
#D3DDDE
(211,221,222)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F5F57 color. Also use rgb(31,95,87) instead hex code.

Text Font Color

.myTextColor { color: #1F5F57; }

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

This text font color is #1F5F57.


Background Color

.myBgColor { background-color: #1F5F57; }

<div style="background-color:#1F5F57">Inner text</div>

This div background color is #1F5F57.


Border color

.myBorderColor { border: 1px solid #1F5F57; }

<div style="border:3px solid #1F5F57">Div</div>

This div border color is #1F5F57.


Opacity

.myOpacity80 { color: #1F5F57; opacity: 0.8; }

<p style="color:#1F5F57;opacity:0.8;">80%</p>

Text with #1F5F57 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 #1F5F57;}

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

This text has shadow with #1F5F57 color.

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

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

This text has shadow with #1F5F57 primary color and red secondary color.


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

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

This text has shadow with #1F5F57 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5F57 on black background.


Color preview on white background

This text has color #1F5F57 on white background.



Black color preview on #1F5F57 background

This text has black color on #1F5F57 background.


White color preview on #1F5F57 background

This text has white color on #1F5F57 background.