COLOR #0C362A

HEX: #0C362A
RGB: (12,54,42)

Color info

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

RGB color model

#0C362A color RGB value is (12,54,42).

  • red value is 12;
  • green value is 54;
  • blue value is 42.
RGB:
(12,54,42)
(5%,21%,16%)

RGB channels and saturation

R 12 of 255 = 5%
G 54 of 255 = 21%
B 42 of 255 = 16%

12
54
42

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

Portions of RGB colors in percentages

R + G + B =
12 + 54 + 42 = 108 (100%)
R 12 of 108 ~ 11.11%
G 54 of 108 ~ 50%
B 42 of 108 ~ 38.89%

%11.11
%50
%38.89

CMYK color model

#0C362A color CMYK value is (78,0,22,79).

  • cyan value is 77.78%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 78.82%
CMYK:
(78,0,22,79)
C78M0Y22K79 
(78%,0%,22%,79%)
(0.78/0.00/0.22/0.79)	

CMYK percentages

%77.78
%0
%22.22
%78.82

Codes

Color #0C362A in popluar color models

0C362A
RGB125442
HSL163°63.64%12.94%
HSB/HSV163°77.78%21.18%
CMYK77.78%0.00%22.22%
78.82%

Color #0C362A in popluar number systems.

HEX0C362A
Decimal125442
Binary1100110110101010
Octal146652

Shades and tints

Shades of #0C362A

#0C362A
(12,54,42)
#0B3227
(11,50,39)
#0A2E24
(10,46,36)
#092A21
(9,42,33)
#08261E
(8,38,30)
#07221B
(7,34,27)
#061E18
(6,30,24)
#051A15
(5,26,21)
#041612
(4,22,18)
#03120F
(3,18,15)
#020E0C
(2,14,12)
#000000
(0,0,0)

Tints of #0C362A

#0C362A
(12,54,42)
#22483D
(34,72,61)
#385A50
(56,90,80)
#4E6C63
(78,108,99)
#647E76
(100,126,118)
#7A9089
(122,144,137)
#90A29C
(144,162,156)
#A6B4AF
(166,180,175)
#BCC6C2
(188,198,194)
#D2D8D5
(210,216,213)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C362A color. Also use rgb(12,54,42) instead hex code.

Text Font Color

.myTextColor { color: #0C362A; }

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

This text font color is #0C362A.


Background Color

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

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

This div background color is #0C362A.


Border color

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

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

This div border color is #0C362A.


Opacity

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

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

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

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

This text has shadow with #0C362A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C362A on black background.


Color preview on white background

This text has color #0C362A on white background.



Black color preview on #0C362A background

This text has black color on #0C362A background.


White color preview on #0C362A background

This text has white color on #0C362A background.