COLOR #0F4036

HEX: #0F4036
RGB: (15,64,54)

Color info

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

RGB color model

#0F4036 color RGB value is (15,64,54).

  • red value is 15;
  • green value is 64;
  • blue value is 54.
RGB:
(15,64,54)
(6%,25%,21%)

RGB channels and saturation

R 15 of 255 = 6%
G 64 of 255 = 25%
B 54 of 255 = 21%

15
64
54

R + G + B ~ 17%. #0F4036 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 64 + 54 = 133 (100%)
R 15 of 133 ~ 11.28%
G 64 of 133 ~ 48.12%
B 54 of 133 ~ 40.6%

%11.28
%48.12
%40.6

CMYK color model

#0F4036 color CMYK value is (77,0,16,75).

  • cyan value is 76.56%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 74.90%
CMYK:
(77,0,16,75)
C77M0Y16K75 
(77%,0%,16%,75%)
(0.77/0.00/0.16/0.75)	

CMYK percentages

%76.56
%0
%15.63
%74.9

Codes

Color #0F4036 in popluar color models

0F4036
RGB156454
HSL168°62.03%15.49%
HSB/HSV168°76.56%25.10%
CMYK76.56%0.00%15.63%
74.90%

Color #0F4036 in popluar number systems.

HEX0F4036
Decimal156454
Binary11111000000110110
Octal1710066

Shades and tints

Shades of #0F4036

#0F4036
(15,64,54)
#0E3B32
(14,59,50)
#0D362E
(13,54,46)
#0C312A
(12,49,42)
#0B2C26
(11,44,38)
#0A2722
(10,39,34)
#09221E
(9,34,30)
#081D1A
(8,29,26)
#071816
(7,24,22)
#061312
(6,19,18)
#050E0E
(5,14,14)
#000000
(0,0,0)

Tints of #0F4036

#0F4036
(15,64,54)
#245148
(36,81,72)
#39625A
(57,98,90)
#4E736C
(78,115,108)
#63847E
(99,132,126)
#789590
(120,149,144)
#8DA6A2
(141,166,162)
#A2B7B4
(162,183,180)
#B7C8C6
(183,200,198)
#CCD9D8
(204,217,216)
#E1EAEA
(225,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F4036 color. Also use rgb(15,64,54) instead hex code.

Text Font Color

.myTextColor { color: #0F4036; }

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

This text font color is #0F4036.


Background Color

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

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

This div background color is #0F4036.


Border color

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

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

This div border color is #0F4036.


Opacity

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

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

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

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

This text has shadow with #0F4036 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4036 on black background.


Color preview on white background

This text has color #0F4036 on white background.



Black color preview on #0F4036 background

This text has black color on #0F4036 background.


White color preview on #0F4036 background

This text has white color on #0F4036 background.