COLOR #0F2719

HEX: #0F2719
RGB: (15,39,25)

Color info

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

RGB color model

#0F2719 color RGB value is (15,39,25).

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

RGB channels and saturation

R 15 of 255 = 6%
G 39 of 255 = 15%
B 25 of 255 = 10%

15
39
25

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

Portions of RGB colors in percentages

R + G + B =
15 + 39 + 25 = 79 (100%)
R 15 of 79 ~ 18.99%
G 39 of 79 ~ 49.37%
B 25 of 79 ~ 31.65%

%18.99
%49.37
%31.65

CMYK color model

#0F2719 color CMYK value is (62,0,36,85).

  • cyan value is 61.54%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 84.71%
CMYK:
(62,0,36,85)
C62M0Y36K85 
(62%,0%,36%,85%)
(0.62/0.00/0.36/0.85)	

CMYK percentages

%61.54
%0
%35.9
%84.71

Codes

Color #0F2719 in popluar color models

0F2719
RGB153925
HSL145°44.44%10.59%
HSB/HSV145°61.54%15.29%
CMYK61.54%0.00%35.90%
84.71%

Color #0F2719 in popluar number systems.

HEX0F2719
Decimal153925
Binary111110011111001
Octal174731

Shades and tints

Shades of #0F2719

#0F2719
(15,39,25)
#0E2417
(14,36,23)
#0D2115
(13,33,21)
#0C1E13
(12,30,19)
#0B1B11
(11,27,17)
#0A180F
(10,24,15)
#09150D
(9,21,13)
#08120B
(8,18,11)
#070F09
(7,15,9)
#060C07
(6,12,7)
#050905
(5,9,5)
#000000
(0,0,0)

Tints of #0F2719

#0F2719
(15,39,25)
#243A2D
(36,58,45)
#394D41
(57,77,65)
#4E6055
(78,96,85)
#637369
(99,115,105)
#78867D
(120,134,125)
#8D9991
(141,153,145)
#A2ACA5
(162,172,165)
#B7BFB9
(183,191,185)
#CCD2CD
(204,210,205)
#E1E5E1
(225,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2719; }

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

This text font color is #0F2719.


Background Color

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

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

This div background color is #0F2719.


Border color

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

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

This div border color is #0F2719.


Opacity

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

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

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

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

This text has shadow with #0F2719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2719 on black background.


Color preview on white background

This text has color #0F2719 on white background.



Black color preview on #0F2719 background

This text has black color on #0F2719 background.


White color preview on #0F2719 background

This text has white color on #0F2719 background.