COLOR #0F511C

HEX: #0F511C
RGB: (15,81,28)

Color info

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

RGB color model

#0F511C color RGB value is (15,81,28).

  • red value is 15;
  • green value is 81;
  • blue value is 28.
RGB:
(15,81,28)
(6%,32%,11%)

RGB channels and saturation

R 15 of 255 = 6%
G 81 of 255 = 32%
B 28 of 255 = 11%

15
81
28

R + G + B ~ 16%. #0F511C is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 81 + 28 = 124 (100%)
R 15 of 124 ~ 12.1%
G 81 of 124 ~ 65.32%
B 28 of 124 ~ 22.58%

%12.1
%65.32
%22.58

CMYK color model

#0F511C color CMYK value is (81,0,65,68).

  • cyan value is 81.48%
  • magenta value is 0.00%
  • yellow value is 65.43%
  • key color value is 68.24%
CMYK:
(81,0,65,68)
C81M0Y65K68 
(81%,0%,65%,68%)
(0.81/0.00/0.65/0.68)	

CMYK percentages

%81.48
%0
%65.43
%68.24

Codes

Color #0F511C in popluar color models

0F511C
RGB158128
HSL132°68.75%18.82%
HSB/HSV132°81.48%31.76%
CMYK81.48%0.00%65.43%
68.24%

Color #0F511C in popluar number systems.

HEX0F511C
Decimal158128
Binary1111101000111100
Octal1712134

Shades and tints

Shades of #0F511C

#0F511C
(15,81,28)
#0E4A1A
(14,74,26)
#0D4318
(13,67,24)
#0C3C16
(12,60,22)
#0B3514
(11,53,20)
#0A2E12
(10,46,18)
#092710
(9,39,16)
#08200E
(8,32,14)
#07190C
(7,25,12)
#06120A
(6,18,10)
#050B08
(5,11,8)
#000000
(0,0,0)

Tints of #0F511C

#0F511C
(15,81,28)
#246030
(36,96,48)
#396F44
(57,111,68)
#4E7E58
(78,126,88)
#638D6C
(99,141,108)
#789C80
(120,156,128)
#8DAB94
(141,171,148)
#A2BAA8
(162,186,168)
#B7C9BC
(183,201,188)
#CCD8D0
(204,216,208)
#E1E7E4
(225,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F511C color. Also use rgb(15,81,28) instead hex code.

Text Font Color

.myTextColor { color: #0F511C; }

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

This text font color is #0F511C.


Background Color

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

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

This div background color is #0F511C.


Border color

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

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

This div border color is #0F511C.


Opacity

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

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

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

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

This text has shadow with #0F511C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F511C on black background.


Color preview on white background

This text has color #0F511C on white background.



Black color preview on #0F511C background

This text has black color on #0F511C background.


White color preview on #0F511C background

This text has white color on #0F511C background.