COLOR #1F5E42

HEX: #1F5E42
RGB: (31,94,66)

Color info

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

RGB color model

#1F5E42 color RGB value is (31,94,66).

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

RGB channels and saturation

R 31 of 255 = 12%
G 94 of 255 = 37%
B 66 of 255 = 26%

31
94
66

R + G + B ~ 25%. #1F5E42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 94 + 66 = 191 (100%)
R 31 of 191 ~ 16.23%
G 94 of 191 ~ 49.21%
B 66 of 191 ~ 34.55%

%16.23
%49.21
%34.55

CMYK color model

#1F5E42 color CMYK value is (67,0,30,63).

  • cyan value is 67.02%
  • magenta value is 0.00%
  • yellow value is 29.79%
  • key color value is 63.14%
CMYK:
(67,0,30,63)
C67M0Y30K63 
(67%,0%,30%,63%)
(0.67/0.00/0.30/0.63)	

CMYK percentages

%67.02
%0
%29.79
%63.14

Codes

Color #1F5E42 in popluar color models

1F5E42
RGB319466
HSL153°50.40%24.51%
HSB/HSV153°67.02%36.86%
CMYK67.02%0.00%29.79%
63.14%

Color #1F5E42 in popluar number systems.

HEX1F5E42
Decimal319466
Binary1111110111101000010
Octal37136102

Shades and tints

Shades of #1F5E42

#1F5E42
(31,94,66)
#1D563C
(29,86,60)
#1B4E36
(27,78,54)
#194630
(25,70,48)
#173E2A
(23,62,42)
#153624
(21,54,36)
#132E1E
(19,46,30)
#112618
(17,38,24)
#0F1E12
(15,30,18)
#0D160C
(13,22,12)
#0B0E06
(11,14,6)
#000000
(0,0,0)

Tints of #1F5E42

#1F5E42
(31,94,66)
#336C53
(51,108,83)
#477A64
(71,122,100)
#5B8875
(91,136,117)
#6F9686
(111,150,134)
#83A497
(131,164,151)
#97B2A8
(151,178,168)
#ABC0B9
(171,192,185)
#BFCECA
(191,206,202)
#D3DCDB
(211,220,219)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F5E42; }

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

This text font color is #1F5E42.


Background Color

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

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

This div background color is #1F5E42.


Border color

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

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

This div border color is #1F5E42.


Opacity

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

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

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

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

This text has shadow with #1F5E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5E42 on black background.


Color preview on white background

This text has color #1F5E42 on white background.



Black color preview on #1F5E42 background

This text has black color on #1F5E42 background.


White color preview on #1F5E42 background

This text has white color on #1F5E42 background.