COLOR #1F5F59

HEX: #1F5F59
RGB: (31,95,89)

Color info

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

RGB color model

#1F5F59 color RGB value is (31,95,89).

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

RGB channels and saturation

R 31 of 255 = 12%
G 95 of 255 = 37%
B 89 of 255 = 35%

31
95
89

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

Portions of RGB colors in percentages

R + G + B =
31 + 95 + 89 = 215 (100%)
R 31 of 215 ~ 14.42%
G 95 of 215 ~ 44.19%
B 89 of 215 ~ 41.4%

%14.42
%44.19
%41.4

CMYK color model

#1F5F59 color CMYK value is (67,0,6,63).

  • cyan value is 67.37%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • key color value is 62.75%
CMYK:
(67,0,6,63)
C67M0Y6K63 
(67%,0%,6%,63%)
(0.67/0.00/0.06/0.63)	

CMYK percentages

%67.37
%0
%6.32
%62.75

Codes

Color #1F5F59 in popluar color models

1F5F59
RGB319589
HSL174°50.79%24.71%
HSB/HSV174°67.37%37.25%
CMYK67.37%0.00%6.32%
62.75%

Color #1F5F59 in popluar number systems.

HEX1F5F59
Decimal319589
Binary1111110111111011001
Octal37137131

Shades and tints

Shades of #1F5F59

#1F5F59
(31,95,89)
#1D5751
(29,87,81)
#1B4F49
(27,79,73)
#194741
(25,71,65)
#173F39
(23,63,57)
#153731
(21,55,49)
#132F29
(19,47,41)
#112721
(17,39,33)
#0F1F19
(15,31,25)
#0D1711
(13,23,17)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #1F5F59

#1F5F59
(31,95,89)
#336D68
(51,109,104)
#477B77
(71,123,119)
#5B8986
(91,137,134)
#6F9795
(111,151,149)
#83A5A4
(131,165,164)
#97B3B3
(151,179,179)
#ABC1C2
(171,193,194)
#BFCFD1
(191,207,209)
#D3DDE0
(211,221,224)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F5F59; }

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

This text font color is #1F5F59.


Background Color

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

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

This div background color is #1F5F59.


Border color

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

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

This div border color is #1F5F59.


Opacity

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

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

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

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

This text has shadow with #1F5F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5F59 on black background.


Color preview on white background

This text has color #1F5F59 on white background.



Black color preview on #1F5F59 background

This text has black color on #1F5F59 background.


White color preview on #1F5F59 background

This text has white color on #1F5F59 background.