COLOR #0F352A

HEX: #0F352A
RGB: (15,53,42)

Color info

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

RGB color model

#0F352A color RGB value is (15,53,42).

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

RGB channels and saturation

R 15 of 255 = 6%
G 53 of 255 = 21%
B 42 of 255 = 16%

15
53
42

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

Portions of RGB colors in percentages

R + G + B =
15 + 53 + 42 = 110 (100%)
R 15 of 110 ~ 13.64%
G 53 of 110 ~ 48.18%
B 42 of 110 ~ 38.18%

%13.64
%48.18
%38.18

CMYK color model

#0F352A color CMYK value is (72,0,21,79).

  • cyan value is 71.70%
  • magenta value is 0.00%
  • yellow value is 20.75%
  • key color value is 79.22%
CMYK:
(72,0,21,79)
C72M0Y21K79 
(72%,0%,21%,79%)
(0.72/0.00/0.21/0.79)	

CMYK percentages

%71.7
%0
%20.75
%79.22

Codes

Color #0F352A in popluar color models

0F352A
RGB155342
HSL163°55.88%13.33%
HSB/HSV163°71.70%20.78%
CMYK71.70%0.00%20.75%
79.22%

Color #0F352A in popluar number systems.

HEX0F352A
Decimal155342
Binary1111110101101010
Octal176552

Shades and tints

Shades of #0F352A

#0F352A
(15,53,42)
#0E3127
(14,49,39)
#0D2D24
(13,45,36)
#0C2921
(12,41,33)
#0B251E
(11,37,30)
#0A211B
(10,33,27)
#091D18
(9,29,24)
#081915
(8,25,21)
#071512
(7,21,18)
#06110F
(6,17,15)
#050D0C
(5,13,12)
#000000
(0,0,0)

Tints of #0F352A

#0F352A
(15,53,42)
#24473D
(36,71,61)
#395950
(57,89,80)
#4E6B63
(78,107,99)
#637D76
(99,125,118)
#788F89
(120,143,137)
#8DA19C
(141,161,156)
#A2B3AF
(162,179,175)
#B7C5C2
(183,197,194)
#CCD7D5
(204,215,213)
#E1E9E8
(225,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F352A; }

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

This text font color is #0F352A.


Background Color

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

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

This div background color is #0F352A.


Border color

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

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

This div border color is #0F352A.


Opacity

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

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

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

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

This text has shadow with #0F352A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F352A on black background.


Color preview on white background

This text has color #0F352A on white background.



Black color preview on #0F352A background

This text has black color on #0F352A background.


White color preview on #0F352A background

This text has white color on #0F352A background.