COLOR #0F5519

HEX: #0F5519
RGB: (15,85,25)

Color info

#0F5519 contains mainly green color. Web safe color of #0F5519 is #006600 (or #060).

RGB color model

#0F5519 color RGB value is (15,85,25).

  • red value is 15;
  • green value is 85;
  • blue value is 25.
RGB:
(15,85,25)
(6%,33%,10%)

RGB channels and saturation

R 15 of 255 = 6%
G 85 of 255 = 33%
B 25 of 255 = 10%

15
85
25

R + G + B ~ 16%. #0F5519 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 85 + 25 = 125 (100%)
R 15 of 125 ~ 12%
G 85 of 125 ~ 68%
B 25 of 125 ~ 20%

%12
%68
%20

CMYK color model

#0F5519 color CMYK value is (82,0,71,67).

  • cyan value is 82.35%
  • magenta value is 0.00%
  • yellow value is 70.59%
  • key color value is 66.67%
CMYK:
(82,0,71,67)
C82M0Y71K67 
(82%,0%,71%,67%)
(0.82/0.00/0.71/0.67)	

CMYK percentages

%82.35
%0
%70.59
%66.67

Codes

Color #0F5519 in popluar color models

0F5519
RGB158525
HSL129°70.00%19.61%
HSB/HSV129°82.35%33.33%
CMYK82.35%0.00%70.59%
66.67%

Color #0F5519 in popluar number systems.

HEX0F5519
Decimal158525
Binary1111101010111001
Octal1712531

Shades and tints

Shades of #0F5519

#0F5519
(15,85,25)
#0E4E17
(14,78,23)
#0D4715
(13,71,21)
#0C4013
(12,64,19)
#0B3911
(11,57,17)
#0A320F
(10,50,15)
#092B0D
(9,43,13)
#08240B
(8,36,11)
#071D09
(7,29,9)
#061607
(6,22,7)
#050F05
(5,15,5)
#000000
(0,0,0)

Tints of #0F5519

#0F5519
(15,85,25)
#24642D
(36,100,45)
#397341
(57,115,65)
#4E8255
(78,130,85)
#639169
(99,145,105)
#78A07D
(120,160,125)
#8DAF91
(141,175,145)
#A2BEA5
(162,190,165)
#B7CDB9
(183,205,185)
#CCDCCD
(204,220,205)
#E1EBE1
(225,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F5519 color. Also use rgb(15,85,25) instead hex code.

Text Font Color

.myTextColor { color: #0F5519; }

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

This text font color is #0F5519.


Background Color

.myBgColor { background-color: #0F5519; }

<div style="background-color:#0F5519">Inner text</div>

This div background color is #0F5519.


Border color

.myBorderColor { border: 1px solid #0F5519; }

<div style="border:3px solid #0F5519">Div</div>

This div border color is #0F5519.


Opacity

.myOpacity80 { color: #0F5519; opacity: 0.8; }

<p style="color:#0F5519;opacity:0.8;">80%</p>

Text with #0F5519 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 #0F5519;}

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

This text has shadow with #0F5519 color.

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

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

This text has shadow with #0F5519 primary color and red secondary color.


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

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

This text has shadow with #0F5519 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5519 on black background.


Color preview on white background

This text has color #0F5519 on white background.



Black color preview on #0F5519 background

This text has black color on #0F5519 background.


White color preview on #0F5519 background

This text has white color on #0F5519 background.