COLOR #0F480A

HEX: #0F480A RGB: (15,72,10)

Color info

#0F480A contains mainly red and green colors. Web safe color of #0F480A is #003300 (or #030).

RGB color model

#0F480A color RGB value is (15,72,10).

RGB: (15,72,10) (6%, 28%, 4%)

RGB channels and saturation

R 15 of 255 = 6%
G 72 of 255 = 28%
B 10 of 255 = 4%

15
72
10

R + G + B ~ 13%. #0F480A is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 72 + 10 = 97 (100%)
R 15 of 97 ~ 15.46%
G 72 of 97 ~ 74.23%
B 10 of 97 ~ 10.31'%

%15.46
%74.23

CMYK color model

#0F480A color CMYK value is (79,0,86,72).

  • cyan value is 79.17%
  • magenta value is 0.00%
  • yellow value is 86.11%
  • key color value is 71.76%

CMYK: (79,0,86,72)
C79M0Y86K72 (79%, 0%, 86%, 72%)
(0.79 / 0.00 / 0.86 / 0.72)

CMYK percentages

%79.17
%0
%86.11
%71.76

Codes

Color #0F480A in popluar color models

0F 48 0A
RGB 15 72 10
HSL 115° 75.61% 16.08%
HSB/HSV 115° 86.11% 28.24%
CMYK 79.17% 0.00% 86.11%
71.76%

Color #0F480A in popluar number systems.

HEX 0F 48 0A
Decimal 15 72 10
Binary 1111 1001000 1010
Octal 17 110 12

Shades and tints

Shades of #0F480A

#0F480A
(15,72,10)
#0E420A
(14,66,10)
#0D3C0A
(13,60,10)
#0C360A
(12,54,10)
#0B300A
(11,48,10)
#0A2A0A
(10,42,10)
#09240A
(9,36,10)
#081E0A
(8,30,10)
#07180A
(7,24,10)
#06120A
(6,18,10)
#050C0A
(5,12,10)
#000000
(0,0,0)

Tints of #0F480A

#0F480A
(15,72,10)
#245820
(36,88,32)
#396836
(57,104,54)
#4E784C
(78,120,76)
#638862
(99,136,98)
#789878
(120,152,120)
#8DA88E
(141,168,142)
#A2B8A4
(162,184,164)
#B7C8BA
(183,200,186)
#CCD8D0
(204,216,208)
#E1E8E6
(225,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F480A; }

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

This text font color is #0F480A.

Background Color

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

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

This div background color is #0F480A.

Border color

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

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

This div border color is #0F480A.

Opacity

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

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

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

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

This text has shadow with #0F480A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F480A.

Preview

Color preview on black background

This text has color #0F480A on black background.


Color preview on white background

This text has color #0F480A on white background.


Black color preview on #0F480A background

This text has black color on #0F480A background.


White color preview on #0F480A background

This text has white color on #0F480A background.


Related colors

Complementary color

Complementary color for #hex is #F0B7F5.


I love getcolorcode.com

Triadic colors

1 #0A0F48 and #480A0F with #0F480A are triadic colors.

2 #0A480F and #480F0A with #0F480A are triadic colors.