COLOR #0C482C

HEX: #0C482C
RGB: (12,72,44)

Color info

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

RGB color model

#0C482C color RGB value is (12,72,44).

  • red value is 12;
  • green value is 72;
  • blue value is 44.
RGB:
(12,72,44)
(5%,28%,17%)

RGB channels and saturation

R 12 of 255 = 5%
G 72 of 255 = 28%
B 44 of 255 = 17%

12
72
44

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

Portions of RGB colors in percentages

R + G + B =
12 + 72 + 44 = 128 (100%)
R 12 of 128 ~ 9.38%
G 72 of 128 ~ 56.25%
B 44 of 128 ~ 34.38%

%56.25
%34.38

CMYK color model

#0C482C color CMYK value is (83,0,39,72).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 71.76%
CMYK:
(83,0,39,72)
C83M0Y39K72 
(83%,0%,39%,72%)
(0.83/0.00/0.39/0.72)	

CMYK percentages

%83.33
%0
%38.89
%71.76

Codes

Color #0C482C in popluar color models

0C482C
RGB127244
HSL152°71.43%16.47%
HSB/HSV152°83.33%28.24%
CMYK83.33%0.00%38.89%
71.76%

Color #0C482C in popluar number systems.

HEX0C482C
Decimal127244
Binary11001001000101100
Octal1411054

Shades and tints

Shades of #0C482C

#0C482C
(12,72,44)
#0B4228
(11,66,40)
#0A3C24
(10,60,36)
#093620
(9,54,32)
#08301C
(8,48,28)
#072A18
(7,42,24)
#062414
(6,36,20)
#051E10
(5,30,16)
#04180C
(4,24,12)
#031208
(3,18,8)
#020C04
(2,12,4)
#000000
(0,0,0)

Tints of #0C482C

#0C482C
(12,72,44)
#22583F
(34,88,63)
#386852
(56,104,82)
#4E7865
(78,120,101)
#648878
(100,136,120)
#7A988B
(122,152,139)
#90A89E
(144,168,158)
#A6B8B1
(166,184,177)
#BCC8C4
(188,200,196)
#D2D8D7
(210,216,215)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C482C color. Also use rgb(12,72,44) instead hex code.

Text Font Color

.myTextColor { color: #0C482C; }

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

This text font color is #0C482C.


Background Color

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

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

This div background color is #0C482C.


Border color

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

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

This div border color is #0C482C.


Opacity

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

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

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

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

This text has shadow with #0C482C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C482C on black background.


Color preview on white background

This text has color #0C482C on white background.



Black color preview on #0C482C background

This text has black color on #0C482C background.


White color preview on #0C482C background

This text has white color on #0C482C background.