COLOR #0C3535

HEX: #0C3535
RGB: (12,53,53)

Color info

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

RGB color model

#0C3535 color RGB value is (12,53,53).

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

RGB channels and saturation

R 12 of 255 = 5%
G 53 of 255 = 21%
B 53 of 255 = 21%

12
53
53

R + G + B ~ 16%. #0C3535 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 53 + 53 = 118 (100%)
R 12 of 118 ~ 10.17%
G 53 of 118 ~ 44.92%
B 53 of 118 ~ 44.92%

%10.17
%44.92
%44.92

CMYK color model

#0C3535 color CMYK value is (77,0,0,79).

  • cyan value is 77.36%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(77,0,0,79)
C77M0Y0K79 
(77%,0%,0%,79%)
(0.77/0.00/0.00/0.79)	

CMYK percentages

%77.36
%0
%0
%79.22

Codes

Color #0C3535 in popluar color models

0C3535
RGB125353
HSL180°63.08%12.75%
HSB/HSV180°77.36%20.78%
CMYK77.36%0.00%0.00%
79.22%

Color #0C3535 in popluar number systems.

HEX0C3535
Decimal125353
Binary1100110101110101
Octal146565

Shades and tints

Shades of #0C3535

#0C3535
(12,53,53)
#0B3131
(11,49,49)
#0A2D2D
(10,45,45)
#092929
(9,41,41)
#082525
(8,37,37)
#072121
(7,33,33)
#061D1D
(6,29,29)
#051919
(5,25,25)
#041515
(4,21,21)
#031111
(3,17,17)
#020D0D
(2,13,13)
#000000
(0,0,0)

Tints of #0C3535

#0C3535
(12,53,53)
#224747
(34,71,71)
#385959
(56,89,89)
#4E6B6B
(78,107,107)
#647D7D
(100,125,125)
#7A8F8F
(122,143,143)
#90A1A1
(144,161,161)
#A6B3B3
(166,179,179)
#BCC5C5
(188,197,197)
#D2D7D7
(210,215,215)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C3535; }

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

This text font color is #0C3535.


Background Color

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

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

This div background color is #0C3535.


Border color

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

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

This div border color is #0C3535.


Opacity

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

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

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

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

This text has shadow with #0C3535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3535 on black background.


Color preview on white background

This text has color #0C3535 on white background.



Black color preview on #0C3535 background

This text has black color on #0C3535 background.


White color preview on #0C3535 background

This text has white color on #0C3535 background.