COLOR #0F5D24

HEX: #0F5D24
RGB: (15,93,36)

Color info

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

RGB color model

#0F5D24 color RGB value is (15,93,36).

  • red value is 15;
  • green value is 93;
  • blue value is 36.
RGB:
(15,93,36)
(6%,36%,14%)

RGB channels and saturation

R 15 of 255 = 6%
G 93 of 255 = 36%
B 36 of 255 = 14%

15
93
36

R + G + B ~ 19%. #0F5D24 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 93 + 36 = 144 (100%)
R 15 of 144 ~ 10.42%
G 93 of 144 ~ 64.58%
B 36 of 144 ~ 25%

%10.42
%64.58
%25

CMYK color model

#0F5D24 color CMYK value is (84,0,61,64).

  • cyan value is 83.87%
  • magenta value is 0.00%
  • yellow value is 61.29%
  • key color value is 63.53%
CMYK:
(84,0,61,64)
C84M0Y61K64 
(84%,0%,61%,64%)
(0.84/0.00/0.61/0.64)	

CMYK percentages

%83.87
%0
%61.29
%63.53

Codes

Color #0F5D24 in popluar color models

0F5D24
RGB159336
HSL136°72.22%21.18%
HSB/HSV136°83.87%36.47%
CMYK83.87%0.00%61.29%
63.53%

Color #0F5D24 in popluar number systems.

HEX0F5D24
Decimal159336
Binary11111011101100100
Octal1713544

Shades and tints

Shades of #0F5D24

#0F5D24
(15,93,36)
#0E5521
(14,85,33)
#0D4D1E
(13,77,30)
#0C451B
(12,69,27)
#0B3D18
(11,61,24)
#0A3515
(10,53,21)
#092D12
(9,45,18)
#08250F
(8,37,15)
#071D0C
(7,29,12)
#061509
(6,21,9)
#050D06
(5,13,6)
#000000
(0,0,0)

Tints of #0F5D24

#0F5D24
(15,93,36)
#246B37
(36,107,55)
#39794A
(57,121,74)
#4E875D
(78,135,93)
#639570
(99,149,112)
#78A383
(120,163,131)
#8DB196
(141,177,150)
#A2BFA9
(162,191,169)
#B7CDBC
(183,205,188)
#CCDBCF
(204,219,207)
#E1E9E2
(225,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F5D24 color. Also use rgb(15,93,36) instead hex code.

Text Font Color

.myTextColor { color: #0F5D24; }

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

This text font color is #0F5D24.


Background Color

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

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

This div background color is #0F5D24.


Border color

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

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

This div border color is #0F5D24.


Opacity

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

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

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

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

This text has shadow with #0F5D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5D24 on black background.


Color preview on white background

This text has color #0F5D24 on white background.



Black color preview on #0F5D24 background

This text has black color on #0F5D24 background.


White color preview on #0F5D24 background

This text has white color on #0F5D24 background.