COLOR #0C492D

HEX: #0C492D
RGB: (12,73,45)

Color info

#0C492D contains mainly green and blue colors. Web safe color of #0C492D is #003333 (or #033).

RGB color model

#0C492D color RGB value is (12,73,45).

  • red value is 12;
  • green value is 73;
  • blue value is 45.
RGB:
(12,73,45)
(5%,29%,18%)

RGB channels and saturation

R 12 of 255 = 5%
G 73 of 255 = 29%
B 45 of 255 = 18%

12
73
45

R + G + B ~ 17%. #0C492D is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 73 + 45 = 130 (100%)
R 12 of 130 ~ 9.23%
G 73 of 130 ~ 56.15%
B 45 of 130 ~ 34.62%

%56.15
%34.62

CMYK color model

#0C492D color CMYK value is (84,0,38,71).

  • cyan value is 83.56%
  • magenta value is 0.00%
  • yellow value is 38.36%
  • key color value is 71.37%
CMYK:
(84,0,38,71)
C84M0Y38K71 
(84%,0%,38%,71%)
(0.84/0.00/0.38/0.71)	

CMYK percentages

%83.56
%0
%38.36
%71.37

Codes

Color #0C492D in popluar color models

0C492D
RGB127345
HSL152°71.76%16.67%
HSB/HSV152°83.56%28.63%
CMYK83.56%0.00%38.36%
71.37%

Color #0C492D in popluar number systems.

HEX0C492D
Decimal127345
Binary11001001001101101
Octal1411155

Shades and tints

Shades of #0C492D

#0C492D
(12,73,45)
#0B4329
(11,67,41)
#0A3D25
(10,61,37)
#093721
(9,55,33)
#08311D
(8,49,29)
#072B19
(7,43,25)
#062515
(6,37,21)
#051F11
(5,31,17)
#04190D
(4,25,13)
#031309
(3,19,9)
#020D05
(2,13,5)
#000000
(0,0,0)

Tints of #0C492D

#0C492D
(12,73,45)
#225940
(34,89,64)
#386953
(56,105,83)
#4E7966
(78,121,102)
#648979
(100,137,121)
#7A998C
(122,153,140)
#90A99F
(144,169,159)
#A6B9B2
(166,185,178)
#BCC9C5
(188,201,197)
#D2D9D8
(210,217,216)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C492D color. Also use rgb(12,73,45) instead hex code.

Text Font Color

.myTextColor { color: #0C492D; }

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

This text font color is #0C492D.


Background Color

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

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

This div background color is #0C492D.


Border color

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

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

This div border color is #0C492D.


Opacity

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

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

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

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

This text has shadow with #0C492D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C492D on black background.


Color preview on white background

This text has color #0C492D on white background.



Black color preview on #0C492D background

This text has black color on #0C492D background.


White color preview on #0C492D background

This text has white color on #0C492D background.