COLOR #0C2711

HEX: #0C2711 RGB: (12,39,17)

Color info

#0C2711 contains red, green and blue colors in about the same proportion. Web safe color of #0C2711 is #003300 (or #030).

RGB color model

#0C2711 color RGB value is (12,39,17).

RGB: (12,39,17) (5%, 15%, 7%)

RGB channels and saturation

R 12 of 255 = 5%
G 39 of 255 = 15%
B 17 of 255 = 7%

12
39
17

R + G + B ~ 9%. #0C2711 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 39 + 17 = 68 (100%)
R 12 of 68 ~ 17.65%
G 39 of 68 ~ 57.35%
B 17 of 68 ~ 25'%

%17.65
%57.35
%25

CMYK color model

#0C2711 color CMYK value is (69,0,56,85).

  • cyan value is 69.23%
  • magenta value is 0.00%
  • yellow value is 56.41%
  • key color value is 84.71%

CMYK: (69,0,56,85)
C69M0Y56K85 (69%, 0%, 56%, 85%)
(0.69 / 0.00 / 0.56 / 0.85)

CMYK percentages

%69.23
%0
%56.41
%84.71

Codes

Color #0C2711 in popluar color models

0C 27 11
RGB 12 39 17
HSL 131° 52.94% 10.00%
HSB/HSV 131° 69.23% 15.29%
CMYK 69.23% 0.00% 56.41%
84.71%

Color #0C2711 in popluar number systems.

HEX 0C 27 11
Decimal 12 39 17
Binary 1100 100111 10001
Octal 14 47 21

Shades and tints

Shades of #0C2711

#0C2711
(12,39,17)
#0B2410
(11,36,16)
#0A210F
(10,33,15)
#091E0E
(9,30,14)
#081B0D
(8,27,13)
#07180C
(7,24,12)
#06150B
(6,21,11)
#05120A
(5,18,10)
#040F09
(4,15,9)
#030C08
(3,12,8)
#020907
(2,9,7)
#000000
(0,0,0)

Tints of #0C2711

#0C2711
(12,39,17)
#223A26
(34,58,38)
#384D3B
(56,77,59)
#4E6050
(78,96,80)
#647365
(100,115,101)
#7A867A
(122,134,122)
#90998F
(144,153,143)
#A6ACA4
(166,172,164)
#BCBFB9
(188,191,185)
#D2D2CE
(210,210,206)
#E8E5E3
(232,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C2711 color. Also use rgb(12,39,17) instead hex code.

Text Font Color

.myTextColor { color: #0C2711; }

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

This text font color is #0C2711.

Background Color

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

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

This div background color is #0C2711.

Border color

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

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

This div border color is #0C2711.

Opacity

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

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

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

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

This text has shadow with #0C2711 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C2711.

Preview

Color preview on black background

This text has color #0C2711 on black background.


Color preview on white background

This text has color #0C2711 on white background.


Black color preview on #0C2711 background

This text has black color on #0C2711 background.


White color preview on #0C2711 background

This text has white color on #0C2711 background.


Related colors

Complementary color

Complementary color for #hex is #F3D8EE.


I love getcolorcode.com

Triadic colors

1 #110C27 and #27110C with #0C2711 are triadic colors.

2 #11270C and #270C11 with #0C2711 are triadic colors.