COLOR #0C2628

HEX: #0C2628
RGB: (12,38,40)

Color info

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

RGB color model

#0C2628 color RGB value is (12,38,40).

  • red value is 12;
  • green value is 38;
  • blue value is 40.
RGB:
(12,38,40)
(5%,15%,16%)

RGB channels and saturation

R 12 of 255 = 5%
G 38 of 255 = 15%
B 40 of 255 = 16%

12
38
40

R + G + B ~ 12%. #0C2628 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 38 + 40 = 90 (100%)
R 12 of 90 ~ 13.33%
G 38 of 90 ~ 42.22%
B 40 of 90 ~ 44.44%

%13.33
%42.22
%44.44

CMYK color model

#0C2628 color CMYK value is (70,5,0,84).

  • cyan value is 70.00%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(70,5,0,84)
C70M5Y0K84 
(70%,5%,0%,84%)
(0.70/0.05/0.00/0.84)	

CMYK percentages

%70
%5
%0
%84.31

Codes

Color #0C2628 in popluar color models

0C2628
RGB123840
HSL184°53.85%10.20%
HSB/HSV184°70.00%15.69%
CMYK70.00%5.00%0.00%
84.31%

Color #0C2628 in popluar number systems.

HEX0C2628
Decimal123840
Binary1100100110101000
Octal144650

Shades and tints

Shades of #0C2628

#0C2628
(12,38,40)
#0B2325
(11,35,37)
#0A2022
(10,32,34)
#091D1F
(9,29,31)
#081A1C
(8,26,28)
#071719
(7,23,25)
#061416
(6,20,22)
#051113
(5,17,19)
#040E10
(4,14,16)
#030B0D
(3,11,13)
#02080A
(2,8,10)
#000000
(0,0,0)

Tints of #0C2628

#0C2628
(12,38,40)
#22393B
(34,57,59)
#384C4E
(56,76,78)
#4E5F61
(78,95,97)
#647274
(100,114,116)
#7A8587
(122,133,135)
#90989A
(144,152,154)
#A6ABAD
(166,171,173)
#BCBEC0
(188,190,192)
#D2D1D3
(210,209,211)
#E8E4E6
(232,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C2628; }

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

This text font color is #0C2628.


Background Color

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

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

This div background color is #0C2628.


Border color

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

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

This div border color is #0C2628.


Opacity

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

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

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

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

This text has shadow with #0C2628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2628 on black background.


Color preview on white background

This text has color #0C2628 on white background.



Black color preview on #0C2628 background

This text has black color on #0C2628 background.


White color preview on #0C2628 background

This text has white color on #0C2628 background.