COLOR #0F3528

HEX: #0F3528
RGB: (15,53,40)

Color info

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

RGB color model

#0F3528 color RGB value is (15,53,40).

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

RGB channels and saturation

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

15
53
40

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

Portions of RGB colors in percentages

R + G + B =
15 + 53 + 40 = 108 (100%)
R 15 of 108 ~ 13.89%
G 53 of 108 ~ 49.07%
B 40 of 108 ~ 37.04%

%13.89
%49.07
%37.04

CMYK color model

#0F3528 color CMYK value is (72,0,25,79).

  • cyan value is 71.70%
  • magenta value is 0.00%
  • yellow value is 24.53%
  • key color value is 79.22%
CMYK:
(72,0,25,79)
C72M0Y25K79 
(72%,0%,25%,79%)
(0.72/0.00/0.25/0.79)	

CMYK percentages

%71.7
%0
%24.53
%79.22

Codes

Color #0F3528 in popluar color models

0F3528
RGB155340
HSL159°55.88%13.33%
HSB/HSV159°71.70%20.78%
CMYK71.70%0.00%24.53%
79.22%

Color #0F3528 in popluar number systems.

HEX0F3528
Decimal155340
Binary1111110101101000
Octal176550

Shades and tints

Shades of #0F3528

#0F3528
(15,53,40)
#0E3125
(14,49,37)
#0D2D22
(13,45,34)
#0C291F
(12,41,31)
#0B251C
(11,37,28)
#0A2119
(10,33,25)
#091D16
(9,29,22)
#081913
(8,25,19)
#071510
(7,21,16)
#06110D
(6,17,13)
#050D0A
(5,13,10)
#000000
(0,0,0)

Tints of #0F3528

#0F3528
(15,53,40)
#24473B
(36,71,59)
#39594E
(57,89,78)
#4E6B61
(78,107,97)
#637D74
(99,125,116)
#788F87
(120,143,135)
#8DA19A
(141,161,154)
#A2B3AD
(162,179,173)
#B7C5C0
(183,197,192)
#CCD7D3
(204,215,211)
#E1E9E6
(225,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F3528; }

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

This text font color is #0F3528.


Background Color

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

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

This div background color is #0F3528.


Border color

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

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

This div border color is #0F3528.


Opacity

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

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

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

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

This text has shadow with #0F3528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3528 on black background.


Color preview on white background

This text has color #0F3528 on white background.



Black color preview on #0F3528 background

This text has black color on #0F3528 background.


White color preview on #0F3528 background

This text has white color on #0F3528 background.