COLOR #0C372C

HEX: #0C372C RGB: (12,55,44)

Color info

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

RGB color model

#0C372C color RGB value is (12,55,44).

RGB: (12,55,44) (5%, 22%, 17%)

RGB channels and saturation

R 12 of 255 = 5%
G 55 of 255 = 22%
B 44 of 255 = 17%

12
55
44

R + G + B ~ 15%. #0C372C is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 55 + 44 = 111 (100%)
R 12 of 111 ~ 10.81%
G 55 of 111 ~ 49.55%
B 44 of 111 ~ 39.64'%

%10.81
%49.55
%39.64

CMYK color model

#0C372C color CMYK value is (78,0,20,78).

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

CMYK: (78,0,20,78)
C78M0Y20K78 (78%, 0%, 20%, 78%)
(0.78 / 0.00 / 0.20 / 0.78)

CMYK percentages

%78.18
%0
%20
%78.43

Codes

Color #0C372C in popluar color models

0C 37 2C
RGB 12 55 44
HSL 165° 64.18% 13.14%
HSB/HSV 165° 78.18% 21.57%
CMYK 78.18% 0.00% 20.00%
78.43%

Color #0C372C in popluar number systems.

HEX 0C 37 2C
Decimal 12 55 44
Binary 1100 110111 101100
Octal 14 67 54

Shades and tints

Shades of #0C372C

#0C372C
(12,55,44)
#0B3228
(11,50,40)
#0A2D24
(10,45,36)
#092820
(9,40,32)
#08231C
(8,35,28)
#071E18
(7,30,24)
#061914
(6,25,20)
#051410
(5,20,16)
#040F0C
(4,15,12)
#030A08
(3,10,8)
#020504
(2,5,4)
#000000
(0,0,0)

Tints of #0C372C

#0C372C
(12,55,44)
#22493F
(34,73,63)
#385B52
(56,91,82)
#4E6D65
(78,109,101)
#647F78
(100,127,120)
#7A918B
(122,145,139)
#90A39E
(144,163,158)
#A6B5B1
(166,181,177)
#BCC7C4
(188,199,196)
#D2D9D7
(210,217,215)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C372C; }

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

This text font color is #0C372C.

Background Color

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

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

This div background color is #0C372C.

Border color

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

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

This div border color is #0C372C.

Opacity

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

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

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

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

This text has shadow with #0C372C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C372C.

Preview

Color preview on black background

This text has color #0C372C on black background.


Color preview on white background

This text has color #0C372C on white background.


Black color preview on #0C372C background

This text has black color on #0C372C background.


White color preview on #0C372C background

This text has white color on #0C372C background.


Related colors

Complementary color

Complementary color for #hex is #F3C8D3.


I love getcolorcode.com

Triadic colors

1 #2C0C37 and #372C0C with #0C372C are triadic colors.

2 #2C370C and #370C2C with #0C372C are triadic colors.