COLOR #0C3002

HEX: #0C3002 RGB: (12,48,2)

Color info

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

RGB color model

#0C3002 color RGB value is (12,48,2).

RGB: (12,48,2) (5%, 19%, 1%)

RGB channels and saturation

R 12 of 255 = 5%
G 48 of 255 = 19%
B 2 of 255 = 1%

12
48
2

R + G + B ~ 8%. #0C3002 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 48 + 2 = 62 (100%)
R 12 of 62 ~ 19.35%
G 48 of 62 ~ 77.42%
B 2 of 62 ~ 3.23'%

%19.35
%77.42

CMYK color model

#0C3002 color CMYK value is (75,0,96,81).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 95.83%
  • key color value is 81.18%

CMYK: (75,0,96,81)
C75M0Y96K81 (75%, 0%, 96%, 81%)
(0.75 / 0.00 / 0.96 / 0.81)

CMYK percentages

%75
%0
%95.83
%81.18

Codes

Color #0C3002 in popluar color models

0C 30 02
RGB 12 48 2
HSL 107° 92.00% 9.80%
HSB/HSV 107° 95.83% 18.82%
CMYK 75.00% 0.00% 95.83%
81.18%

Color #0C3002 in popluar number systems.

HEX 0C 30 02
Decimal 12 48 2
Binary 1100 110000 10
Octal 14 60 2

Shades and tints

Shades of #0C3002

#0C3002
(12,48,2)
#0B2C02
(11,44,2)
#0A2802
(10,40,2)
#092402
(9,36,2)
#082002
(8,32,2)
#071C02
(7,28,2)
#061802
(6,24,2)
#051402
(5,20,2)
#041002
(4,16,2)
#030C02
(3,12,2)
#020802
(2,8,2)
#000000
(0,0,0)

Tints of #0C3002

#0C3002
(12,48,2)
#224219
(34,66,25)
#385430
(56,84,48)
#4E6647
(78,102,71)
#64785E
(100,120,94)
#7A8A75
(122,138,117)
#909C8C
(144,156,140)
#A6AEA3
(166,174,163)
#BCC0BA
(188,192,186)
#D2D2D1
(210,210,209)
#E8E4E8
(232,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C3002; }

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

This text font color is #0C3002.

Background Color

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

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

This div background color is #0C3002.

Border color

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

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

This div border color is #0C3002.

Opacity

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

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

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

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

This text has shadow with #0C3002 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C3002.

Preview

Color preview on black background

This text has color #0C3002 on black background.


Color preview on white background

This text has color #0C3002 on white background.


Black color preview on #0C3002 background

This text has black color on #0C3002 background.


White color preview on #0C3002 background

This text has white color on #0C3002 background.


Related colors

Complementary color

Complementary color for #hex is #F3CFFD.


I love getcolorcode.com

Triadic colors

1 #020C30 and #30020C with #0C3002 are triadic colors.

2 #02300C and #300C02 with #0C3002 are triadic colors.