COLOR #0C3015

HEX: #0C3015
RGB: (12,48,21)

Color info

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

RGB color model

#0C3015 color RGB value is (12,48,21).

  • red value is 12;
  • green value is 48;
  • blue value is 21.
RGB:
(12,48,21)
(5%,19%,8%)

RGB channels and saturation

R 12 of 255 = 5%
G 48 of 255 = 19%
B 21 of 255 = 8%

12
48
21

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

Portions of RGB colors in percentages

R + G + B =
12 + 48 + 21 = 81 (100%)
R 12 of 81 ~ 14.81%
G 48 of 81 ~ 59.26%
B 21 of 81 ~ 25.93%

%14.81
%59.26
%25.93

CMYK color model

#0C3015 color CMYK value is (75,0,56,81).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 81.18%
CMYK:
(75,0,56,81)
C75M0Y56K81 
(75%,0%,56%,81%)
(0.75/0.00/0.56/0.81)	

CMYK percentages

%75
%0
%56.25
%81.18

Codes

Color #0C3015 in popluar color models

0C3015
RGB124821
HSL135°60.00%11.76%
HSB/HSV135°75.00%18.82%
CMYK75.00%0.00%56.25%
81.18%

Color #0C3015 in popluar number systems.

HEX0C3015
Decimal124821
Binary110011000010101
Octal146025

Shades and tints

Shades of #0C3015

#0C3015
(12,48,21)
#0B2C14
(11,44,20)
#0A2813
(10,40,19)
#092412
(9,36,18)
#082011
(8,32,17)
#071C10
(7,28,16)
#06180F
(6,24,15)
#05140E
(5,20,14)
#04100D
(4,16,13)
#030C0C
(3,12,12)
#02080B
(2,8,11)
#000000
(0,0,0)

Tints of #0C3015

#0C3015
(12,48,21)
#22422A
(34,66,42)
#38543F
(56,84,63)
#4E6654
(78,102,84)
#647869
(100,120,105)
#7A8A7E
(122,138,126)
#909C93
(144,156,147)
#A6AEA8
(166,174,168)
#BCC0BD
(188,192,189)
#D2D2D2
(210,210,210)
#E8E4E7
(232,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3015 color. Also use rgb(12,48,21) instead hex code.

Text Font Color

.myTextColor { color: #0C3015; }

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

This text font color is #0C3015.


Background Color

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

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

This div background color is #0C3015.


Border color

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

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

This div border color is #0C3015.


Opacity

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

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

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

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

This text has shadow with #0C3015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3015 on black background.


Color preview on white background

This text has color #0C3015 on white background.



Black color preview on #0C3015 background

This text has black color on #0C3015 background.


White color preview on #0C3015 background

This text has white color on #0C3015 background.