COLOR #0C2326

HEX: #0C2326 RGB: (12,35,38)

Color info

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

RGB color model

#0C2326 color RGB value is (12,35,38).

RGB: (12,35,38) (5%, 14%, 15%)

RGB channels and saturation

R 12 of 255 = 5%
G 35 of 255 = 14%
B 38 of 255 = 15%

12
35
38

R + G + B ~ 11%. #0C2326 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 35 + 38 = 85 (100%)
R 12 of 85 ~ 14.12%
G 35 of 85 ~ 41.18%
B 38 of 85 ~ 44.71'%

%14.12
%41.18
%44.71

CMYK color model

#0C2326 color CMYK value is (68,8,0,85).

  • cyan value is 68.42%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 85.10%

CMYK: (68,8,0,85)
C68M8Y0K85 (68%, 8%, 0%, 85%)
(0.68 / 0.08 / 0.00 / 0.85)

CMYK percentages

%68.42
%7.89
%0
%85.1

Codes

Color #0C2326 in popluar color models

0C 23 26
RGB 12 35 38
HSL 187° 52.00% 9.80%
HSB/HSV 187° 68.42% 14.90%
CMYK 68.42% 7.89% 0.00%
85.10%

Color #0C2326 in popluar number systems.

HEX 0C 23 26
Decimal 12 35 38
Binary 1100 100011 100110
Octal 14 43 46

Shades and tints

Shades of #0C2326

#0C2326
(12,35,38)
#0B2023
(11,32,35)
#0A1D20
(10,29,32)
#091A1D
(9,26,29)
#08171A
(8,23,26)
#071417
(7,20,23)
#061114
(6,17,20)
#050E11
(5,14,17)
#040B0E
(4,11,14)
#03080B
(3,8,11)
#020508
(2,5,8)
#000000
(0,0,0)

Tints of #0C2326

#0C2326
(12,35,38)
#223739
(34,55,57)
#384B4C
(56,75,76)
#4E5F5F
(78,95,95)
#647372
(100,115,114)
#7A8785
(122,135,133)
#909B98
(144,155,152)
#A6AFAB
(166,175,171)
#BCC3BE
(188,195,190)
#D2D7D1
(210,215,209)
#E8EBE4
(232,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C2326 color. Also use rgb(12,35,38) instead hex code.

Text Font Color

.myTextColor { color: #0C2326; }

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

This text font color is #0C2326.

Background Color

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

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

This div background color is #0C2326.

Border color

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

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

This div border color is #0C2326.

Opacity

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

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

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

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

This text has shadow with #0C2326 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C2326.

Preview

Color preview on black background

This text has color #0C2326 on black background.


Color preview on white background

This text has color #0C2326 on white background.


Black color preview on #0C2326 background

This text has black color on #0C2326 background.


White color preview on #0C2326 background

This text has white color on #0C2326 background.


Related colors

Complementary color

Complementary color for #hex is #F3DCD9.


I love getcolorcode.com

Triadic colors

1 #260C23 and #23260C with #0C2326 are triadic colors.

2 #26230C and #230C26 with #0C2326 are triadic colors.