COLOR #0F4028

HEX: #0F4028
RGB: (15,64,40)

Color info

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

RGB color model

#0F4028 color RGB value is (15,64,40).

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

RGB channels and saturation

R 15 of 255 = 6%
G 64 of 255 = 25%
B 40 of 255 = 16%

15
64
40

R + G + B ~ 16%. #0F4028 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 64 + 40 = 119 (100%)
R 15 of 119 ~ 12.61%
G 64 of 119 ~ 53.78%
B 40 of 119 ~ 33.61%

%12.61
%53.78
%33.61

CMYK color model

#0F4028 color CMYK value is (77,0,38,75).

  • cyan value is 76.56%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 74.90%
CMYK:
(77,0,38,75)
C77M0Y38K75 
(77%,0%,38%,75%)
(0.77/0.00/0.38/0.75)	

CMYK percentages

%76.56
%0
%37.5
%74.9

Codes

Color #0F4028 in popluar color models

0F4028
RGB156440
HSL151°62.03%15.49%
HSB/HSV151°76.56%25.10%
CMYK76.56%0.00%37.50%
74.90%

Color #0F4028 in popluar number systems.

HEX0F4028
Decimal156440
Binary11111000000101000
Octal1710050

Shades and tints

Shades of #0F4028

#0F4028
(15,64,40)
#0E3B25
(14,59,37)
#0D3622
(13,54,34)
#0C311F
(12,49,31)
#0B2C1C
(11,44,28)
#0A2719
(10,39,25)
#092216
(9,34,22)
#081D13
(8,29,19)
#071810
(7,24,16)
#06130D
(6,19,13)
#050E0A
(5,14,10)
#000000
(0,0,0)

Tints of #0F4028

#0F4028
(15,64,40)
#24513B
(36,81,59)
#39624E
(57,98,78)
#4E7361
(78,115,97)
#638474
(99,132,116)
#789587
(120,149,135)
#8DA69A
(141,166,154)
#A2B7AD
(162,183,173)
#B7C8C0
(183,200,192)
#CCD9D3
(204,217,211)
#E1EAE6
(225,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F4028; }

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

This text font color is #0F4028.


Background Color

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

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

This div background color is #0F4028.


Border color

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

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

This div border color is #0F4028.


Opacity

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

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

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

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

This text has shadow with #0F4028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4028 on black background.


Color preview on white background

This text has color #0F4028 on white background.



Black color preview on #0F4028 background

This text has black color on #0F4028 background.


White color preview on #0F4028 background

This text has white color on #0F4028 background.