COLOR #0F5628

HEX: #0F5628
RGB: (15,86,40)

Color info

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

RGB color model

#0F5628 color RGB value is (15,86,40).

  • red value is 15;
  • green value is 86;
  • blue value is 40.
RGB:
(15,86,40)
(6%,34%,16%)

RGB channels and saturation

R 15 of 255 = 6%
G 86 of 255 = 34%
B 40 of 255 = 16%

15
86
40

R + G + B ~ 19%. #0F5628 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 86 + 40 = 141 (100%)
R 15 of 141 ~ 10.64%
G 86 of 141 ~ 60.99%
B 40 of 141 ~ 28.37%

%10.64
%60.99
%28.37

CMYK color model

#0F5628 color CMYK value is (83,0,53,66).

  • cyan value is 82.56%
  • magenta value is 0.00%
  • yellow value is 53.49%
  • key color value is 66.27%
CMYK:
(83,0,53,66)
C83M0Y53K66 
(83%,0%,53%,66%)
(0.83/0.00/0.53/0.66)	

CMYK percentages

%82.56
%0
%53.49
%66.27

Codes

Color #0F5628 in popluar color models

0F5628
RGB158640
HSL141°70.30%19.80%
HSB/HSV141°82.56%33.73%
CMYK82.56%0.00%53.49%
66.27%

Color #0F5628 in popluar number systems.

HEX0F5628
Decimal158640
Binary11111010110101000
Octal1712650

Shades and tints

Shades of #0F5628

#0F5628
(15,86,40)
#0E4F25
(14,79,37)
#0D4822
(13,72,34)
#0C411F
(12,65,31)
#0B3A1C
(11,58,28)
#0A3319
(10,51,25)
#092C16
(9,44,22)
#082513
(8,37,19)
#071E10
(7,30,16)
#06170D
(6,23,13)
#05100A
(5,16,10)
#000000
(0,0,0)

Tints of #0F5628

#0F5628
(15,86,40)
#24653B
(36,101,59)
#39744E
(57,116,78)
#4E8361
(78,131,97)
#639274
(99,146,116)
#78A187
(120,161,135)
#8DB09A
(141,176,154)
#A2BFAD
(162,191,173)
#B7CEC0
(183,206,192)
#CCDDD3
(204,221,211)
#E1ECE6
(225,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F5628; }

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

This text font color is #0F5628.


Background Color

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

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

This div background color is #0F5628.


Border color

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

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

This div border color is #0F5628.


Opacity

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

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

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

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

This text has shadow with #0F5628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5628 on black background.


Color preview on white background

This text has color #0F5628 on white background.



Black color preview on #0F5628 background

This text has black color on #0F5628 background.


White color preview on #0F5628 background

This text has white color on #0F5628 background.