COLOR #0C353F

HEX: #0C353F
RGB: (12,53,63)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

12
53
63

R + G + B ~ 17%. #0C353F is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 53 + 63 = 128 (100%)
R 12 of 128 ~ 9.38%
G 53 of 128 ~ 41.41%
B 63 of 128 ~ 49.22%

%41.41
%49.22

CMYK color model

#0C353F color CMYK value is (81,16,0,75).

  • cyan value is 80.95%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(81,16,0,75)
C81M16Y0K75 
(81%,16%,0%,75%)
(0.81/0.16/0.00/0.75)	

CMYK percentages

%80.95
%15.87
%0
%75.29

Codes

Color #0C353F in popluar color models

0C353F
RGB125363
HSL192°68.00%14.71%
HSB/HSV192°80.95%24.71%
CMYK80.95%15.87%0.00%
75.29%

Color #0C353F in popluar number systems.

HEX0C353F
Decimal125363
Binary1100110101111111
Octal146577

Shades and tints

Shades of #0C353F

#0C353F
(12,53,63)
#0B313A
(11,49,58)
#0A2D35
(10,45,53)
#092930
(9,41,48)
#08252B
(8,37,43)
#072126
(7,33,38)
#061D21
(6,29,33)
#05191C
(5,25,28)
#041517
(4,21,23)
#031112
(3,17,18)
#020D0D
(2,13,13)
#000000
(0,0,0)

Tints of #0C353F

#0C353F
(12,53,63)
#224750
(34,71,80)
#385961
(56,89,97)
#4E6B72
(78,107,114)
#647D83
(100,125,131)
#7A8F94
(122,143,148)
#90A1A5
(144,161,165)
#A6B3B6
(166,179,182)
#BCC5C7
(188,197,199)
#D2D7D8
(210,215,216)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C353F; }

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

This text font color is #0C353F.


Background Color

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

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

This div background color is #0C353F.


Border color

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

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

This div border color is #0C353F.


Opacity

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

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

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

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

This text has shadow with #0C353F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C353F on black background.


Color preview on white background

This text has color #0C353F on white background.



Black color preview on #0C353F background

This text has black color on #0C353F background.


White color preview on #0C353F background

This text has white color on #0C353F background.