COLOR #0C3753

HEX: #0C3753 RGB: (12,55,83)

Color info

#0C3753 contains mainly green and blue colors. Web safe color of #0C3753 is #003366 (or #036).

RGB color model

#0C3753 color RGB value is (12,55,83).

RGB: (12,55,83) (5%, 22%, 33%)

RGB channels and saturation

R 12 of 255 = 5%
G 55 of 255 = 22%
B 83 of 255 = 33%

12
55
83

R + G + B ~ 20%. #0C3753 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 55 + 83 = 150 (100%)
R 12 of 150 ~ 8%
G 55 of 150 ~ 36.67%
B 83 of 150 ~ 55.33'%

%36.67
%55.33

CMYK color model

#0C3753 color CMYK value is (86,34,0,67).

  • cyan value is 85.54%
  • magenta value is 33.73%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (86,34,0,67)
C86M34Y0K67 (86%, 34%, 0%, 67%)
(0.86 / 0.34 / 0.00 / 0.67)

CMYK percentages

%85.54
%33.73
%0
%67.45

Codes

Color #0C3753 in popluar color models

0C 37 53
RGB 12 55 83
HSL 204° 74.74% 18.63%
HSB/HSV 204° 85.54% 32.55%
CMYK 85.54% 33.73% 0.00%
67.45%

Color #0C3753 in popluar number systems.

HEX 0C 37 53
Decimal 12 55 83
Binary 1100 110111 1010011
Octal 14 67 123

Shades and tints

Shades of #0C3753

#0C3753
(12,55,83)
#0B324C
(11,50,76)
#0A2D45
(10,45,69)
#09283E
(9,40,62)
#082337
(8,35,55)
#071E30
(7,30,48)
#061929
(6,25,41)
#051422
(5,20,34)
#040F1B
(4,15,27)
#030A14
(3,10,20)
#02050D
(2,5,13)
#000000
(0,0,0)

Tints of #0C3753

#0C3753
(12,55,83)
#224962
(34,73,98)
#385B71
(56,91,113)
#4E6D80
(78,109,128)
#647F8F
(100,127,143)
#7A919E
(122,145,158)
#90A3AD
(144,163,173)
#A6B5BC
(166,181,188)
#BCC7CB
(188,199,203)
#D2D9DA
(210,217,218)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C3753; }

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

This text font color is #0C3753.

Background Color

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

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

This div background color is #0C3753.

Border color

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

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

This div border color is #0C3753.

Opacity

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

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

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

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

This text has shadow with #0C3753 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C3753.

Preview

Color preview on black background

This text has color #0C3753 on black background.


Color preview on white background

This text has color #0C3753 on white background.


Black color preview on #0C3753 background

This text has black color on #0C3753 background.


White color preview on #0C3753 background

This text has white color on #0C3753 background.


Related colors

Complementary color

Complementary color for #hex is #F3C8AC.


I love getcolorcode.com

Triadic colors

1 #530C37 and #37530C with #0C3753 are triadic colors.

2 #53370C and #370C53 with #0C3753 are triadic colors.