COLOR #0F423E

HEX: #0F423E
RGB: (15,66,62)

Color info

#0F423E contains red, green and blue colors in about the same proportion. Web safe color of #0F423E is #003333 (or #033).

RGB color model

#0F423E color RGB value is (15,66,62).

  • red value is 15;
  • green value is 66;
  • blue value is 62.
RGB:
(15,66,62)
(6%,26%,24%)

RGB channels and saturation

R 15 of 255 = 6%
G 66 of 255 = 26%
B 62 of 255 = 24%

15
66
62

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

Portions of RGB colors in percentages

R + G + B =
15 + 66 + 62 = 143 (100%)
R 15 of 143 ~ 10.49%
G 66 of 143 ~ 46.15%
B 62 of 143 ~ 43.36%

%10.49
%46.15
%43.36

CMYK color model

#0F423E color CMYK value is (77,0,6,74).

  • cyan value is 77.27%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 74.12%
CMYK:
(77,0,6,74)
C77M0Y6K74 
(77%,0%,6%,74%)
(0.77/0.00/0.06/0.74)	

CMYK percentages

%77.27
%0
%6.06
%74.12

Codes

Color #0F423E in popluar color models

0F423E
RGB156662
HSL175°62.96%15.88%
HSB/HSV175°77.27%25.88%
CMYK77.27%0.00%6.06%
74.12%

Color #0F423E in popluar number systems.

HEX0F423E
Decimal156662
Binary11111000010111110
Octal1710276

Shades and tints

Shades of #0F423E

#0F423E
(15,66,62)
#0E3C39
(14,60,57)
#0D3634
(13,54,52)
#0C302F
(12,48,47)
#0B2A2A
(11,42,42)
#0A2425
(10,36,37)
#091E20
(9,30,32)
#08181B
(8,24,27)
#071216
(7,18,22)
#060C11
(6,12,17)
#05060C
(5,6,12)
#000000
(0,0,0)

Tints of #0F423E

#0F423E
(15,66,62)
#24534F
(36,83,79)
#396460
(57,100,96)
#4E7571
(78,117,113)
#638682
(99,134,130)
#789793
(120,151,147)
#8DA8A4
(141,168,164)
#A2B9B5
(162,185,181)
#B7CAC6
(183,202,198)
#CCDBD7
(204,219,215)
#E1ECE8
(225,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F423E; }

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

This text font color is #0F423E.


Background Color

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

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

This div background color is #0F423E.


Border color

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

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

This div border color is #0F423E.


Opacity

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

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

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

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

This text has shadow with #0F423E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F423E on black background.


Color preview on white background

This text has color #0F423E on white background.



Black color preview on #0F423E background

This text has black color on #0F423E background.


White color preview on #0F423E background

This text has white color on #0F423E background.