COLOR #0F550F

HEX: #0F550F
RGB: (15,85,15)

Color info

#0F550F contains mainly green color. Web safe color of #0F550F is #006600 (or #060).

RGB color model

#0F550F color RGB value is (15,85,15).

  • red value is 15;
  • green value is 85;
  • blue value is 15.
RGB:
(15,85,15)
(6%,33%,6%)

RGB channels and saturation

R 15 of 255 = 6%
G 85 of 255 = 33%
B 15 of 255 = 6%

15
85
15

R + G + B ~ 15%. #0F550F is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 85 + 15 = 115 (100%)
R 15 of 115 ~ 13.04%
G 85 of 115 ~ 73.91%
B 15 of 115 ~ 13.04%

%13.04
%73.91
%13.04

CMYK color model

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

  • cyan value is 82.35%
  • magenta value is 0.00%
  • yellow value is 82.35%
  • key color value is 66.67%
CMYK:
(82,0,82,67)
C82M0Y82K67 
(82%,0%,82%,67%)
(0.82/0.00/0.82/0.67)	

CMYK percentages

%82.35
%0
%82.35
%66.67

Codes

Color #0F550F in popluar color models

0F550F
RGB158515
HSL120°70.00%19.61%
HSB/HSV120°82.35%33.33%
CMYK82.35%0.00%82.35%
66.67%

Color #0F550F in popluar number systems.

HEX0F550F
Decimal158515
Binary111110101011111
Octal1712517

Shades and tints

Shades of #0F550F

#0F550F
(15,85,15)
#0E4E0E
(14,78,14)
#0D470D
(13,71,13)
#0C400C
(12,64,12)
#0B390B
(11,57,11)
#0A320A
(10,50,10)
#092B09
(9,43,9)
#082408
(8,36,8)
#071D07
(7,29,7)
#061606
(6,22,6)
#050F05
(5,15,5)
#000000
(0,0,0)

Tints of #0F550F

#0F550F
(15,85,15)
#246424
(36,100,36)
#397339
(57,115,57)
#4E824E
(78,130,78)
#639163
(99,145,99)
#78A078
(120,160,120)
#8DAF8D
(141,175,141)
#A2BEA2
(162,190,162)
#B7CDB7
(183,205,183)
#CCDCCC
(204,220,204)
#E1EBE1
(225,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F550F; }

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

This text font color is #0F550F.


Background Color

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

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

This div background color is #0F550F.


Border color

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

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

This div border color is #0F550F.


Opacity

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

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

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

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

This text has shadow with #0F550F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F550F on black background.


Color preview on white background

This text has color #0F550F on white background.



Black color preview on #0F550F background

This text has black color on #0F550F background.


White color preview on #0F550F background

This text has white color on #0F550F background.