COLOR #3C4752

HEX: #3C4752 RGB: (60,71,82)

Color info

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

RGB color model

#3C4752 color RGB value is (60,71,82).

RGB: (60,71,82) (24%, 28%, 32%)

RGB channels and saturation

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

60
71
82

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

Portions of RGB colors in percentages

R + G + B = 60 + 71 + 82 = 213 (100%)
R 60 of 213 ~ 28.17%
G 71 of 213 ~ 33.33%
B 82 of 213 ~ 38.5'%

%28.17
%33.33
%38.5

CMYK color model

#3C4752 color CMYK value is (27,13,0,68).

  • cyan value is 26.83%
  • magenta value is 13.41%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (27,13,0,68)
C27M13Y0K68 (27%, 13%, 0%, 68%)
(0.27 / 0.13 / 0.00 / 0.68)

CMYK percentages

%26.83
%13.41
%0
%67.84

Codes

Color #3C4752 in popluar color models

3C 47 52
RGB 60 71 82
HSL 210° 15.49% 27.84%
HSB/HSV 210° 26.83% 32.16%
CMYK 26.83% 13.41% 0.00%
67.84%

Color #3C4752 in popluar number systems.

HEX 3C 47 52
Decimal 60 71 82
Binary 111100 1000111 1010010
Octal 74 107 122

Shades and tints

Shades of #3C4752

#3C4752
(60,71,82)
#37414B
(55,65,75)
#323B44
(50,59,68)
#2D353D
(45,53,61)
#282F36
(40,47,54)
#23292F
(35,41,47)
#1E2328
(30,35,40)
#191D21
(25,29,33)
#14171A
(20,23,26)
#0F1113
(15,17,19)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #3C4752

#3C4752
(60,71,82)
#4D5761
(77,87,97)
#5E6770
(94,103,112)
#6F777F
(111,119,127)
#80878E
(128,135,142)
#91979D
(145,151,157)
#A2A7AC
(162,167,172)
#B3B7BB
(179,183,187)
#C4C7CA
(196,199,202)
#D5D7D9
(213,215,217)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4752; }

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

This text font color is #3C4752.

Background Color

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

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

This div background color is #3C4752.

Border color

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

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

This div border color is #3C4752.

Opacity

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

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

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

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

This text has shadow with #3C4752 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4752.

Preview

Color preview on black background

This text has color #3C4752 on black background.


Color preview on white background

This text has color #3C4752 on white background.


Black color preview on #3C4752 background

This text has black color on #3C4752 background.


White color preview on #3C4752 background

This text has white color on #3C4752 background.


Related colors

Complementary color

Complementary color for #hex is #C3B8AD.


I love getcolorcode.com

Triadic colors

1 #523C47 and #47523C with #3C4752 are triadic colors.

2 #52473C and #473C52 with #3C4752 are triadic colors.