COLOR #0C441D

HEX: #0C441D
RGB: (12,68,29)

Color info

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

RGB color model

#0C441D color RGB value is (12,68,29).

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

RGB channels and saturation

R 12 of 255 = 5%
G 68 of 255 = 27%
B 29 of 255 = 11%

12
68
29

R + G + B ~ 14%. #0C441D is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 68 + 29 = 109 (100%)
R 12 of 109 ~ 11.01%
G 68 of 109 ~ 62.39%
B 29 of 109 ~ 26.61%

%11.01
%62.39
%26.61

CMYK color model

#0C441D color CMYK value is (82,0,57,73).

  • cyan value is 82.35%
  • magenta value is 0.00%
  • yellow value is 57.35%
  • key color value is 73.33%
CMYK:
(82,0,57,73)
C82M0Y57K73 
(82%,0%,57%,73%)
(0.82/0.00/0.57/0.73)	

CMYK percentages

%82.35
%0
%57.35
%73.33

Codes

Color #0C441D in popluar color models

0C441D
RGB126829
HSL138°70.00%15.69%
HSB/HSV138°82.35%26.67%
CMYK82.35%0.00%57.35%
73.33%

Color #0C441D in popluar number systems.

HEX0C441D
Decimal126829
Binary1100100010011101
Octal1410435

Shades and tints

Shades of #0C441D

#0C441D
(12,68,29)
#0B3E1B
(11,62,27)
#0A3819
(10,56,25)
#093217
(9,50,23)
#082C15
(8,44,21)
#072613
(7,38,19)
#062011
(6,32,17)
#051A0F
(5,26,15)
#04140D
(4,20,13)
#030E0B
(3,14,11)
#020809
(2,8,9)
#000000
(0,0,0)

Tints of #0C441D

#0C441D
(12,68,29)
#225531
(34,85,49)
#386645
(56,102,69)
#4E7759
(78,119,89)
#64886D
(100,136,109)
#7A9981
(122,153,129)
#90AA95
(144,170,149)
#A6BBA9
(166,187,169)
#BCCCBD
(188,204,189)
#D2DDD1
(210,221,209)
#E8EEE5
(232,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C441D; }

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

This text font color is #0C441D.


Background Color

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

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

This div background color is #0C441D.


Border color

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

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

This div border color is #0C441D.


Opacity

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

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

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

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

This text has shadow with #0C441D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C441D on black background.


Color preview on white background

This text has color #0C441D on white background.



Black color preview on #0C441D background

This text has black color on #0C441D background.


White color preview on #0C441D background

This text has white color on #0C441D background.