COLOR #0F5443

HEX: #0F5443
RGB: (15,84,67)

Color info

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

RGB color model

#0F5443 color RGB value is (15,84,67).

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

RGB channels and saturation

R 15 of 255 = 6%
G 84 of 255 = 33%
B 67 of 255 = 26%

15
84
67

R + G + B ~ 22%. #0F5443 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 84 + 67 = 166 (100%)
R 15 of 166 ~ 9.04%
G 84 of 166 ~ 50.6%
B 67 of 166 ~ 40.36%

%50.6
%40.36

CMYK color model

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

  • cyan value is 82.14%
  • magenta value is 0.00%
  • yellow value is 20.24%
  • key color value is 67.06%
CMYK:
(82,0,20,67)
C82M0Y20K67 
(82%,0%,20%,67%)
(0.82/0.00/0.20/0.67)	

CMYK percentages

%82.14
%0
%20.24
%67.06

Codes

Color #0F5443 in popluar color models

0F5443
RGB158467
HSL165°69.70%19.41%
HSB/HSV165°82.14%32.94%
CMYK82.14%0.00%20.24%
67.06%

Color #0F5443 in popluar number systems.

HEX0F5443
Decimal158467
Binary111110101001000011
Octal17124103

Shades and tints

Shades of #0F5443

#0F5443
(15,84,67)
#0E4D3D
(14,77,61)
#0D4637
(13,70,55)
#0C3F31
(12,63,49)
#0B382B
(11,56,43)
#0A3125
(10,49,37)
#092A1F
(9,42,31)
#082319
(8,35,25)
#071C13
(7,28,19)
#06150D
(6,21,13)
#050E07
(5,14,7)
#000000
(0,0,0)

Tints of #0F5443

#0F5443
(15,84,67)
#246354
(36,99,84)
#397265
(57,114,101)
#4E8176
(78,129,118)
#639087
(99,144,135)
#789F98
(120,159,152)
#8DAEA9
(141,174,169)
#A2BDBA
(162,189,186)
#B7CCCB
(183,204,203)
#CCDBDC
(204,219,220)
#E1EAED
(225,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F5443; }

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

This text font color is #0F5443.


Background Color

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

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

This div background color is #0F5443.


Border color

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

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

This div border color is #0F5443.


Opacity

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

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

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

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

This text has shadow with #0F5443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5443 on black background.


Color preview on white background

This text has color #0F5443 on white background.



Black color preview on #0F5443 background

This text has black color on #0F5443 background.


White color preview on #0F5443 background

This text has white color on #0F5443 background.