COLOR #1F5509

HEX: #1F5509
RGB: (31,85,9)

Color info

#1F5509 contains mainly red and green colors. Web safe color of #1F5509 is #336600 (or #360).

RGB color model

#1F5509 color RGB value is (31,85,9).

  • red value is 31;
  • green value is 85;
  • blue value is 9.
RGB:
(31,85,9)
(12%,33%,4%)

RGB channels and saturation

R 31 of 255 = 12%
G 85 of 255 = 33%
B 9 of 255 = 4%

31
85
9

R + G + B ~ 16%. #1F5509 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 85 + 9 = 125 (100%)
R 31 of 125 ~ 24.8%
G 85 of 125 ~ 68%
B 9 of 125 ~ 7.2%

%24.8
%68

CMYK color model

#1F5509 color CMYK value is (64,0,89,67).

  • cyan value is 63.53%
  • magenta value is 0.00%
  • yellow value is 89.41%
  • key color value is 66.67%
CMYK:
(64,0,89,67)
C64M0Y89K67 
(64%,0%,89%,67%)
(0.64/0.00/0.89/0.67)	

CMYK percentages

%63.53
%0
%89.41
%66.67

Codes

Color #1F5509 in popluar color models

1F5509
RGB31859
HSL103°80.85%18.43%
HSB/HSV103°89.41%33.33%
CMYK63.53%0.00%89.41%
66.67%

Color #1F5509 in popluar number systems.

HEX1F5509
Decimal31859
Binary1111110101011001
Octal3712511

Shades and tints

Shades of #1F5509

#1F5509
(31,85,9)
#1D4E09
(29,78,9)
#1B4709
(27,71,9)
#194009
(25,64,9)
#173909
(23,57,9)
#153209
(21,50,9)
#132B09
(19,43,9)
#112409
(17,36,9)
#0F1D09
(15,29,9)
#0D1609
(13,22,9)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #1F5509

#1F5509
(31,85,9)
#33641F
(51,100,31)
#477335
(71,115,53)
#5B824B
(91,130,75)
#6F9161
(111,145,97)
#83A077
(131,160,119)
#97AF8D
(151,175,141)
#ABBEA3
(171,190,163)
#BFCDB9
(191,205,185)
#D3DCCF
(211,220,207)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F5509 color. Also use rgb(31,85,9) instead hex code.

Text Font Color

.myTextColor { color: #1F5509; }

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

This text font color is #1F5509.


Background Color

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

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

This div background color is #1F5509.


Border color

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

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

This div border color is #1F5509.


Opacity

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

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

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

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

This text has shadow with #1F5509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5509 on black background.


Color preview on white background

This text has color #1F5509 on white background.



Black color preview on #1F5509 background

This text has black color on #1F5509 background.


White color preview on #1F5509 background

This text has white color on #1F5509 background.