COLOR #0F352F

HEX: #0F352F
RGB: (15,53,47)

Color info

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

RGB color model

#0F352F color RGB value is (15,53,47).

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

RGB channels and saturation

R 15 of 255 = 6%
G 53 of 255 = 21%
B 47 of 255 = 18%

15
53
47

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

Portions of RGB colors in percentages

R + G + B =
15 + 53 + 47 = 115 (100%)
R 15 of 115 ~ 13.04%
G 53 of 115 ~ 46.09%
B 47 of 115 ~ 40.87%

%13.04
%46.09
%40.87

CMYK color model

#0F352F color CMYK value is (72,0,11,79).

  • cyan value is 71.70%
  • magenta value is 0.00%
  • yellow value is 11.32%
  • key color value is 79.22%
CMYK:
(72,0,11,79)
C72M0Y11K79 
(72%,0%,11%,79%)
(0.72/0.00/0.11/0.79)	

CMYK percentages

%71.7
%0
%11.32
%79.22

Codes

Color #0F352F in popluar color models

0F352F
RGB155347
HSL171°55.88%13.33%
HSB/HSV171°71.70%20.78%
CMYK71.70%0.00%11.32%
79.22%

Color #0F352F in popluar number systems.

HEX0F352F
Decimal155347
Binary1111110101101111
Octal176557

Shades and tints

Shades of #0F352F

#0F352F
(15,53,47)
#0E312B
(14,49,43)
#0D2D27
(13,45,39)
#0C2923
(12,41,35)
#0B251F
(11,37,31)
#0A211B
(10,33,27)
#091D17
(9,29,23)
#081913
(8,25,19)
#07150F
(7,21,15)
#06110B
(6,17,11)
#050D07
(5,13,7)
#000000
(0,0,0)

Tints of #0F352F

#0F352F
(15,53,47)
#244741
(36,71,65)
#395953
(57,89,83)
#4E6B65
(78,107,101)
#637D77
(99,125,119)
#788F89
(120,143,137)
#8DA19B
(141,161,155)
#A2B3AD
(162,179,173)
#B7C5BF
(183,197,191)
#CCD7D1
(204,215,209)
#E1E9E3
(225,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F352F; }

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

This text font color is #0F352F.


Background Color

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

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

This div background color is #0F352F.


Border color

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

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

This div border color is #0F352F.


Opacity

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

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

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

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

This text has shadow with #0F352F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F352F on black background.


Color preview on white background

This text has color #0F352F on white background.



Black color preview on #0F352F background

This text has black color on #0F352F background.


White color preview on #0F352F background

This text has white color on #0F352F background.