COLOR #0C411C

HEX: #0C411C RGB: (12,65,28)

Color info

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

RGB color model

#0C411C color RGB value is (12,65,28).

RGB: (12,65,28) (5%, 25%, 11%)

RGB channels and saturation

R 12 of 255 = 5%
G 65 of 255 = 25%
B 28 of 255 = 11%

12
65
28

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

Portions of RGB colors in percentages

R + G + B = 12 + 65 + 28 = 105 (100%)
R 12 of 105 ~ 11.43%
G 65 of 105 ~ 61.9%
B 28 of 105 ~ 26.67'%

%11.43
%61.9
%26.67

CMYK color model

#0C411C color CMYK value is (82,0,57,75).

  • cyan value is 81.54%
  • magenta value is 0.00%
  • yellow value is 56.92%
  • key color value is 74.51%
CMYK: (82,0,57,75) C82M0Y57K75 (82%,0%,57%,75%) (0.82/0.00/0.57/0.75) 

CMYK percentages

%81.54
%0
%56.92
%74.51

Codes

Color #0C411C in popluar color models

0C 41 1C
RGB 12 65 28
HSL 138° 68.83% 15.10%
HSB/HSV 138° 81.54% 25.49%
CMYK 81.54% 0.00% 56.92%
74.51%

Color #0C411C in popluar number systems.

HEX 0C 41 1C
Decimal 12 65 28
Binary 1100 1000001 11100
Octal 14 101 34

Shades and tints

Shades of #0C411C

#0C411C
(12,65,28)
#0B3C1A
(11,60,26)
#0A3718
(10,55,24)
#093216
(9,50,22)
#082D14
(8,45,20)
#072812
(7,40,18)
#062310
(6,35,16)
#051E0E
(5,30,14)
#04190C
(4,25,12)
#03140A
(3,20,10)
#020F08
(2,15,8)
#000000
(0,0,0)

Tints of #0C411C

#0C411C
(12,65,28)
#225230
(34,82,48)
#386344
(56,99,68)
#4E7458
(78,116,88)
#64856C
(100,133,108)
#7A9680
(122,150,128)
#90A794
(144,167,148)
#A6B8A8
(166,184,168)
#BCC9BC
(188,201,188)
#D2DAD0
(210,218,208)
#E8EBE4
(232,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C411C color. Also use rgb(12,65,28) instead hex code.

Text Font Color

.myTextColor { color: #0C411C; }

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

This text font color is #0C411C.

Background Color

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

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

This div background color is #0C411C.

Border color

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

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

This div border color is #0C411C.

Opacity

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

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

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

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

This text has shadow with #0C411C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C411C.

Preview

Color preview on black background

This text has color #0C411C on black background.


Color preview on white background

This text has color #0C411C on white background.


Black color preview on #0C411C background

This text has black color on #0C411C background.


White color preview on #0C411C background

This text has white color on #0C411C background.


Related colors

Complementary color

Complementary color for #hex is #F3BEE3.


I love getcolorcode.com

Triadic colors

1 #1C0C41 and #411C0C with #0C411C are triadic colors.

2 #1C410C and #410C1C with #0C411C are triadic colors.