COLOR #0F5027

HEX: #0F5027
RGB: (15,80,39)

Color info

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

RGB color model

#0F5027 color RGB value is (15,80,39).

  • red value is 15;
  • green value is 80;
  • blue value is 39.
RGB:
(15,80,39)
(6%,31%,15%)

RGB channels and saturation

R 15 of 255 = 6%
G 80 of 255 = 31%
B 39 of 255 = 15%

15
80
39

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

Portions of RGB colors in percentages

R + G + B =
15 + 80 + 39 = 134 (100%)
R 15 of 134 ~ 11.19%
G 80 of 134 ~ 59.7%
B 39 of 134 ~ 29.1%

%11.19
%59.7
%29.1

CMYK color model

#0F5027 color CMYK value is (81,0,51,69).

  • cyan value is 81.25%
  • magenta value is 0.00%
  • yellow value is 51.25%
  • key color value is 68.63%
CMYK:
(81,0,51,69)
C81M0Y51K69 
(81%,0%,51%,69%)
(0.81/0.00/0.51/0.69)	

CMYK percentages

%81.25
%0
%51.25
%68.63

Codes

Color #0F5027 in popluar color models

0F5027
RGB158039
HSL142°68.42%18.63%
HSB/HSV142°81.25%31.37%
CMYK81.25%0.00%51.25%
68.63%

Color #0F5027 in popluar number systems.

HEX0F5027
Decimal158039
Binary11111010000100111
Octal1712047

Shades and tints

Shades of #0F5027

#0F5027
(15,80,39)
#0E4924
(14,73,36)
#0D4221
(13,66,33)
#0C3B1E
(12,59,30)
#0B341B
(11,52,27)
#0A2D18
(10,45,24)
#092615
(9,38,21)
#081F12
(8,31,18)
#07180F
(7,24,15)
#06110C
(6,17,12)
#050A09
(5,10,9)
#000000
(0,0,0)

Tints of #0F5027

#0F5027
(15,80,39)
#245F3A
(36,95,58)
#396E4D
(57,110,77)
#4E7D60
(78,125,96)
#638C73
(99,140,115)
#789B86
(120,155,134)
#8DAA99
(141,170,153)
#A2B9AC
(162,185,172)
#B7C8BF
(183,200,191)
#CCD7D2
(204,215,210)
#E1E6E5
(225,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F5027; }

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

This text font color is #0F5027.


Background Color

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

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

This div background color is #0F5027.


Border color

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

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

This div border color is #0F5027.


Opacity

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

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

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

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

This text has shadow with #0F5027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5027 on black background.


Color preview on white background

This text has color #0F5027 on white background.



Black color preview on #0F5027 background

This text has black color on #0F5027 background.


White color preview on #0F5027 background

This text has white color on #0F5027 background.