COLOR #0F5224

HEX: #0F5224 RGB: (15,82,36)

Color info

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

RGB color model

#0F5224 color RGB value is (15,82,36).

RGB: (15,82,36) (6%, 32%, 14%)

RGB channels and saturation

R 15 of 255 = 6%
G 82 of 255 = 32%
B 36 of 255 = 14%

15
82
36

R + G + B ~ 17%. #0F5224 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 82 + 36 = 133 (100%)
R 15 of 133 ~ 11.28%
G 82 of 133 ~ 61.65%
B 36 of 133 ~ 27.07'%

%11.28
%61.65
%27.07

CMYK color model

#0F5224 color CMYK value is (82,0,56,68).

  • cyan value is 81.71%
  • magenta value is 0.00%
  • yellow value is 56.10%
  • key color value is 67.84%

CMYK: (82,0,56,68)
C82M0Y56K68 (82%, 0%, 56%, 68%)
(0.82 / 0.00 / 0.56 / 0.68)

CMYK percentages

%81.71
%0
%56.1
%67.84

Codes

Color #0F5224 in popluar color models

0F 52 24
RGB 15 82 36
HSL 139° 69.07% 19.02%
HSB/HSV 139° 81.71% 32.16%
CMYK 81.71% 0.00% 56.10%
67.84%

Color #0F5224 in popluar number systems.

HEX 0F 52 24
Decimal 15 82 36
Binary 1111 1010010 100100
Octal 17 122 44

Shades and tints

Shades of #0F5224

#0F5224
(15,82,36)
#0E4B21
(14,75,33)
#0D441E
(13,68,30)
#0C3D1B
(12,61,27)
#0B3618
(11,54,24)
#0A2F15
(10,47,21)
#092812
(9,40,18)
#08210F
(8,33,15)
#071A0C
(7,26,12)
#061309
(6,19,9)
#050C06
(5,12,6)
#000000
(0,0,0)

Tints of #0F5224

#0F5224
(15,82,36)
#246137
(36,97,55)
#39704A
(57,112,74)
#4E7F5D
(78,127,93)
#638E70
(99,142,112)
#789D83
(120,157,131)
#8DAC96
(141,172,150)
#A2BBA9
(162,187,169)
#B7CABC
(183,202,188)
#CCD9CF
(204,217,207)
#E1E8E2
(225,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F5224; }

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

This text font color is #0F5224.

Background Color

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

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

This div background color is #0F5224.

Border color

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

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

This div border color is #0F5224.

Opacity

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

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

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

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

This text has shadow with #0F5224 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F5224.

Preview

Color preview on black background

This text has color #0F5224 on black background.


Color preview on white background

This text has color #0F5224 on white background.


Black color preview on #0F5224 background

This text has black color on #0F5224 background.


White color preview on #0F5224 background

This text has white color on #0F5224 background.


Related colors

Complementary color

Complementary color for #hex is #F0ADDB.


I love getcolorcode.com

Triadic colors

1 #240F52 and #52240F with #0F5224 are triadic colors.

2 #24520F and #520F24 with #0F5224 are triadic colors.