COLOR #1F5E4D

HEX: #1F5E4D
RGB: (31,94,77)

Color info

#1F5E4D contains mainly green and blue colors. Web safe color of #1F5E4D is #336633 (or #363).

RGB color model

#1F5E4D color RGB value is (31,94,77).

  • red value is 31;
  • green value is 94;
  • blue value is 77.
RGB:
(31,94,77)
(12%,37%,30%)

RGB channels and saturation

R 31 of 255 = 12%
G 94 of 255 = 37%
B 77 of 255 = 30%

31
94
77

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

Portions of RGB colors in percentages

R + G + B =
31 + 94 + 77 = 202 (100%)
R 31 of 202 ~ 15.35%
G 94 of 202 ~ 46.53%
B 77 of 202 ~ 38.12%

%15.35
%46.53
%38.12

CMYK color model

#1F5E4D color CMYK value is (67,0,18,63).

  • cyan value is 67.02%
  • magenta value is 0.00%
  • yellow value is 18.09%
  • key color value is 63.14%
CMYK:
(67,0,18,63)
C67M0Y18K63 
(67%,0%,18%,63%)
(0.67/0.00/0.18/0.63)	

CMYK percentages

%67.02
%0
%18.09
%63.14

Codes

Color #1F5E4D in popluar color models

1F5E4D
RGB319477
HSL164°50.40%24.51%
HSB/HSV164°67.02%36.86%
CMYK67.02%0.00%18.09%
63.14%

Color #1F5E4D in popluar number systems.

HEX1F5E4D
Decimal319477
Binary1111110111101001101
Octal37136115

Shades and tints

Shades of #1F5E4D

#1F5E4D
(31,94,77)
#1D5646
(29,86,70)
#1B4E3F
(27,78,63)
#194638
(25,70,56)
#173E31
(23,62,49)
#15362A
(21,54,42)
#132E23
(19,46,35)
#11261C
(17,38,28)
#0F1E15
(15,30,21)
#0D160E
(13,22,14)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #1F5E4D

#1F5E4D
(31,94,77)
#336C5D
(51,108,93)
#477A6D
(71,122,109)
#5B887D
(91,136,125)
#6F968D
(111,150,141)
#83A49D
(131,164,157)
#97B2AD
(151,178,173)
#ABC0BD
(171,192,189)
#BFCECD
(191,206,205)
#D3DCDD
(211,220,221)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F5E4D color. Also use rgb(31,94,77) instead hex code.

Text Font Color

.myTextColor { color: #1F5E4D; }

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

This text font color is #1F5E4D.


Background Color

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

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

This div background color is #1F5E4D.


Border color

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

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

This div border color is #1F5E4D.


Opacity

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

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

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

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

This text has shadow with #1F5E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5E4D on black background.


Color preview on white background

This text has color #1F5E4D on white background.



Black color preview on #1F5E4D background

This text has black color on #1F5E4D background.


White color preview on #1F5E4D background

This text has white color on #1F5E4D background.