COLOR #1F5F51

HEX: #1F5F51
RGB: (31,95,81)

Color info

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

RGB color model

#1F5F51 color RGB value is (31,95,81).

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

RGB channels and saturation

R 31 of 255 = 12%
G 95 of 255 = 37%
B 81 of 255 = 32%

31
95
81

R + G + B ~ 27%. #1F5F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 95 + 81 = 207 (100%)
R 31 of 207 ~ 14.98%
G 95 of 207 ~ 45.89%
B 81 of 207 ~ 39.13%

%14.98
%45.89
%39.13

CMYK color model

#1F5F51 color CMYK value is (67,0,15,63).

  • cyan value is 67.37%
  • magenta value is 0.00%
  • yellow value is 14.74%
  • key color value is 62.75%
CMYK:
(67,0,15,63)
C67M0Y15K63 
(67%,0%,15%,63%)
(0.67/0.00/0.15/0.63)	

CMYK percentages

%67.37
%0
%14.74
%62.75

Codes

Color #1F5F51 in popluar color models

1F5F51
RGB319581
HSL167°50.79%24.71%
HSB/HSV167°67.37%37.25%
CMYK67.37%0.00%14.74%
62.75%

Color #1F5F51 in popluar number systems.

HEX1F5F51
Decimal319581
Binary1111110111111010001
Octal37137121

Shades and tints

Shades of #1F5F51

#1F5F51
(31,95,81)
#1D574A
(29,87,74)
#1B4F43
(27,79,67)
#19473C
(25,71,60)
#173F35
(23,63,53)
#15372E
(21,55,46)
#132F27
(19,47,39)
#112720
(17,39,32)
#0F1F19
(15,31,25)
#0D1712
(13,23,18)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #1F5F51

#1F5F51
(31,95,81)
#336D60
(51,109,96)
#477B6F
(71,123,111)
#5B897E
(91,137,126)
#6F978D
(111,151,141)
#83A59C
(131,165,156)
#97B3AB
(151,179,171)
#ABC1BA
(171,193,186)
#BFCFC9
(191,207,201)
#D3DDD8
(211,221,216)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F5F51; }

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

This text font color is #1F5F51.


Background Color

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

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

This div background color is #1F5F51.


Border color

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

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

This div border color is #1F5F51.


Opacity

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

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

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

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

This text has shadow with #1F5F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5F51 on black background.


Color preview on white background

This text has color #1F5F51 on white background.



Black color preview on #1F5F51 background

This text has black color on #1F5F51 background.


White color preview on #1F5F51 background

This text has white color on #1F5F51 background.