COLOR #0C2B14

HEX: #0C2B14 RGB: (12,43,20)

Color info

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

RGB color model

#0C2B14 color RGB value is (12,43,20).

RGB: (12,43,20) (5%, 17%, 8%)

RGB channels and saturation

R 12 of 255 = 5%
G 43 of 255 = 17%
B 20 of 255 = 8%

12
43
20

R + G + B ~ 10%. #0C2B14 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 43 + 20 = 75 (100%)
R 12 of 75 ~ 16%
G 43 of 75 ~ 57.33%
B 20 of 75 ~ 26.67'%

%16
%57.33
%26.67

CMYK color model

#0C2B14 color CMYK value is (72,0,53,83).

  • cyan value is 72.09%
  • magenta value is 0.00%
  • yellow value is 53.49%
  • key color value is 83.14%

CMYK: (72,0,53,83)
C72M0Y53K83 (72%, 0%, 53%, 83%)
(0.72 / 0.00 / 0.53 / 0.83)

CMYK percentages

%72.09
%0
%53.49
%83.14

Codes

Color #0C2B14 in popluar color models

0C 2B 14
RGB 12 43 20
HSL 135° 56.36% 10.78%
HSB/HSV 135° 72.09% 16.86%
CMYK 72.09% 0.00% 53.49%
83.14%

Color #0C2B14 in popluar number systems.

HEX 0C 2B 14
Decimal 12 43 20
Binary 1100 101011 10100
Octal 14 53 24

Shades and tints

Shades of #0C2B14

#0C2B14
(12,43,20)
#0B2813
(11,40,19)
#0A2512
(10,37,18)
#092211
(9,34,17)
#081F10
(8,31,16)
#071C0F
(7,28,15)
#06190E
(6,25,14)
#05160D
(5,22,13)
#04130C
(4,19,12)
#03100B
(3,16,11)
#020D0A
(2,13,10)
#000000
(0,0,0)

Tints of #0C2B14

#0C2B14
(12,43,20)
#223E29
(34,62,41)
#38513E
(56,81,62)
#4E6453
(78,100,83)
#647768
(100,119,104)
#7A8A7D
(122,138,125)
#909D92
(144,157,146)
#A6B0A7
(166,176,167)
#BCC3BC
(188,195,188)
#D2D6D1
(210,214,209)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C2B14 color. Also use rgb(12,43,20) instead hex code.

Text Font Color

.myTextColor { color: #0C2B14; }

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

This text font color is #0C2B14.

Background Color

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

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

This div background color is #0C2B14.

Border color

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

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

This div border color is #0C2B14.

Opacity

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

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

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

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

This text has shadow with #0C2B14 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C2B14.

Preview

Color preview on black background

This text has color #0C2B14 on black background.


Color preview on white background

This text has color #0C2B14 on white background.


Black color preview on #0C2B14 background

This text has black color on #0C2B14 background.


White color preview on #0C2B14 background

This text has white color on #0C2B14 background.


Related colors

Complementary color

Complementary color for #hex is #F3D4EB.


I love getcolorcode.com

Triadic colors

1 #140C2B and #2B140C with #0C2B14 are triadic colors.

2 #142B0C and #2B0C14 with #0C2B14 are triadic colors.