COLOR #0F332C

HEX: #0F332C
RGB: (15,51,44)

Color info

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

RGB color model

#0F332C color RGB value is (15,51,44).

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

RGB channels and saturation

R 15 of 255 = 6%
G 51 of 255 = 20%
B 44 of 255 = 17%

15
51
44

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

Portions of RGB colors in percentages

R + G + B =
15 + 51 + 44 = 110 (100%)
R 15 of 110 ~ 13.64%
G 51 of 110 ~ 46.36%
B 44 of 110 ~ 40%

%13.64
%46.36
%40

CMYK color model

#0F332C color CMYK value is (71,0,14,80).

  • cyan value is 70.59%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 80.00%
CMYK:
(71,0,14,80)
C71M0Y14K80 
(71%,0%,14%,80%)
(0.71/0.00/0.14/0.80)	

CMYK percentages

%70.59
%0
%13.73
%80

Codes

Color #0F332C in popluar color models

0F332C
RGB155144
HSL168°54.55%12.94%
HSB/HSV168°70.59%20.00%
CMYK70.59%0.00%13.73%
80.00%

Color #0F332C in popluar number systems.

HEX0F332C
Decimal155144
Binary1111110011101100
Octal176354

Shades and tints

Shades of #0F332C

#0F332C
(15,51,44)
#0E2F28
(14,47,40)
#0D2B24
(13,43,36)
#0C2720
(12,39,32)
#0B231C
(11,35,28)
#0A1F18
(10,31,24)
#091B14
(9,27,20)
#081710
(8,23,16)
#07130C
(7,19,12)
#060F08
(6,15,8)
#050B04
(5,11,4)
#000000
(0,0,0)

Tints of #0F332C

#0F332C
(15,51,44)
#24453F
(36,69,63)
#395752
(57,87,82)
#4E6965
(78,105,101)
#637B78
(99,123,120)
#788D8B
(120,141,139)
#8D9F9E
(141,159,158)
#A2B1B1
(162,177,177)
#B7C3C4
(183,195,196)
#CCD5D7
(204,213,215)
#E1E7EA
(225,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F332C color. Also use rgb(15,51,44) instead hex code.

Text Font Color

.myTextColor { color: #0F332C; }

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

This text font color is #0F332C.


Background Color

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

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

This div background color is #0F332C.


Border color

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

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

This div border color is #0F332C.


Opacity

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

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

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

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

This text has shadow with #0F332C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F332C on black background.


Color preview on white background

This text has color #0F332C on white background.



Black color preview on #0F332C background

This text has black color on #0F332C background.


White color preview on #0F332C background

This text has white color on #0F332C background.