COLOR #0F2B20

HEX: #0F2B20
RGB: (15,43,32)

Color info

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

RGB color model

#0F2B20 color RGB value is (15,43,32).

  • red value is 15;
  • green value is 43;
  • blue value is 32.
RGB:
(15,43,32)
(6%,17%,13%)

RGB channels and saturation

R 15 of 255 = 6%
G 43 of 255 = 17%
B 32 of 255 = 13%

15
43
32

R + G + B ~ 12%. #0F2B20 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 43 + 32 = 90 (100%)
R 15 of 90 ~ 16.67%
G 43 of 90 ~ 47.78%
B 32 of 90 ~ 35.56%

%16.67
%47.78
%35.56

CMYK color model

#0F2B20 color CMYK value is (65,0,26,83).

  • cyan value is 65.12%
  • magenta value is 0.00%
  • yellow value is 25.58%
  • key color value is 83.14%
CMYK:
(65,0,26,83)
C65M0Y26K83 
(65%,0%,26%,83%)
(0.65/0.00/0.26/0.83)	

CMYK percentages

%65.12
%0
%25.58
%83.14

Codes

Color #0F2B20 in popluar color models

0F2B20
RGB154332
HSL156°48.28%11.37%
HSB/HSV156°65.12%16.86%
CMYK65.12%0.00%25.58%
83.14%

Color #0F2B20 in popluar number systems.

HEX0F2B20
Decimal154332
Binary1111101011100000
Octal175340

Shades and tints

Shades of #0F2B20

#0F2B20
(15,43,32)
#0E281E
(14,40,30)
#0D251C
(13,37,28)
#0C221A
(12,34,26)
#0B1F18
(11,31,24)
#0A1C16
(10,28,22)
#091914
(9,25,20)
#081612
(8,22,18)
#071310
(7,19,16)
#06100E
(6,16,14)
#050D0C
(5,13,12)
#000000
(0,0,0)

Tints of #0F2B20

#0F2B20
(15,43,32)
#243E34
(36,62,52)
#395148
(57,81,72)
#4E645C
(78,100,92)
#637770
(99,119,112)
#788A84
(120,138,132)
#8D9D98
(141,157,152)
#A2B0AC
(162,176,172)
#B7C3C0
(183,195,192)
#CCD6D4
(204,214,212)
#E1E9E8
(225,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F2B20 color. Also use rgb(15,43,32) instead hex code.

Text Font Color

.myTextColor { color: #0F2B20; }

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

This text font color is #0F2B20.


Background Color

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

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

This div background color is #0F2B20.


Border color

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

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

This div border color is #0F2B20.


Opacity

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

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

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

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

This text has shadow with #0F2B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2B20 on black background.


Color preview on white background

This text has color #0F2B20 on white background.



Black color preview on #0F2B20 background

This text has black color on #0F2B20 background.


White color preview on #0F2B20 background

This text has white color on #0F2B20 background.