COLOR #0F5C43

HEX: #0F5C43
RGB: (15,92,67)

Color info

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

RGB color model

#0F5C43 color RGB value is (15,92,67).

  • red value is 15;
  • green value is 92;
  • blue value is 67.
RGB:
(15,92,67)
(6%,36%,26%)

RGB channels and saturation

R 15 of 255 = 6%
G 92 of 255 = 36%
B 67 of 255 = 26%

15
92
67

R + G + B ~ 23%. #0F5C43 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 92 + 67 = 174 (100%)
R 15 of 174 ~ 8.62%
G 92 of 174 ~ 52.87%
B 67 of 174 ~ 38.51%

%52.87
%38.51

CMYK color model

#0F5C43 color CMYK value is (84,0,27,64).

  • cyan value is 83.70%
  • magenta value is 0.00%
  • yellow value is 27.17%
  • key color value is 63.92%
CMYK:
(84,0,27,64)
C84M0Y27K64 
(84%,0%,27%,64%)
(0.84/0.00/0.27/0.64)	

CMYK percentages

%83.7
%0
%27.17
%63.92

Codes

Color #0F5C43 in popluar color models

0F5C43
RGB159267
HSL161°71.96%20.98%
HSB/HSV161°83.70%36.08%
CMYK83.70%0.00%27.17%
63.92%

Color #0F5C43 in popluar number systems.

HEX0F5C43
Decimal159267
Binary111110111001000011
Octal17134103

Shades and tints

Shades of #0F5C43

#0F5C43
(15,92,67)
#0E543D
(14,84,61)
#0D4C37
(13,76,55)
#0C4431
(12,68,49)
#0B3C2B
(11,60,43)
#0A3425
(10,52,37)
#092C1F
(9,44,31)
#082419
(8,36,25)
#071C13
(7,28,19)
#06140D
(6,20,13)
#050C07
(5,12,7)
#000000
(0,0,0)

Tints of #0F5C43

#0F5C43
(15,92,67)
#246A54
(36,106,84)
#397865
(57,120,101)
#4E8676
(78,134,118)
#639487
(99,148,135)
#78A298
(120,162,152)
#8DB0A9
(141,176,169)
#A2BEBA
(162,190,186)
#B7CCCB
(183,204,203)
#CCDADC
(204,218,220)
#E1E8ED
(225,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F5C43; }

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

This text font color is #0F5C43.


Background Color

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

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

This div background color is #0F5C43.


Border color

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

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

This div border color is #0F5C43.


Opacity

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

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

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

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

This text has shadow with #0F5C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5C43 on black background.


Color preview on white background

This text has color #0F5C43 on white background.



Black color preview on #0F5C43 background

This text has black color on #0F5C43 background.


White color preview on #0F5C43 background

This text has white color on #0F5C43 background.