COLOR #1F595D

HEX: #1F595D
RGB: (31,89,93)

Color info

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

RGB color model

#1F595D color RGB value is (31,89,93).

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

RGB channels and saturation

R 31 of 255 = 12%
G 89 of 255 = 35%
B 93 of 255 = 36%

31
89
93

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

Portions of RGB colors in percentages

R + G + B =
31 + 89 + 93 = 213 (100%)
R 31 of 213 ~ 14.55%
G 89 of 213 ~ 41.78%
B 93 of 213 ~ 43.66%

%14.55
%41.78
%43.66

CMYK color model

#1F595D color CMYK value is (67,4,0,64).

  • cyan value is 66.67%
  • magenta value is 4.30%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(67,4,0,64)
C67M4Y0K64 
(67%,4%,0%,64%)
(0.67/0.04/0.00/0.64)	

CMYK percentages

%66.67
%4.3
%0
%63.53

Codes

Color #1F595D in popluar color models

1F595D
RGB318993
HSL184°50.00%24.31%
HSB/HSV184°66.67%36.47%
CMYK66.67%4.30%0.00%
63.53%

Color #1F595D in popluar number systems.

HEX1F595D
Decimal318993
Binary1111110110011011101
Octal37131135

Shades and tints

Shades of #1F595D

#1F595D
(31,89,93)
#1D5155
(29,81,85)
#1B494D
(27,73,77)
#194145
(25,65,69)
#17393D
(23,57,61)
#153135
(21,49,53)
#13292D
(19,41,45)
#112125
(17,33,37)
#0F191D
(15,25,29)
#0D1115
(13,17,21)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #1F595D

#1F595D
(31,89,93)
#33686B
(51,104,107)
#477779
(71,119,121)
#5B8687
(91,134,135)
#6F9595
(111,149,149)
#83A4A3
(131,164,163)
#97B3B1
(151,179,177)
#ABC2BF
(171,194,191)
#BFD1CD
(191,209,205)
#D3E0DB
(211,224,219)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F595D; }

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

This text font color is #1F595D.


Background Color

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

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

This div background color is #1F595D.


Border color

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

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

This div border color is #1F595D.


Opacity

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

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

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

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

This text has shadow with #1F595D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F595D on black background.


Color preview on white background

This text has color #1F595D on white background.



Black color preview on #1F595D background

This text has black color on #1F595D background.


White color preview on #1F595D background

This text has white color on #1F595D background.