COLOR #0F481F

HEX: #0F481F
RGB: (15,72,31)

Color info

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

RGB color model

#0F481F color RGB value is (15,72,31).

  • red value is 15;
  • green value is 72;
  • blue value is 31.
RGB:
(15,72,31)
(6%,28%,12%)

RGB channels and saturation

R 15 of 255 = 6%
G 72 of 255 = 28%
B 31 of 255 = 12%

15
72
31

R + G + B ~ 15%. #0F481F is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 72 + 31 = 118 (100%)
R 15 of 118 ~ 12.71%
G 72 of 118 ~ 61.02%
B 31 of 118 ~ 26.27%

%12.71
%61.02
%26.27

CMYK color model

#0F481F color CMYK value is (79,0,57,72).

  • cyan value is 79.17%
  • magenta value is 0.00%
  • yellow value is 56.94%
  • key color value is 71.76%
CMYK:
(79,0,57,72)
C79M0Y57K72 
(79%,0%,57%,72%)
(0.79/0.00/0.57/0.72)	

CMYK percentages

%79.17
%0
%56.94
%71.76

Codes

Color #0F481F in popluar color models

0F481F
RGB157231
HSL137°65.52%17.06%
HSB/HSV137°79.17%28.24%
CMYK79.17%0.00%56.94%
71.76%

Color #0F481F in popluar number systems.

HEX0F481F
Decimal157231
Binary1111100100011111
Octal1711037

Shades and tints

Shades of #0F481F

#0F481F
(15,72,31)
#0E421D
(14,66,29)
#0D3C1B
(13,60,27)
#0C3619
(12,54,25)
#0B3017
(11,48,23)
#0A2A15
(10,42,21)
#092413
(9,36,19)
#081E11
(8,30,17)
#07180F
(7,24,15)
#06120D
(6,18,13)
#050C0B
(5,12,11)
#000000
(0,0,0)

Tints of #0F481F

#0F481F
(15,72,31)
#245833
(36,88,51)
#396847
(57,104,71)
#4E785B
(78,120,91)
#63886F
(99,136,111)
#789883
(120,152,131)
#8DA897
(141,168,151)
#A2B8AB
(162,184,171)
#B7C8BF
(183,200,191)
#CCD8D3
(204,216,211)
#E1E8E7
(225,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F481F color. Also use rgb(15,72,31) instead hex code.

Text Font Color

.myTextColor { color: #0F481F; }

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

This text font color is #0F481F.


Background Color

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

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

This div background color is #0F481F.


Border color

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

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

This div border color is #0F481F.


Opacity

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

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

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

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

This text has shadow with #0F481F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F481F on black background.


Color preview on white background

This text has color #0F481F on white background.



Black color preview on #0F481F background

This text has black color on #0F481F background.


White color preview on #0F481F background

This text has white color on #0F481F background.