COLOR #3C4852

HEX: #3C4852
RGB: (60,72,82)

Color info

#3C4852 contains red, green and blue colors in about the same proportion. Web safe color of #3C4852 is #333366 (or #336).

RGB color model

#3C4852 color RGB value is (60,72,82).

  • red value is 60;
  • green value is 72;
  • blue value is 82.
RGB:
(60,72,82)
(24%,28%,32%)

RGB channels and saturation

R 60 of 255 = 24%
G 72 of 255 = 28%
B 82 of 255 = 32%

60
72
82

R + G + B ~ 28%. #3C4852 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 72 + 82 = 214 (100%)
R 60 of 214 ~ 28.04%
G 72 of 214 ~ 33.64%
B 82 of 214 ~ 38.32%

%28.04
%33.64
%38.32

CMYK color model

#3C4852 color CMYK value is (27,12,0,68).

  • cyan value is 26.83%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(27,12,0,68)
C27M12Y0K68 
(27%,12%,0%,68%)
(0.27/0.12/0.00/0.68)	

CMYK percentages

%26.83
%12.2
%0
%67.84

Codes

Color #3C4852 in popluar color models

3C4852
RGB607282
HSL207°15.49%27.84%
HSB/HSV207°26.83%32.16%
CMYK26.83%12.20%0.00%
67.84%

Color #3C4852 in popluar number systems.

HEX3C4852
Decimal607282
Binary11110010010001010010
Octal74110122

Shades and tints

Shades of #3C4852

#3C4852
(60,72,82)
#37424B
(55,66,75)
#323C44
(50,60,68)
#2D363D
(45,54,61)
#283036
(40,48,54)
#232A2F
(35,42,47)
#1E2428
(30,36,40)
#191E21
(25,30,33)
#14181A
(20,24,26)
#0F1213
(15,18,19)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #3C4852

#3C4852
(60,72,82)
#4D5861
(77,88,97)
#5E6870
(94,104,112)
#6F787F
(111,120,127)
#80888E
(128,136,142)
#91989D
(145,152,157)
#A2A8AC
(162,168,172)
#B3B8BB
(179,184,187)
#C4C8CA
(196,200,202)
#D5D8D9
(213,216,217)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4852 color. Also use rgb(60,72,82) instead hex code.

Text Font Color

.myTextColor { color: #3C4852; }

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

This text font color is #3C4852.


Background Color

.myBgColor { background-color: #3C4852; }

<div style="background-color:#3C4852">Inner text</div>

This div background color is #3C4852.


Border color

.myBorderColor { border: 1px solid #3C4852; }

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

This div border color is #3C4852.


Opacity

.myOpacity80 { color: #3C4852; opacity: 0.8; }

<p style="color:#3C4852;opacity:0.8;">80%</p>

Text with #3C4852 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 #3C4852;}

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

This text has shadow with #3C4852 color.

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

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

This text has shadow with #3C4852 primary color and red secondary color.


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

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

This text has shadow with #3C4852 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4852 on black background.


Color preview on white background

This text has color #3C4852 on white background.



Black color preview on #3C4852 background

This text has black color on #3C4852 background.


White color preview on #3C4852 background

This text has white color on #3C4852 background.