COLOR #1F594F

HEX: #1F594F
RGB: (31,89,79)

Color info

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

RGB color model

#1F594F color RGB value is (31,89,79).

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

RGB channels and saturation

R 31 of 255 = 12%
G 89 of 255 = 35%
B 79 of 255 = 31%

31
89
79

R + G + B ~ 26%. #1F594F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 89 + 79 = 199 (100%)
R 31 of 199 ~ 15.58%
G 89 of 199 ~ 44.72%
B 79 of 199 ~ 39.7%

%15.58
%44.72
%39.7

CMYK color model

#1F594F color CMYK value is (65,0,11,65).

  • cyan value is 65.17%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 65.10%
CMYK:
(65,0,11,65)
C65M0Y11K65 
(65%,0%,11%,65%)
(0.65/0.00/0.11/0.65)	

CMYK percentages

%65.17
%0
%11.24
%65.1

Codes

Color #1F594F in popluar color models

1F594F
RGB318979
HSL170°48.33%23.53%
HSB/HSV170°65.17%34.90%
CMYK65.17%0.00%11.24%
65.10%

Color #1F594F in popluar number systems.

HEX1F594F
Decimal318979
Binary1111110110011001111
Octal37131117

Shades and tints

Shades of #1F594F

#1F594F
(31,89,79)
#1D5148
(29,81,72)
#1B4941
(27,73,65)
#19413A
(25,65,58)
#173933
(23,57,51)
#15312C
(21,49,44)
#132925
(19,41,37)
#11211E
(17,33,30)
#0F1917
(15,25,23)
#0D1110
(13,17,16)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #1F594F

#1F594F
(31,89,79)
#33685F
(51,104,95)
#47776F
(71,119,111)
#5B867F
(91,134,127)
#6F958F
(111,149,143)
#83A49F
(131,164,159)
#97B3AF
(151,179,175)
#ABC2BF
(171,194,191)
#BFD1CF
(191,209,207)
#D3E0DF
(211,224,223)
#E7EFEF
(231,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F594F; }

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

This text font color is #1F594F.


Background Color

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

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

This div background color is #1F594F.


Border color

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

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

This div border color is #1F594F.


Opacity

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

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

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

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

This text has shadow with #1F594F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F594F on black background.


Color preview on white background

This text has color #1F594F on white background.



Black color preview on #1F594F background

This text has black color on #1F594F background.


White color preview on #1F594F background

This text has white color on #1F594F background.