COLOR #0F2724

HEX: #0F2724
RGB: (15,39,36)

Color info

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

RGB color model

#0F2724 color RGB value is (15,39,36).

  • red value is 15;
  • green value is 39;
  • blue value is 36.
RGB:
(15,39,36)
(6%,15%,14%)

RGB channels and saturation

R 15 of 255 = 6%
G 39 of 255 = 15%
B 36 of 255 = 14%

15
39
36

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

Portions of RGB colors in percentages

R + G + B =
15 + 39 + 36 = 90 (100%)
R 15 of 90 ~ 16.67%
G 39 of 90 ~ 43.33%
B 36 of 90 ~ 40%

%16.67
%43.33
%40

CMYK color model

#0F2724 color CMYK value is (62,0,8,85).

  • cyan value is 61.54%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 84.71%
CMYK:
(62,0,8,85)
C62M0Y8K85 
(62%,0%,8%,85%)
(0.62/0.00/0.08/0.85)	

CMYK percentages

%61.54
%0
%7.69
%84.71

Codes

Color #0F2724 in popluar color models

0F2724
RGB153936
HSL173°44.44%10.59%
HSB/HSV173°61.54%15.29%
CMYK61.54%0.00%7.69%
84.71%

Color #0F2724 in popluar number systems.

HEX0F2724
Decimal153936
Binary1111100111100100
Octal174744

Shades and tints

Shades of #0F2724

#0F2724
(15,39,36)
#0E2421
(14,36,33)
#0D211E
(13,33,30)
#0C1E1B
(12,30,27)
#0B1B18
(11,27,24)
#0A1815
(10,24,21)
#091512
(9,21,18)
#08120F
(8,18,15)
#070F0C
(7,15,12)
#060C09
(6,12,9)
#050906
(5,9,6)
#000000
(0,0,0)

Tints of #0F2724

#0F2724
(15,39,36)
#243A37
(36,58,55)
#394D4A
(57,77,74)
#4E605D
(78,96,93)
#637370
(99,115,112)
#788683
(120,134,131)
#8D9996
(141,153,150)
#A2ACA9
(162,172,169)
#B7BFBC
(183,191,188)
#CCD2CF
(204,210,207)
#E1E5E2
(225,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F2724 color. Also use rgb(15,39,36) instead hex code.

Text Font Color

.myTextColor { color: #0F2724; }

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

This text font color is #0F2724.


Background Color

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

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

This div background color is #0F2724.


Border color

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

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

This div border color is #0F2724.


Opacity

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

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

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

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

This text has shadow with #0F2724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2724 on black background.


Color preview on white background

This text has color #0F2724 on white background.



Black color preview on #0F2724 background

This text has black color on #0F2724 background.


White color preview on #0F2724 background

This text has white color on #0F2724 background.