COLOR #0F210E

HEX: #0F210E
RGB: (15,33,14)

Color info

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

RGB color model

#0F210E color RGB value is (15,33,14).

  • red value is 15;
  • green value is 33;
  • blue value is 14.
RGB:
(15,33,14)
(6%,13%,5%)

RGB channels and saturation

R 15 of 255 = 6%
G 33 of 255 = 13%
B 14 of 255 = 5%

15
33
14

R + G + B ~ 8%. #0F210E is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 33 + 14 = 62 (100%)
R 15 of 62 ~ 24.19%
G 33 of 62 ~ 53.23%
B 14 of 62 ~ 22.58%

%24.19
%53.23
%22.58

CMYK color model

#0F210E color CMYK value is (55,0,58,87).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 57.58%
  • key color value is 87.06%
CMYK:
(55,0,58,87)
C55M0Y58K87 
(55%,0%,58%,87%)
(0.55/0.00/0.58/0.87)	

CMYK percentages

%54.55
%0
%57.58
%87.06

Codes

Color #0F210E in popluar color models

0F210E
RGB153314
HSL117°40.43%9.22%
HSB/HSV117°57.58%12.94%
CMYK54.55%0.00%57.58%
87.06%

Color #0F210E in popluar number systems.

HEX0F210E
Decimal153314
Binary11111000011110
Octal174116

Shades and tints

Shades of #0F210E

#0F210E
(15,33,14)
#0E1E0D
(14,30,13)
#0D1B0C
(13,27,12)
#0C180B
(12,24,11)
#0B150A
(11,21,10)
#0A1209
(10,18,9)
#090F08
(9,15,8)
#080C07
(8,12,7)
#070906
(7,9,6)
#060605
(6,6,5)
#050304
(5,3,4)
#000000
(0,0,0)

Tints of #0F210E

#0F210E
(15,33,14)
#243523
(36,53,35)
#394938
(57,73,56)
#4E5D4D
(78,93,77)
#637162
(99,113,98)
#788577
(120,133,119)
#8D998C
(141,153,140)
#A2ADA1
(162,173,161)
#B7C1B6
(183,193,182)
#CCD5CB
(204,213,203)
#E1E9E0
(225,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F210E color. Also use rgb(15,33,14) instead hex code.

Text Font Color

.myTextColor { color: #0F210E; }

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

This text font color is #0F210E.


Background Color

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

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

This div background color is #0F210E.


Border color

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

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

This div border color is #0F210E.


Opacity

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

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

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

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

This text has shadow with #0F210E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F210E on black background.


Color preview on white background

This text has color #0F210E on white background.



Black color preview on #0F210E background

This text has black color on #0F210E background.


White color preview on #0F210E background

This text has white color on #0F210E background.