COLOR #0C2503

HEX: #0C2503
RGB: (12,37,3)

Color info

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

RGB color model

#0C2503 color RGB value is (12,37,3).

  • red value is 12;
  • green value is 37;
  • blue value is 3.
RGB:
(12,37,3)
(5%,15%,1%)

RGB channels and saturation

R 12 of 255 = 5%
G 37 of 255 = 15%
B 3 of 255 = 1%

12
37
3

R + G + B ~ 7%. #0C2503 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 37 + 3 = 52 (100%)
R 12 of 52 ~ 23.08%
G 37 of 52 ~ 71.15%
B 3 of 52 ~ 5.77%

%23.08
%71.15

CMYK color model

#0C2503 color CMYK value is (68,0,92,85).

  • cyan value is 67.57%
  • magenta value is 0.00%
  • yellow value is 91.89%
  • key color value is 85.49%
CMYK:
(68,0,92,85)
C68M0Y92K85 
(68%,0%,92%,85%)
(0.68/0.00/0.92/0.85)	

CMYK percentages

%67.57
%0
%91.89
%85.49

Codes

Color #0C2503 in popluar color models

0C2503
RGB12373
HSL104°85.00%7.84%
HSB/HSV104°91.89%14.51%
CMYK67.57%0.00%91.89%
85.49%

Color #0C2503 in popluar number systems.

HEX0C2503
Decimal12373
Binary110010010111
Octal14453

Shades and tints

Shades of #0C2503

#0C2503
(12,37,3)
#0B2203
(11,34,3)
#0A1F03
(10,31,3)
#091C03
(9,28,3)
#081903
(8,25,3)
#071603
(7,22,3)
#061303
(6,19,3)
#051003
(5,16,3)
#040D03
(4,13,3)
#030A03
(3,10,3)
#020703
(2,7,3)
#000000
(0,0,0)

Tints of #0C2503

#0C2503
(12,37,3)
#223819
(34,56,25)
#384B2F
(56,75,47)
#4E5E45
(78,94,69)
#64715B
(100,113,91)
#7A8471
(122,132,113)
#909787
(144,151,135)
#A6AA9D
(166,170,157)
#BCBDB3
(188,189,179)
#D2D0C9
(210,208,201)
#E8E3DF
(232,227,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C2503 color. Also use rgb(12,37,3) instead hex code.

Text Font Color

.myTextColor { color: #0C2503; }

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

This text font color is #0C2503.


Background Color

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

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

This div background color is #0C2503.


Border color

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

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

This div border color is #0C2503.


Opacity

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

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

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

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

This text has shadow with #0C2503 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2503 on black background.


Color preview on white background

This text has color #0C2503 on white background.



Black color preview on #0C2503 background

This text has black color on #0C2503 background.


White color preview on #0C2503 background

This text has white color on #0C2503 background.