COLOR #3C607D

HEX: #3C607D RGB: (60,96,125)

Color info

#3C607D contains mainly green and blue colors. Web safe color of #3C607D is #336666 (or #366).

RGB color model

#3C607D color RGB value is (60,96,125).

RGB: (60,96,125) (24%, 38%, 49%)

RGB channels and saturation

R 60 of 255 = 24%
G 96 of 255 = 38%
B 125 of 255 = 49%

60
96
125

R + G + B ~ 37%. #3C607D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 96 + 125 = 281 (100%)
R 60 of 281 ~ 21.35%
G 96 of 281 ~ 34.16%
B 125 of 281 ~ 44.48'%

%21.35
%34.16
%44.48

CMYK color model

#3C607D color CMYK value is (52,23,0,51).

  • cyan value is 52.00%
  • magenta value is 23.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (52,23,0,51)
C52M23Y0K51 (52%, 23%, 0%, 51%)
(0.52 / 0.23 / 0.00 / 0.51)

CMYK percentages

%52
%23.2
%0
%50.98

Codes

Color #3C607D in popluar color models

3C 60 7D
RGB 60 96 125
HSL 207° 35.14% 36.27%
HSB/HSV 207° 52.00% 49.02%
CMYK 52.00% 23.20% 0.00%
50.98%

Color #3C607D in popluar number systems.

HEX 3C 60 7D
Decimal 60 96 125
Binary 111100 1100000 1111101
Octal 74 140 175

Shades and tints

Shades of #3C607D

#3C607D
(60,96,125)
#375872
(55,88,114)
#325067
(50,80,103)
#2D485C
(45,72,92)
#284051
(40,64,81)
#233846
(35,56,70)
#1E303B
(30,48,59)
#192830
(25,40,48)
#142025
(20,32,37)
#0F181A
(15,24,26)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #3C607D

#3C607D
(60,96,125)
#4D6E88
(77,110,136)
#5E7C93
(94,124,147)
#6F8A9E
(111,138,158)
#8098A9
(128,152,169)
#91A6B4
(145,166,180)
#A2B4BF
(162,180,191)
#B3C2CA
(179,194,202)
#C4D0D5
(196,208,213)
#D5DEE0
(213,222,224)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C607D color. Also use rgb(60,96,125) instead hex code.

Text Font Color

.myTextColor { color: #3C607D; }

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

This text font color is #3C607D.

Background Color

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

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

This div background color is #3C607D.

Border color

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

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

This div border color is #3C607D.

Opacity

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

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

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

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

This text has shadow with #3C607D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C607D.

Preview

Color preview on black background

This text has color #3C607D on black background.


Color preview on white background

This text has color #3C607D on white background.


Black color preview on #3C607D background

This text has black color on #3C607D background.


White color preview on #3C607D background

This text has white color on #3C607D background.


Related colors

Complementary color

Complementary color for #hex is #C39F82.


I love getcolorcode.com

Triadic colors

1 #7D3C60 and #607D3C with #3C607D are triadic colors.

2 #7D603C and #603C7D with #3C607D are triadic colors.