COLOR #0F3E0A

HEX: #0F3E0A
RGB: (15,62,10)

Color info

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

RGB color model

#0F3E0A color RGB value is (15,62,10).

  • red value is 15;
  • green value is 62;
  • blue value is 10.
RGB:
(15,62,10)
(6%,24%,4%)

RGB channels and saturation

R 15 of 255 = 6%
G 62 of 255 = 24%
B 10 of 255 = 4%

15
62
10

R + G + B ~ 11%. #0F3E0A is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 62 + 10 = 87 (100%)
R 15 of 87 ~ 17.24%
G 62 of 87 ~ 71.26%
B 10 of 87 ~ 11.49%

%17.24
%71.26
%11.49

CMYK color model

#0F3E0A color CMYK value is (76,0,84,76).

  • cyan value is 75.81%
  • magenta value is 0.00%
  • yellow value is 83.87%
  • key color value is 75.69%
CMYK:
(76,0,84,76)
C76M0Y84K76 
(76%,0%,84%,76%)
(0.76/0.00/0.84/0.76)	

CMYK percentages

%75.81
%0
%83.87
%75.69

Codes

Color #0F3E0A in popluar color models

0F3E0A
RGB156210
HSL114°72.22%14.12%
HSB/HSV114°83.87%24.31%
CMYK75.81%0.00%83.87%
75.69%

Color #0F3E0A in popluar number systems.

HEX0F3E0A
Decimal156210
Binary11111111101010
Octal177612

Shades and tints

Shades of #0F3E0A

#0F3E0A
(15,62,10)
#0E390A
(14,57,10)
#0D340A
(13,52,10)
#0C2F0A
(12,47,10)
#0B2A0A
(11,42,10)
#0A250A
(10,37,10)
#09200A
(9,32,10)
#081B0A
(8,27,10)
#07160A
(7,22,10)
#06110A
(6,17,10)
#050C0A
(5,12,10)
#000000
(0,0,0)

Tints of #0F3E0A

#0F3E0A
(15,62,10)
#244F20
(36,79,32)
#396036
(57,96,54)
#4E714C
(78,113,76)
#638262
(99,130,98)
#789378
(120,147,120)
#8DA48E
(141,164,142)
#A2B5A4
(162,181,164)
#B7C6BA
(183,198,186)
#CCD7D0
(204,215,208)
#E1E8E6
(225,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F3E0A; }

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

This text font color is #0F3E0A.


Background Color

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

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

This div background color is #0F3E0A.


Border color

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

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

This div border color is #0F3E0A.


Opacity

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

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

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

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

This text has shadow with #0F3E0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3E0A on black background.


Color preview on white background

This text has color #0F3E0A on white background.



Black color preview on #0F3E0A background

This text has black color on #0F3E0A background.


White color preview on #0F3E0A background

This text has white color on #0F3E0A background.