COLOR #0C2325

HEX: #0C2325
RGB: (12,35,37)

Color info

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

RGB color model

#0C2325 color RGB value is (12,35,37).

  • red value is 12;
  • green value is 35;
  • blue value is 37.
RGB:
(12,35,37)
(5%,14%,15%)

RGB channels and saturation

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

12
35
37

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

Portions of RGB colors in percentages

R + G + B =
12 + 35 + 37 = 84 (100%)
R 12 of 84 ~ 14.29%
G 35 of 84 ~ 41.67%
B 37 of 84 ~ 44.05%

%14.29
%41.67
%44.05

CMYK color model

#0C2325 color CMYK value is (68,5,0,85).

  • cyan value is 67.57%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(68,5,0,85)
C68M5Y0K85 
(68%,5%,0%,85%)
(0.68/0.05/0.00/0.85)	

CMYK percentages

%67.57
%5.41
%0
%85.49

Codes

Color #0C2325 in popluar color models

0C2325
RGB123537
HSL185°51.02%9.61%
HSB/HSV185°67.57%14.51%
CMYK67.57%5.41%0.00%
85.49%

Color #0C2325 in popluar number systems.

HEX0C2325
Decimal123537
Binary1100100011100101
Octal144345

Shades and tints

Shades of #0C2325

#0C2325
(12,35,37)
#0B2022
(11,32,34)
#0A1D1F
(10,29,31)
#091A1C
(9,26,28)
#081719
(8,23,25)
#071416
(7,20,22)
#061113
(6,17,19)
#050E10
(5,14,16)
#040B0D
(4,11,13)
#03080A
(3,8,10)
#020507
(2,5,7)
#000000
(0,0,0)

Tints of #0C2325

#0C2325
(12,35,37)
#223738
(34,55,56)
#384B4B
(56,75,75)
#4E5F5E
(78,95,94)
#647371
(100,115,113)
#7A8784
(122,135,132)
#909B97
(144,155,151)
#A6AFAA
(166,175,170)
#BCC3BD
(188,195,189)
#D2D7D0
(210,215,208)
#E8EBE3
(232,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C2325; }

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

This text font color is #0C2325.


Background Color

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

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

This div background color is #0C2325.


Border color

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

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

This div border color is #0C2325.


Opacity

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

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

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

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

This text has shadow with #0C2325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2325 on black background.


Color preview on white background

This text has color #0C2325 on white background.



Black color preview on #0C2325 background

This text has black color on #0C2325 background.


White color preview on #0C2325 background

This text has white color on #0C2325 background.