COLOR #0F2817

HEX: #0F2817
RGB: (15,40,23)

Color info

#0F2817 contains red, green and blue colors in about the same proportion. Web safe color of #0F2817 is #003300 (or #030).

RGB color model

#0F2817 color RGB value is (15,40,23).

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

RGB channels and saturation

R 15 of 255 = 6%
G 40 of 255 = 16%
B 23 of 255 = 9%

15
40
23

R + G + B ~ 10%. #0F2817 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 40 + 23 = 78 (100%)
R 15 of 78 ~ 19.23%
G 40 of 78 ~ 51.28%
B 23 of 78 ~ 29.49%

%19.23
%51.28
%29.49

CMYK color model

#0F2817 color CMYK value is (63,0,43,84).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 42.50%
  • key color value is 84.31%
CMYK:
(63,0,43,84)
C63M0Y43K84 
(63%,0%,43%,84%)
(0.63/0.00/0.43/0.84)	

CMYK percentages

%62.5
%0
%42.5
%84.31

Codes

Color #0F2817 in popluar color models

0F2817
RGB154023
HSL139°45.45%10.78%
HSB/HSV139°62.50%15.69%
CMYK62.50%0.00%42.50%
84.31%

Color #0F2817 in popluar number systems.

HEX0F2817
Decimal154023
Binary111110100010111
Octal175027

Shades and tints

Shades of #0F2817

#0F2817
(15,40,23)
#0E2515
(14,37,21)
#0D2213
(13,34,19)
#0C1F11
(12,31,17)
#0B1C0F
(11,28,15)
#0A190D
(10,25,13)
#09160B
(9,22,11)
#081309
(8,19,9)
#071007
(7,16,7)
#060D05
(6,13,5)
#050A03
(5,10,3)
#000000
(0,0,0)

Tints of #0F2817

#0F2817
(15,40,23)
#243B2C
(36,59,44)
#394E41
(57,78,65)
#4E6156
(78,97,86)
#63746B
(99,116,107)
#788780
(120,135,128)
#8D9A95
(141,154,149)
#A2ADAA
(162,173,170)
#B7C0BF
(183,192,191)
#CCD3D4
(204,211,212)
#E1E6E9
(225,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2817; }

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

This text font color is #0F2817.


Background Color

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

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

This div background color is #0F2817.


Border color

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

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

This div border color is #0F2817.


Opacity

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

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

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

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

This text has shadow with #0F2817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2817 on black background.


Color preview on white background

This text has color #0F2817 on white background.



Black color preview on #0F2817 background

This text has black color on #0F2817 background.


White color preview on #0F2817 background

This text has white color on #0F2817 background.