COLOR #0F5B2D

HEX: #0F5B2D
RGB: (15,91,45)

Color info

#0F5B2D contains mainly green and blue colors. Web safe color of #0F5B2D is #006633 (or #063).

RGB color model

#0F5B2D color RGB value is (15,91,45).

  • red value is 15;
  • green value is 91;
  • blue value is 45.
RGB:
(15,91,45)
(6%,36%,18%)

RGB channels and saturation

R 15 of 255 = 6%
G 91 of 255 = 36%
B 45 of 255 = 18%

15
91
45

R + G + B ~ 20%. #0F5B2D is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 91 + 45 = 151 (100%)
R 15 of 151 ~ 9.93%
G 91 of 151 ~ 60.26%
B 45 of 151 ~ 29.8%

%9.93
%60.26
%29.8

CMYK color model

#0F5B2D color CMYK value is (84,0,51,64).

  • cyan value is 83.52%
  • magenta value is 0.00%
  • yellow value is 50.55%
  • key color value is 64.31%
CMYK:
(84,0,51,64)
C84M0Y51K64 
(84%,0%,51%,64%)
(0.84/0.00/0.51/0.64)	

CMYK percentages

%83.52
%0
%50.55
%64.31

Codes

Color #0F5B2D in popluar color models

0F5B2D
RGB159145
HSL144°71.70%20.78%
HSB/HSV144°83.52%35.69%
CMYK83.52%0.00%50.55%
64.31%

Color #0F5B2D in popluar number systems.

HEX0F5B2D
Decimal159145
Binary11111011011101101
Octal1713355

Shades and tints

Shades of #0F5B2D

#0F5B2D
(15,91,45)
#0E5329
(14,83,41)
#0D4B25
(13,75,37)
#0C4321
(12,67,33)
#0B3B1D
(11,59,29)
#0A3319
(10,51,25)
#092B15
(9,43,21)
#082311
(8,35,17)
#071B0D
(7,27,13)
#061309
(6,19,9)
#050B05
(5,11,5)
#000000
(0,0,0)

Tints of #0F5B2D

#0F5B2D
(15,91,45)
#246940
(36,105,64)
#397753
(57,119,83)
#4E8566
(78,133,102)
#639379
(99,147,121)
#78A18C
(120,161,140)
#8DAF9F
(141,175,159)
#A2BDB2
(162,189,178)
#B7CBC5
(183,203,197)
#CCD9D8
(204,217,216)
#E1E7EB
(225,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F5B2D color. Also use rgb(15,91,45) instead hex code.

Text Font Color

.myTextColor { color: #0F5B2D; }

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

This text font color is #0F5B2D.


Background Color

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

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

This div background color is #0F5B2D.


Border color

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

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

This div border color is #0F5B2D.


Opacity

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

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

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

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

This text has shadow with #0F5B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5B2D on black background.


Color preview on white background

This text has color #0F5B2D on white background.



Black color preview on #0F5B2D background

This text has black color on #0F5B2D background.


White color preview on #0F5B2D background

This text has white color on #0F5B2D background.