COLOR #0F3C13

HEX: #0F3C13 RGB: (15,60,19)

Color info

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

RGB color model

#0F3C13 color RGB value is (15,60,19).

RGB: (15,60,19) (6%, 24%, 7%)

RGB channels and saturation

R 15 of 255 = 6%
G 60 of 255 = 24%
B 19 of 255 = 7%

15
60
19

R + G + B ~ 12%. #0F3C13 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 60 + 19 = 94 (100%)
R 15 of 94 ~ 15.96%
G 60 of 94 ~ 63.83%
B 19 of 94 ~ 20.21'%

%15.96
%63.83
%20.21

CMYK color model

#0F3C13 color CMYK value is (75,0,68,76).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 68.33%
  • key color value is 76.47%
CMYK: (75,0,68,76) C75M0Y68K76 (75%,0%,68%,76%) (0.75/0.00/0.68/0.76) 

CMYK percentages

%75
%0
%68.33
%76.47

Codes

Color #0F3C13 in popluar color models

0F 3C 13
RGB 15 60 19
HSL 125° 60.00% 14.71%
HSB/HSV 125° 75.00% 23.53%
CMYK 75.00% 0.00% 68.33%
76.47%

Color #0F3C13 in popluar number systems.

HEX 0F 3C 13
Decimal 15 60 19
Binary 1111 111100 10011
Octal 17 74 23

Shades and tints

Shades of #0F3C13

#0F3C13
(15,60,19)
#0E3712
(14,55,18)
#0D3211
(13,50,17)
#0C2D10
(12,45,16)
#0B280F
(11,40,15)
#0A230E
(10,35,14)
#091E0D
(9,30,13)
#08190C
(8,25,12)
#07140B
(7,20,11)
#060F0A
(6,15,10)
#050A09
(5,10,9)
#000000
(0,0,0)

Tints of #0F3C13

#0F3C13
(15,60,19)
#244D28
(36,77,40)
#395E3D
(57,94,61)
#4E6F52
(78,111,82)
#638067
(99,128,103)
#78917C
(120,145,124)
#8DA291
(141,162,145)
#A2B3A6
(162,179,166)
#B7C4BB
(183,196,187)
#CCD5D0
(204,213,208)
#E1E6E5
(225,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3C13 color. Also use rgb(15,60,19) instead hex code.

Text Font Color

.myTextColor { color: #0F3C13; }

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

This text font color is #0F3C13.

Background Color

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

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

This div background color is #0F3C13.

Border color

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

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

This div border color is #0F3C13.

Opacity

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

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

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

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

This text has shadow with #0F3C13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F3C13.

Preview

Color preview on black background

This text has color #0F3C13 on black background.


Color preview on white background

This text has color #0F3C13 on white background.


Black color preview on #0F3C13 background

This text has black color on #0F3C13 background.


White color preview on #0F3C13 background

This text has white color on #0F3C13 background.


Related colors

Complementary color

Complementary color for #hex is #F0C3EC.


I love getcolorcode.com

Triadic colors

1 #130F3C and #3C130F with #0F3C13 are triadic colors.

2 #133C0F and #3C0F13 with #0F3C13 are triadic colors.