COLOR #0C354C

HEX: #0C354C RGB: (12,53,76)

Color info

#0C354C contains mainly green and blue colors. Web safe color of #0C354C is #003333 (or #033).

RGB color model

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

RGB: (12,53,76) (5%, 21%, 30%)

RGB channels and saturation

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

12
53
76

R + G + B ~ 19%. #0C354C is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 53 + 76 = 141 (100%)
R 12 of 141 ~ 8.51%
G 53 of 141 ~ 37.59%
B 76 of 141 ~ 53.9'%

%37.59
%53.9

CMYK color model

#0C354C color CMYK value is (84,30,0,70).

  • cyan value is 84.21%
  • magenta value is 30.26%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (84,30,0,70)
C84M30Y0K70 (84%, 30%, 0%, 70%)
(0.84 / 0.30 / 0.00 / 0.70)

CMYK percentages

%84.21
%30.26
%0
%70.2

Codes

Color #0C354C in popluar color models

0C 35 4C
RGB 12 53 76
HSL 202° 72.73% 17.25%
HSB/HSV 202° 84.21% 29.80%
CMYK 84.21% 30.26% 0.00%
70.20%

Color #0C354C in popluar number systems.

HEX 0C 35 4C
Decimal 12 53 76
Binary 1100 110101 1001100
Octal 14 65 114

Shades and tints

Shades of #0C354C

#0C354C
(12,53,76)
#0B3146
(11,49,70)
#0A2D40
(10,45,64)
#09293A
(9,41,58)
#082534
(8,37,52)
#07212E
(7,33,46)
#061D28
(6,29,40)
#051922
(5,25,34)
#04151C
(4,21,28)
#031116
(3,17,22)
#020D10
(2,13,16)
#000000
(0,0,0)

Tints of #0C354C

#0C354C
(12,53,76)
#22475C
(34,71,92)
#38596C
(56,89,108)
#4E6B7C
(78,107,124)
#647D8C
(100,125,140)
#7A8F9C
(122,143,156)
#90A1AC
(144,161,172)
#A6B3BC
(166,179,188)
#BCC5CC
(188,197,204)
#D2D7DC
(210,215,220)
#E8E9EC
(232,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C354C; }

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

This text font color is #0C354C.

Background Color

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

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

This div background color is #0C354C.

Border color

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

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

This div border color is #0C354C.

Opacity

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

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

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

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

This text has shadow with #0C354C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C354C.

Preview

Color preview on black background

This text has color #0C354C on black background.


Color preview on white background

This text has color #0C354C on white background.


Black color preview on #0C354C background

This text has black color on #0C354C background.


White color preview on #0C354C background

This text has white color on #0C354C background.


Related colors

Complementary color

Complementary color for #hex is #F3CAB3.


I love getcolorcode.com

Triadic colors

1 #4C0C35 and #354C0C with #0C354C are triadic colors.

2 #4C350C and #350C4C with #0C354C are triadic colors.