COLOR #0F5A13

HEX: #0F5A13
RGB: (15,90,19)

Color info

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

RGB color model

#0F5A13 color RGB value is (15,90,19).

  • red value is 15;
  • green value is 90;
  • blue value is 19.
RGB:
(15,90,19)
(6%,35%,7%)

RGB channels and saturation

R 15 of 255 = 6%
G 90 of 255 = 35%
B 19 of 255 = 7%

15
90
19

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

Portions of RGB colors in percentages

R + G + B =
15 + 90 + 19 = 124 (100%)
R 15 of 124 ~ 12.1%
G 90 of 124 ~ 72.58%
B 19 of 124 ~ 15.32%

%12.1
%72.58
%15.32

CMYK color model

#0F5A13 color CMYK value is (83,0,79,65).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 78.89%
  • key color value is 64.71%
CMYK:
(83,0,79,65)
C83M0Y79K65 
(83%,0%,79%,65%)
(0.83/0.00/0.79/0.65)	

CMYK percentages

%83.33
%0
%78.89
%64.71

Codes

Color #0F5A13 in popluar color models

0F5A13
RGB159019
HSL123°71.43%20.59%
HSB/HSV123°83.33%35.29%
CMYK83.33%0.00%78.89%
64.71%

Color #0F5A13 in popluar number systems.

HEX0F5A13
Decimal159019
Binary1111101101010011
Octal1713223

Shades and tints

Shades of #0F5A13

#0F5A13
(15,90,19)
#0E5212
(14,82,18)
#0D4A11
(13,74,17)
#0C4210
(12,66,16)
#0B3A0F
(11,58,15)
#0A320E
(10,50,14)
#092A0D
(9,42,13)
#08220C
(8,34,12)
#071A0B
(7,26,11)
#06120A
(6,18,10)
#050A09
(5,10,9)
#000000
(0,0,0)

Tints of #0F5A13

#0F5A13
(15,90,19)
#246928
(36,105,40)
#39783D
(57,120,61)
#4E8752
(78,135,82)
#639667
(99,150,103)
#78A57C
(120,165,124)
#8DB491
(141,180,145)
#A2C3A6
(162,195,166)
#B7D2BB
(183,210,187)
#CCE1D0
(204,225,208)
#E1F0E5
(225,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F5A13 color. Also use rgb(15,90,19) instead hex code.

Text Font Color

.myTextColor { color: #0F5A13; }

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

This text font color is #0F5A13.


Background Color

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

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

This div background color is #0F5A13.


Border color

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

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

This div border color is #0F5A13.


Opacity

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

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

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

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

This text has shadow with #0F5A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5A13 on black background.


Color preview on white background

This text has color #0F5A13 on white background.



Black color preview on #0F5A13 background

This text has black color on #0F5A13 background.


White color preview on #0F5A13 background

This text has white color on #0F5A13 background.