COLOR #3C5270

HEX: #3C5270 RGB: (60,82,112)

Color info

#3C5270 contains red, green and blue colors in about the same proportion. Web safe color of #3C5270 is #336666 (or #366).

RGB color model

#3C5270 color RGB value is (60,82,112).

RGB: (60,82,112) (24%, 32%, 44%)

RGB channels and saturation

R 60 of 255 = 24%
G 82 of 255 = 32%
B 112 of 255 = 44%

60
82
112

R + G + B ~ 33%. #3C5270 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 82 + 112 = 254 (100%)
R 60 of 254 ~ 23.62%
G 82 of 254 ~ 32.28%
B 112 of 254 ~ 44.09'%

%23.62
%32.28
%44.09

CMYK color model

#3C5270 color CMYK value is (46,27,0,56).

  • cyan value is 46.43%
  • magenta value is 26.79%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (46,27,0,56)
C46M27Y0K56 (46%, 27%, 0%, 56%)
(0.46 / 0.27 / 0.00 / 0.56)

CMYK percentages

%46.43
%26.79
%0
%56.08

Codes

Color #3C5270 in popluar color models

3C 52 70
RGB 60 82 112
HSL 215° 30.23% 33.73%
HSB/HSV 215° 46.43% 43.92%
CMYK 46.43% 26.79% 0.00%
56.08%

Color #3C5270 in popluar number systems.

HEX 3C 52 70
Decimal 60 82 112
Binary 111100 1010010 1110000
Octal 74 122 160

Shades and tints

Shades of #3C5270

#3C5270
(60,82,112)
#374B66
(55,75,102)
#32445C
(50,68,92)
#2D3D52
(45,61,82)
#283648
(40,54,72)
#232F3E
(35,47,62)
#1E2834
(30,40,52)
#19212A
(25,33,42)
#141A20
(20,26,32)
#0F1316
(15,19,22)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #3C5270

#3C5270
(60,82,112)
#4D617D
(77,97,125)
#5E708A
(94,112,138)
#6F7F97
(111,127,151)
#808EA4
(128,142,164)
#919DB1
(145,157,177)
#A2ACBE
(162,172,190)
#B3BBCB
(179,187,203)
#C4CAD8
(196,202,216)
#D5D9E5
(213,217,229)
#E6E8F2
(230,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5270; }

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

This text font color is #3C5270.

Background Color

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

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

This div background color is #3C5270.

Border color

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

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

This div border color is #3C5270.

Opacity

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

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

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

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

This text has shadow with #3C5270 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5270.

Preview

Color preview on black background

This text has color #3C5270 on black background.


Color preview on white background

This text has color #3C5270 on white background.


Black color preview on #3C5270 background

This text has black color on #3C5270 background.


White color preview on #3C5270 background

This text has white color on #3C5270 background.


Related colors

Complementary color

Complementary color for #hex is #C3AD8F.


I love getcolorcode.com

Triadic colors

1 #703C52 and #52703C with #3C5270 are triadic colors.

2 #70523C and #523C70 with #3C5270 are triadic colors.