COLOR #3C477A

HEX: #3C477A RGB: (60,71,122)

Color info

#3C477A contains mainly green and blue colors. Web safe color of #3C477A is #333366 (or #336).

RGB color model

#3C477A color RGB value is (60,71,122).

RGB: (60,71,122) (24%, 28%, 48%)

RGB channels and saturation

R 60 of 255 = 24%
G 71 of 255 = 28%
B 122 of 255 = 48%

60
71
122

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

Portions of RGB colors in percentages

R + G + B = 60 + 71 + 122 = 253 (100%)
R 60 of 253 ~ 23.72%
G 71 of 253 ~ 28.06%
B 122 of 253 ~ 48.22'%

%23.72
%28.06
%48.22

CMYK color model

#3C477A color CMYK value is (51,42,0,52).

  • cyan value is 50.82%
  • magenta value is 41.80%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (51,42,0,52) C51M42Y0K52 (51%,42%,0%,52%) (0.51/0.42/0.00/0.52) 

CMYK percentages

%50.82
%41.8
%0
%52.16

Codes

Color #3C477A in popluar color models

3C 47 7A
RGB 60 71 122
HSL 229° 34.07% 35.69%
HSB/HSV 229° 50.82% 47.84%
CMYK 50.82% 41.80% 0.00%
52.16%

Color #3C477A in popluar number systems.

HEX 3C 47 7A
Decimal 60 71 122
Binary 111100 1000111 1111010
Octal 74 107 172

Shades and tints

Shades of #3C477A

#3C477A
(60,71,122)
#37416F
(55,65,111)
#323B64
(50,59,100)
#2D3559
(45,53,89)
#282F4E
(40,47,78)
#232943
(35,41,67)
#1E2338
(30,35,56)
#191D2D
(25,29,45)
#141722
(20,23,34)
#0F1117
(15,17,23)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #3C477A

#3C477A
(60,71,122)
#4D5786
(77,87,134)
#5E6792
(94,103,146)
#6F779E
(111,119,158)
#8087AA
(128,135,170)
#9197B6
(145,151,182)
#A2A7C2
(162,167,194)
#B3B7CE
(179,183,206)
#C4C7DA
(196,199,218)
#D5D7E6
(213,215,230)
#E6E7F2
(230,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C477A; }

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

This text font color is #3C477A.

Background Color

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

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

This div background color is #3C477A.

Border color

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

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

This div border color is #3C477A.

Opacity

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

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

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

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

This text has shadow with #3C477A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C477A.

Preview

Color preview on black background

This text has color #3C477A on black background.


Color preview on white background

This text has color #3C477A on white background.


Black color preview on #3C477A background

This text has black color on #3C477A background.


White color preview on #3C477A background

This text has white color on #3C477A background.


Related colors

Complementary color

Complementary color for #hex is #C3B885.


I love getcolorcode.com

Triadic colors

1 #7A3C47 and #477A3C with #3C477A are triadic colors.

2 #7A473C and #473C7A with #3C477A are triadic colors.