COLOR #0C3718

HEX: #0C3718 RGB: (12,55,24)

Color info

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

RGB color model

#0C3718 color RGB value is (12,55,24).

RGB: (12,55,24) (5%, 22%, 9%)

RGB channels and saturation

R 12 of 255 = 5%
G 55 of 255 = 22%
B 24 of 255 = 9%

12
55
24

R + G + B ~ 12%. #0C3718 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 55 + 24 = 91 (100%)
R 12 of 91 ~ 13.19%
G 55 of 91 ~ 60.44%
B 24 of 91 ~ 26.37'%

%13.19
%60.44
%26.37

CMYK color model

#0C3718 color CMYK value is (78,0,56,78).

  • cyan value is 78.18%
  • magenta value is 0.00%
  • yellow value is 56.36%
  • key color value is 78.43%

CMYK: (78,0,56,78)
C78M0Y56K78 (78%, 0%, 56%, 78%)
(0.78 / 0.00 / 0.56 / 0.78)

CMYK percentages

%78.18
%0
%56.36
%78.43

Codes

Color #0C3718 in popluar color models

0C 37 18
RGB 12 55 24
HSL 137° 64.18% 13.14%
HSB/HSV 137° 78.18% 21.57%
CMYK 78.18% 0.00% 56.36%
78.43%

Color #0C3718 in popluar number systems.

HEX 0C 37 18
Decimal 12 55 24
Binary 1100 110111 11000
Octal 14 67 30

Shades and tints

Shades of #0C3718

#0C3718
(12,55,24)
#0B3216
(11,50,22)
#0A2D14
(10,45,20)
#092812
(9,40,18)
#082310
(8,35,16)
#071E0E
(7,30,14)
#06190C
(6,25,12)
#05140A
(5,20,10)
#040F08
(4,15,8)
#030A06
(3,10,6)
#020504
(2,5,4)
#000000
(0,0,0)

Tints of #0C3718

#0C3718
(12,55,24)
#22492D
(34,73,45)
#385B42
(56,91,66)
#4E6D57
(78,109,87)
#647F6C
(100,127,108)
#7A9181
(122,145,129)
#90A396
(144,163,150)
#A6B5AB
(166,181,171)
#BCC7C0
(188,199,192)
#D2D9D5
(210,217,213)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3718 color. Also use rgb(12,55,24) instead hex code.

Text Font Color

.myTextColor { color: #0C3718; }

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

This text font color is #0C3718.

Background Color

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

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

This div background color is #0C3718.

Border color

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

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

This div border color is #0C3718.

Opacity

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

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

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

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

This text has shadow with #0C3718 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C3718.

Preview

Color preview on black background

This text has color #0C3718 on black background.


Color preview on white background

This text has color #0C3718 on white background.


Black color preview on #0C3718 background

This text has black color on #0C3718 background.


White color preview on #0C3718 background

This text has white color on #0C3718 background.


Related colors

Complementary color

Complementary color for #hex is #F3C8E7.


I love getcolorcode.com

Triadic colors

1 #180C37 and #37180C with #0C3718 are triadic colors.

2 #18370C and #370C18 with #0C3718 are triadic colors.