COLOR #0C3825

HEX: #0C3825 RGB: (12,56,37)

Color info

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

RGB color model

#0C3825 color RGB value is (12,56,37).

RGB: (12,56,37) (5%, 22%, 15%)

RGB channels and saturation

R 12 of 255 = 5%
G 56 of 255 = 22%
B 37 of 255 = 15%

12
56
37

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

Portions of RGB colors in percentages

R + G + B = 12 + 56 + 37 = 105 (100%)
R 12 of 105 ~ 11.43%
G 56 of 105 ~ 53.33%
B 37 of 105 ~ 35.24'%

%11.43
%53.33
%35.24

CMYK color model

#0C3825 color CMYK value is (79,0,34,78).

  • cyan value is 78.57%
  • magenta value is 0.00%
  • yellow value is 33.93%
  • key color value is 78.04%

CMYK: (79,0,34,78)
C79M0Y34K78 (79%, 0%, 34%, 78%)
(0.79 / 0.00 / 0.34 / 0.78)

CMYK percentages

%78.57
%0
%33.93
%78.04

Codes

Color #0C3825 in popluar color models

0C 38 25
RGB 12 56 37
HSL 154° 64.71% 13.33%
HSB/HSV 154° 78.57% 21.96%
CMYK 78.57% 0.00% 33.93%
78.04%

Color #0C3825 in popluar number systems.

HEX 0C 38 25
Decimal 12 56 37
Binary 1100 111000 100101
Octal 14 70 45

Shades and tints

Shades of #0C3825

#0C3825
(12,56,37)
#0B3322
(11,51,34)
#0A2E1F
(10,46,31)
#09291C
(9,41,28)
#082419
(8,36,25)
#071F16
(7,31,22)
#061A13
(6,26,19)
#051510
(5,21,16)
#04100D
(4,16,13)
#030B0A
(3,11,10)
#020607
(2,6,7)
#000000
(0,0,0)

Tints of #0C3825

#0C3825
(12,56,37)
#224A38
(34,74,56)
#385C4B
(56,92,75)
#4E6E5E
(78,110,94)
#648071
(100,128,113)
#7A9284
(122,146,132)
#90A497
(144,164,151)
#A6B6AA
(166,182,170)
#BCC8BD
(188,200,189)
#D2DAD0
(210,218,208)
#E8ECE3
(232,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3825 color. Also use rgb(12,56,37) instead hex code.

Text Font Color

.myTextColor { color: #0C3825; }

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

This text font color is #0C3825.

Background Color

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

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

This div background color is #0C3825.

Border color

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

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

This div border color is #0C3825.

Opacity

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

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

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

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

This text has shadow with #0C3825 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C3825.

Preview

Color preview on black background

This text has color #0C3825 on black background.


Color preview on white background

This text has color #0C3825 on white background.


Black color preview on #0C3825 background

This text has black color on #0C3825 background.


White color preview on #0C3825 background

This text has white color on #0C3825 background.


Related colors

Complementary color

Complementary color for #hex is #F3C7DA.


I love getcolorcode.com

Triadic colors

1 #250C38 and #38250C with #0C3825 are triadic colors.

2 #25380C and #380C25 with #0C3825 are triadic colors.