COLOR #0F2E06

HEX: #0F2E06 RGB: (15,46,6)

Color info

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

RGB color model

#0F2E06 color RGB value is (15,46,6).

RGB: (15,46,6) (6%, 18%, 2%)

RGB channels and saturation

R 15 of 255 = 6%
G 46 of 255 = 18%
B 6 of 255 = 2%

15
46
6

R + G + B ~ 9%. #0F2E06 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 46 + 6 = 67 (100%)
R 15 of 67 ~ 22.39%
G 46 of 67 ~ 68.66%
B 6 of 67 ~ 8.96'%

%22.39
%68.66

CMYK color model

#0F2E06 color CMYK value is (67,0,87,82).

  • cyan value is 67.39%
  • magenta value is 0.00%
  • yellow value is 86.96%
  • key color value is 81.96%

CMYK: (67,0,87,82)
C67M0Y87K82 (67%, 0%, 87%, 82%)
(0.67 / 0.00 / 0.87 / 0.82)

CMYK percentages

%67.39
%0
%86.96
%81.96

Codes

Color #0F2E06 in popluar color models

0F 2E 06
RGB 15 46 6
HSL 107° 76.92% 10.20%
HSB/HSV 107° 86.96% 18.04%
CMYK 67.39% 0.00% 86.96%
81.96%

Color #0F2E06 in popluar number systems.

HEX 0F 2E 06
Decimal 15 46 6
Binary 1111 101110 110
Octal 17 56 6

Shades and tints

Shades of #0F2E06

#0F2E06
(15,46,6)
#0E2A06
(14,42,6)
#0D2606
(13,38,6)
#0C2206
(12,34,6)
#0B1E06
(11,30,6)
#0A1A06
(10,26,6)
#091606
(9,22,6)
#081206
(8,18,6)
#070E06
(7,14,6)
#060A06
(6,10,6)
#050606
(5,6,6)
#000000
(0,0,0)

Tints of #0F2E06

#0F2E06
(15,46,6)
#24411C
(36,65,28)
#395432
(57,84,50)
#4E6748
(78,103,72)
#637A5E
(99,122,94)
#788D74
(120,141,116)
#8DA08A
(141,160,138)
#A2B3A0
(162,179,160)
#B7C6B6
(183,198,182)
#CCD9CC
(204,217,204)
#E1ECE2
(225,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F2E06 color. Also use rgb(15,46,6) instead hex code.

Text Font Color

.myTextColor { color: #0F2E06; }

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

This text font color is #0F2E06.

Background Color

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

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

This div background color is #0F2E06.

Border color

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

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

This div border color is #0F2E06.

Opacity

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

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

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

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

This text has shadow with #0F2E06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F2E06.

Preview

Color preview on black background

This text has color #0F2E06 on black background.


Color preview on white background

This text has color #0F2E06 on white background.


Black color preview on #0F2E06 background

This text has black color on #0F2E06 background.


White color preview on #0F2E06 background

This text has white color on #0F2E06 background.


Related colors

Complementary color

Complementary color for #hex is #F0D1F9.


I love getcolorcode.com

Triadic colors

1 #060F2E and #2E060F with #0F2E06 are triadic colors.

2 #062E0F and #2E0F06 with #0F2E06 are triadic colors.