COLOR #3C4661

HEX: #3C4661 RGB: (60,70,97)

Color info

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

RGB color model

#3C4661 color RGB value is (60,70,97).

RGB: (60,70,97) (24%, 27%, 38%)

RGB channels and saturation

R 60 of 255 = 24%
G 70 of 255 = 27%
B 97 of 255 = 38%

60
70
97

R + G + B ~ 30%. #3C4661 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 70 + 97 = 227 (100%)
R 60 of 227 ~ 26.43%
G 70 of 227 ~ 30.84%
B 97 of 227 ~ 42.73'%

%26.43
%30.84
%42.73

CMYK color model

#3C4661 color CMYK value is (38,28,0,62).

  • cyan value is 38.14%
  • magenta value is 27.84%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (38,28,0,62)
C38M28Y0K62 (38%, 28%, 0%, 62%)
(0.38 / 0.28 / 0.00 / 0.62)

CMYK percentages

%38.14
%27.84
%0
%61.96

Codes

Color #3C4661 in popluar color models

3C 46 61
RGB 60 70 97
HSL 224° 23.57% 30.78%
HSB/HSV 224° 38.14% 38.04%
CMYK 38.14% 27.84% 0.00%
61.96%

Color #3C4661 in popluar number systems.

HEX 3C 46 61
Decimal 60 70 97
Binary 111100 1000110 1100001
Octal 74 106 141

Shades and tints

Shades of #3C4661

#3C4661
(60,70,97)
#374059
(55,64,89)
#323A51
(50,58,81)
#2D3449
(45,52,73)
#282E41
(40,46,65)
#232839
(35,40,57)
#1E2231
(30,34,49)
#191C29
(25,28,41)
#141621
(20,22,33)
#0F1019
(15,16,25)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #3C4661

#3C4661
(60,70,97)
#4D566F
(77,86,111)
#5E667D
(94,102,125)
#6F768B
(111,118,139)
#808699
(128,134,153)
#9196A7
(145,150,167)
#A2A6B5
(162,166,181)
#B3B6C3
(179,182,195)
#C4C6D1
(196,198,209)
#D5D6DF
(213,214,223)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4661 color. Also use rgb(60,70,97) instead hex code.

Text Font Color

.myTextColor { color: #3C4661; }

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

This text font color is #3C4661.

Background Color

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

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

This div background color is #3C4661.

Border color

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

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

This div border color is #3C4661.

Opacity

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

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

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

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

This text has shadow with #3C4661 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4661.

Preview

Color preview on black background

This text has color #3C4661 on black background.


Color preview on white background

This text has color #3C4661 on white background.


Black color preview on #3C4661 background

This text has black color on #3C4661 background.


White color preview on #3C4661 background

This text has white color on #3C4661 background.


Related colors

Complementary color

Complementary color for #hex is #C3B99E.


I love getcolorcode.com

Triadic colors

1 #613C46 and #46613C with #3C4661 are triadic colors.

2 #61463C and #463C61 with #3C4661 are triadic colors.