COLOR #0C2719

HEX: #0C2719 RGB: (12,39,25)

Color info

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

RGB color model

#0C2719 color RGB value is (12,39,25).

RGB: (12,39,25) (5%, 15%, 10%)

RGB channels and saturation

R 12 of 255 = 5%
G 39 of 255 = 15%
B 25 of 255 = 10%

12
39
25

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

Portions of RGB colors in percentages

R + G + B = 12 + 39 + 25 = 76 (100%)
R 12 of 76 ~ 15.79%
G 39 of 76 ~ 51.32%
B 25 of 76 ~ 32.89'%

%15.79
%51.32
%32.89

CMYK color model

#0C2719 color CMYK value is (69,0,36,85).

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

CMYK: (69,0,36,85)
C69M0Y36K85 (69%, 0%, 36%, 85%)
(0.69 / 0.00 / 0.36 / 0.85)

CMYK percentages

%69.23
%0
%35.9
%84.71

Codes

Color #0C2719 in popluar color models

0C 27 19
RGB 12 39 25
HSL 149° 52.94% 10.00%
HSB/HSV 149° 69.23% 15.29%
CMYK 69.23% 0.00% 35.90%
84.71%

Color #0C2719 in popluar number systems.

HEX 0C 27 19
Decimal 12 39 25
Binary 1100 100111 11001
Octal 14 47 31

Shades and tints

Shades of #0C2719

#0C2719
(12,39,25)
#0B2417
(11,36,23)
#0A2115
(10,33,21)
#091E13
(9,30,19)
#081B11
(8,27,17)
#07180F
(7,24,15)
#06150D
(6,21,13)
#05120B
(5,18,11)
#040F09
(4,15,9)
#030C07
(3,12,7)
#020905
(2,9,5)
#000000
(0,0,0)

Tints of #0C2719

#0C2719
(12,39,25)
#223A2D
(34,58,45)
#384D41
(56,77,65)
#4E6055
(78,96,85)
#647369
(100,115,105)
#7A867D
(122,134,125)
#909991
(144,153,145)
#A6ACA5
(166,172,165)
#BCBFB9
(188,191,185)
#D2D2CD
(210,210,205)
#E8E5E1
(232,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C2719; }

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

This text font color is #0C2719.

Background Color

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

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

This div background color is #0C2719.

Border color

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

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

This div border color is #0C2719.

Opacity

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

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

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

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

This text has shadow with #0C2719 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C2719.

Preview

Color preview on black background

This text has color #0C2719 on black background.


Color preview on white background

This text has color #0C2719 on white background.


Black color preview on #0C2719 background

This text has black color on #0C2719 background.


White color preview on #0C2719 background

This text has white color on #0C2719 background.


Related colors

Complementary color

Complementary color for #hex is #F3D8E6.


I love getcolorcode.com

Triadic colors

1 #190C27 and #27190C with #0C2719 are triadic colors.

2 #19270C and #270C19 with #0C2719 are triadic colors.