COLOR #1F5D3B

HEX: #1F5D3B
RGB: (31,93,59)

Color info

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

RGB color model

#1F5D3B color RGB value is (31,93,59).

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

RGB channels and saturation

R 31 of 255 = 12%
G 93 of 255 = 36%
B 59 of 255 = 23%

31
93
59

R + G + B ~ 24%. #1F5D3B is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 93 + 59 = 183 (100%)
R 31 of 183 ~ 16.94%
G 93 of 183 ~ 50.82%
B 59 of 183 ~ 32.24%

%16.94
%50.82
%32.24

CMYK color model

#1F5D3B color CMYK value is (67,0,37,64).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 36.56%
  • key color value is 63.53%
CMYK:
(67,0,37,64)
C67M0Y37K64 
(67%,0%,37%,64%)
(0.67/0.00/0.37/0.64)	

CMYK percentages

%66.67
%0
%36.56
%63.53

Codes

Color #1F5D3B in popluar color models

1F5D3B
RGB319359
HSL147°50.00%24.31%
HSB/HSV147°66.67%36.47%
CMYK66.67%0.00%36.56%
63.53%

Color #1F5D3B in popluar number systems.

HEX1F5D3B
Decimal319359
Binary111111011101111011
Octal3713573

Shades and tints

Shades of #1F5D3B

#1F5D3B
(31,93,59)
#1D5536
(29,85,54)
#1B4D31
(27,77,49)
#19452C
(25,69,44)
#173D27
(23,61,39)
#153522
(21,53,34)
#132D1D
(19,45,29)
#112518
(17,37,24)
#0F1D13
(15,29,19)
#0D150E
(13,21,14)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #1F5D3B

#1F5D3B
(31,93,59)
#336B4C
(51,107,76)
#47795D
(71,121,93)
#5B876E
(91,135,110)
#6F957F
(111,149,127)
#83A390
(131,163,144)
#97B1A1
(151,177,161)
#ABBFB2
(171,191,178)
#BFCDC3
(191,205,195)
#D3DBD4
(211,219,212)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F5D3B; }

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

This text font color is #1F5D3B.


Background Color

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

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

This div background color is #1F5D3B.


Border color

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

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

This div border color is #1F5D3B.


Opacity

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

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

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

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

This text has shadow with #1F5D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5D3B on black background.


Color preview on white background

This text has color #1F5D3B on white background.



Black color preview on #1F5D3B background

This text has black color on #1F5D3B background.


White color preview on #1F5D3B background

This text has white color on #1F5D3B background.