COLOR #0F342B

HEX: #0F342B
RGB: (15,52,43)

Color info

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

RGB color model

#0F342B color RGB value is (15,52,43).

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

RGB channels and saturation

R 15 of 255 = 6%
G 52 of 255 = 20%
B 43 of 255 = 17%

15
52
43

R + G + B ~ 14%. #0F342B is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 52 + 43 = 110 (100%)
R 15 of 110 ~ 13.64%
G 52 of 110 ~ 47.27%
B 43 of 110 ~ 39.09%

%13.64
%47.27
%39.09

CMYK color model

#0F342B color CMYK value is (71,0,17,80).

  • cyan value is 71.15%
  • magenta value is 0.00%
  • yellow value is 17.31%
  • key color value is 79.61%
CMYK:
(71,0,17,80)
C71M0Y17K80 
(71%,0%,17%,80%)
(0.71/0.00/0.17/0.80)	

CMYK percentages

%71.15
%0
%17.31
%79.61

Codes

Color #0F342B in popluar color models

0F342B
RGB155243
HSL165°55.22%13.14%
HSB/HSV165°71.15%20.39%
CMYK71.15%0.00%17.31%
79.61%

Color #0F342B in popluar number systems.

HEX0F342B
Decimal155243
Binary1111110100101011
Octal176453

Shades and tints

Shades of #0F342B

#0F342B
(15,52,43)
#0E3028
(14,48,40)
#0D2C25
(13,44,37)
#0C2822
(12,40,34)
#0B241F
(11,36,31)
#0A201C
(10,32,28)
#091C19
(9,28,25)
#081816
(8,24,22)
#071413
(7,20,19)
#061010
(6,16,16)
#050C0D
(5,12,13)
#000000
(0,0,0)

Tints of #0F342B

#0F342B
(15,52,43)
#24463E
(36,70,62)
#395851
(57,88,81)
#4E6A64
(78,106,100)
#637C77
(99,124,119)
#788E8A
(120,142,138)
#8DA09D
(141,160,157)
#A2B2B0
(162,178,176)
#B7C4C3
(183,196,195)
#CCD6D6
(204,214,214)
#E1E8E9
(225,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F342B; }

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

This text font color is #0F342B.


Background Color

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

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

This div background color is #0F342B.


Border color

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

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

This div border color is #0F342B.


Opacity

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

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

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

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

This text has shadow with #0F342B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F342B on black background.


Color preview on white background

This text has color #0F342B on white background.



Black color preview on #0F342B background

This text has black color on #0F342B background.


White color preview on #0F342B background

This text has white color on #0F342B background.