COLOR #1F5B37

HEX: #1F5B37
RGB: (31,91,55)

Color info

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

RGB color model

#1F5B37 color RGB value is (31,91,55).

  • red value is 31;
  • green value is 91;
  • blue value is 55.
RGB:
(31,91,55)
(12%,36%,22%)

RGB channels and saturation

R 31 of 255 = 12%
G 91 of 255 = 36%
B 55 of 255 = 22%

31
91
55

R + G + B ~ 23%. #1F5B37 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 91 + 55 = 177 (100%)
R 31 of 177 ~ 17.51%
G 91 of 177 ~ 51.41%
B 55 of 177 ~ 31.07%

%17.51
%51.41
%31.07

CMYK color model

#1F5B37 color CMYK value is (66,0,40,64).

  • cyan value is 65.93%
  • magenta value is 0.00%
  • yellow value is 39.56%
  • key color value is 64.31%
CMYK:
(66,0,40,64)
C66M0Y40K64 
(66%,0%,40%,64%)
(0.66/0.00/0.40/0.64)	

CMYK percentages

%65.93
%0
%39.56
%64.31

Codes

Color #1F5B37 in popluar color models

1F5B37
RGB319155
HSL144°49.18%23.92%
HSB/HSV144°65.93%35.69%
CMYK65.93%0.00%39.56%
64.31%

Color #1F5B37 in popluar number systems.

HEX1F5B37
Decimal319155
Binary111111011011110111
Octal3713367

Shades and tints

Shades of #1F5B37

#1F5B37
(31,91,55)
#1D5332
(29,83,50)
#1B4B2D
(27,75,45)
#194328
(25,67,40)
#173B23
(23,59,35)
#15331E
(21,51,30)
#132B19
(19,43,25)
#112314
(17,35,20)
#0F1B0F
(15,27,15)
#0D130A
(13,19,10)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #1F5B37

#1F5B37
(31,91,55)
#336949
(51,105,73)
#47775B
(71,119,91)
#5B856D
(91,133,109)
#6F937F
(111,147,127)
#83A191
(131,161,145)
#97AFA3
(151,175,163)
#ABBDB5
(171,189,181)
#BFCBC7
(191,203,199)
#D3D9D9
(211,217,217)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F5B37 color. Also use rgb(31,91,55) instead hex code.

Text Font Color

.myTextColor { color: #1F5B37; }

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

This text font color is #1F5B37.


Background Color

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

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

This div background color is #1F5B37.


Border color

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

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

This div border color is #1F5B37.


Opacity

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

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

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

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

This text has shadow with #1F5B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5B37 on black background.


Color preview on white background

This text has color #1F5B37 on white background.



Black color preview on #1F5B37 background

This text has black color on #1F5B37 background.


White color preview on #1F5B37 background

This text has white color on #1F5B37 background.