COLOR #0C4430

HEX: #0C4430
RGB: (12,68,48)

Color info

#0C4430 contains red, green and blue colors in about the same proportion. Web safe color of #0C4430 is #003333 (or #033).

RGB color model

#0C4430 color RGB value is (12,68,48).

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

RGB channels and saturation

R 12 of 255 = 5%
G 68 of 255 = 27%
B 48 of 255 = 19%

12
68
48

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

Portions of RGB colors in percentages

R + G + B =
12 + 68 + 48 = 128 (100%)
R 12 of 128 ~ 9.38%
G 68 of 128 ~ 53.13%
B 48 of 128 ~ 37.5%

%53.13
%37.5

CMYK color model

#0C4430 color CMYK value is (82,0,29,73).

  • cyan value is 82.35%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 73.33%
CMYK:
(82,0,29,73)
C82M0Y29K73 
(82%,0%,29%,73%)
(0.82/0.00/0.29/0.73)	

CMYK percentages

%82.35
%0
%29.41
%73.33

Codes

Color #0C4430 in popluar color models

0C4430
RGB126848
HSL159°70.00%15.69%
HSB/HSV159°82.35%26.67%
CMYK82.35%0.00%29.41%
73.33%

Color #0C4430 in popluar number systems.

HEX0C4430
Decimal126848
Binary11001000100110000
Octal1410460

Shades and tints

Shades of #0C4430

#0C4430
(12,68,48)
#0B3E2C
(11,62,44)
#0A3828
(10,56,40)
#093224
(9,50,36)
#082C20
(8,44,32)
#07261C
(7,38,28)
#062018
(6,32,24)
#051A14
(5,26,20)
#041410
(4,20,16)
#030E0C
(3,14,12)
#020808
(2,8,8)
#000000
(0,0,0)

Tints of #0C4430

#0C4430
(12,68,48)
#225542
(34,85,66)
#386654
(56,102,84)
#4E7766
(78,119,102)
#648878
(100,136,120)
#7A998A
(122,153,138)
#90AA9C
(144,170,156)
#A6BBAE
(166,187,174)
#BCCCC0
(188,204,192)
#D2DDD2
(210,221,210)
#E8EEE4
(232,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C4430; }

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

This text font color is #0C4430.


Background Color

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

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

This div background color is #0C4430.


Border color

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

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

This div border color is #0C4430.


Opacity

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

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

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

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

This text has shadow with #0C4430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4430 on black background.


Color preview on white background

This text has color #0C4430 on white background.



Black color preview on #0C4430 background

This text has black color on #0C4430 background.


White color preview on #0C4430 background

This text has white color on #0C4430 background.