COLOR #0F5327

HEX: #0F5327 RGB: (15,83,39)

Color info

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

RGB color model

#0F5327 color RGB value is (15,83,39).

RGB: (15,83,39) (6%, 33%, 15%)

RGB channels and saturation

R 15 of 255 = 6%
G 83 of 255 = 33%
B 39 of 255 = 15%

15
83
39

R + G + B ~ 18%. #0F5327 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 83 + 39 = 137 (100%)
R 15 of 137 ~ 10.95%
G 83 of 137 ~ 60.58%
B 39 of 137 ~ 28.47'%

%10.95
%60.58
%28.47

CMYK color model

#0F5327 color CMYK value is (82,0,53,67).

  • cyan value is 81.93%
  • magenta value is 0.00%
  • yellow value is 53.01%
  • key color value is 67.45%
CMYK: (82,0,53,67) C82M0Y53K67 (82%,0%,53%,67%) (0.82/0.00/0.53/0.67) 

CMYK percentages

%81.93
%0
%53.01
%67.45

Codes

Color #0F5327 in popluar color models

0F 53 27
RGB 15 83 39
HSL 141° 69.39% 19.22%
HSB/HSV 141° 81.93% 32.55%
CMYK 81.93% 0.00% 53.01%
67.45%

Color #0F5327 in popluar number systems.

HEX 0F 53 27
Decimal 15 83 39
Binary 1111 1010011 100111
Octal 17 123 47

Shades and tints

Shades of #0F5327

#0F5327
(15,83,39)
#0E4C24
(14,76,36)
#0D4521
(13,69,33)
#0C3E1E
(12,62,30)
#0B371B
(11,55,27)
#0A3018
(10,48,24)
#092915
(9,41,21)
#082212
(8,34,18)
#071B0F
(7,27,15)
#06140C
(6,20,12)
#050D09
(5,13,9)
#000000
(0,0,0)

Tints of #0F5327

#0F5327
(15,83,39)
#24623A
(36,98,58)
#39714D
(57,113,77)
#4E8060
(78,128,96)
#638F73
(99,143,115)
#789E86
(120,158,134)
#8DAD99
(141,173,153)
#A2BCAC
(162,188,172)
#B7CBBF
(183,203,191)
#CCDAD2
(204,218,210)
#E1E9E5
(225,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F5327 color. Also use rgb(15,83,39) instead hex code.

Text Font Color

.myTextColor { color: #0F5327; }

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

This text font color is #0F5327.

Background Color

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

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

This div background color is #0F5327.

Border color

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

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

This div border color is #0F5327.

Opacity

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

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

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

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

This text has shadow with #0F5327 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F5327.

Preview

Color preview on black background

This text has color #0F5327 on black background.


Color preview on white background

This text has color #0F5327 on white background.


Black color preview on #0F5327 background

This text has black color on #0F5327 background.


White color preview on #0F5327 background

This text has white color on #0F5327 background.


Related colors

Complementary color

Complementary color for #hex is #F0ACD8.


I love getcolorcode.com

Triadic colors

1 #270F53 and #53270F with #0F5327 are triadic colors.

2 #27530F and #530F27 with #0F5327 are triadic colors.