COLOR #0F582B

HEX: #0F582B
RGB: (15,88,43)

Color info

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

RGB color model

#0F582B color RGB value is (15,88,43).

  • red value is 15;
  • green value is 88;
  • blue value is 43.
RGB:
(15,88,43)
(6%,35%,17%)

RGB channels and saturation

R 15 of 255 = 6%
G 88 of 255 = 35%
B 43 of 255 = 17%

15
88
43

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

Portions of RGB colors in percentages

R + G + B =
15 + 88 + 43 = 146 (100%)
R 15 of 146 ~ 10.27%
G 88 of 146 ~ 60.27%
B 43 of 146 ~ 29.45%

%10.27
%60.27
%29.45

CMYK color model

#0F582B color CMYK value is (83,0,51,65).

  • cyan value is 82.95%
  • magenta value is 0.00%
  • yellow value is 51.14%
  • key color value is 65.49%
CMYK:
(83,0,51,65)
C83M0Y51K65 
(83%,0%,51%,65%)
(0.83/0.00/0.51/0.65)	

CMYK percentages

%82.95
%0
%51.14
%65.49

Codes

Color #0F582B in popluar color models

0F582B
RGB158843
HSL143°70.87%20.20%
HSB/HSV143°82.95%34.51%
CMYK82.95%0.00%51.14%
65.49%

Color #0F582B in popluar number systems.

HEX0F582B
Decimal158843
Binary11111011000101011
Octal1713053

Shades and tints

Shades of #0F582B

#0F582B
(15,88,43)
#0E5028
(14,80,40)
#0D4825
(13,72,37)
#0C4022
(12,64,34)
#0B381F
(11,56,31)
#0A301C
(10,48,28)
#092819
(9,40,25)
#082016
(8,32,22)
#071813
(7,24,19)
#061010
(6,16,16)
#05080D
(5,8,13)
#000000
(0,0,0)

Tints of #0F582B

#0F582B
(15,88,43)
#24673E
(36,103,62)
#397651
(57,118,81)
#4E8564
(78,133,100)
#639477
(99,148,119)
#78A38A
(120,163,138)
#8DB29D
(141,178,157)
#A2C1B0
(162,193,176)
#B7D0C3
(183,208,195)
#CCDFD6
(204,223,214)
#E1EEE9
(225,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F582B; }

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

This text font color is #0F582B.


Background Color

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

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

This div background color is #0F582B.


Border color

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

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

This div border color is #0F582B.


Opacity

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

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

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

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

This text has shadow with #0F582B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F582B on black background.


Color preview on white background

This text has color #0F582B on white background.



Black color preview on #0F582B background

This text has black color on #0F582B background.


White color preview on #0F582B background

This text has white color on #0F582B background.