COLOR #0F352C

HEX: #0F352C
RGB: (15,53,44)

Color info

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

RGB color model

#0F352C color RGB value is (15,53,44).

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

RGB channels and saturation

R 15 of 255 = 6%
G 53 of 255 = 21%
B 44 of 255 = 17%

15
53
44

R + G + B ~ 15%. #0F352C is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 53 + 44 = 112 (100%)
R 15 of 112 ~ 13.39%
G 53 of 112 ~ 47.32%
B 44 of 112 ~ 39.29%

%13.39
%47.32
%39.29

CMYK color model

#0F352C color CMYK value is (72,0,17,79).

  • cyan value is 71.70%
  • magenta value is 0.00%
  • yellow value is 16.98%
  • key color value is 79.22%
CMYK:
(72,0,17,79)
C72M0Y17K79 
(72%,0%,17%,79%)
(0.72/0.00/0.17/0.79)	

CMYK percentages

%71.7
%0
%16.98
%79.22

Codes

Color #0F352C in popluar color models

0F352C
RGB155344
HSL166°55.88%13.33%
HSB/HSV166°71.70%20.78%
CMYK71.70%0.00%16.98%
79.22%

Color #0F352C in popluar number systems.

HEX0F352C
Decimal155344
Binary1111110101101100
Octal176554

Shades and tints

Shades of #0F352C

#0F352C
(15,53,44)
#0E3128
(14,49,40)
#0D2D24
(13,45,36)
#0C2920
(12,41,32)
#0B251C
(11,37,28)
#0A2118
(10,33,24)
#091D14
(9,29,20)
#081910
(8,25,16)
#07150C
(7,21,12)
#061108
(6,17,8)
#050D04
(5,13,4)
#000000
(0,0,0)

Tints of #0F352C

#0F352C
(15,53,44)
#24473F
(36,71,63)
#395952
(57,89,82)
#4E6B65
(78,107,101)
#637D78
(99,125,120)
#788F8B
(120,143,139)
#8DA19E
(141,161,158)
#A2B3B1
(162,179,177)
#B7C5C4
(183,197,196)
#CCD7D7
(204,215,215)
#E1E9EA
(225,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F352C; }

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

This text font color is #0F352C.


Background Color

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

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

This div background color is #0F352C.


Border color

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

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

This div border color is #0F352C.


Opacity

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

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

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

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

This text has shadow with #0F352C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F352C on black background.


Color preview on white background

This text has color #0F352C on white background.



Black color preview on #0F352C background

This text has black color on #0F352C background.


White color preview on #0F352C background

This text has white color on #0F352C background.