COLOR #3C3A62

HEX: #3C3A62 RGB: (60,58,98)

Color info

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

RGB color model

#3C3A62 color RGB value is (60,58,98).

RGB: (60,58,98) (24%, 23%, 38%)

RGB channels and saturation

R 60 of 255 = 24%
G 58 of 255 = 23%
B 98 of 255 = 38%

60
58
98

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

Portions of RGB colors in percentages

R + G + B = 60 + 58 + 98 = 216 (100%)
R 60 of 216 ~ 27.78%
G 58 of 216 ~ 26.85%
B 98 of 216 ~ 45.37'%

%27.78
%26.85
%45.37

CMYK color model

#3C3A62 color CMYK value is (39,41,0,62).

  • cyan value is 38.78%
  • magenta value is 40.82%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (39,41,0,62)
C39M41Y0K62 (39%, 41%, 0%, 62%)
(0.39 / 0.41 / 0.00 / 0.62)

CMYK percentages

%38.78
%40.82
%0
%61.57

Codes

Color #3C3A62 in popluar color models

3C 3A 62
RGB 60 58 98
HSL 243° 25.64% 30.59%
HSB/HSV 243° 40.82% 38.43%
CMYK 38.78% 40.82% 0.00%
61.57%

Color #3C3A62 in popluar number systems.

HEX 3C 3A 62
Decimal 60 58 98
Binary 111100 111010 1100010
Octal 74 72 142

Shades and tints

Shades of #3C3A62

#3C3A62
(60,58,98)
#37355A
(55,53,90)
#323052
(50,48,82)
#2D2B4A
(45,43,74)
#282642
(40,38,66)
#23213A
(35,33,58)
#1E1C32
(30,28,50)
#19172A
(25,23,42)
#141222
(20,18,34)
#0F0D1A
(15,13,26)
#0A0812
(10,8,18)
#000000
(0,0,0)

Tints of #3C3A62

#3C3A62
(60,58,98)
#4D4B70
(77,75,112)
#5E5C7E
(94,92,126)
#6F6D8C
(111,109,140)
#807E9A
(128,126,154)
#918FA8
(145,143,168)
#A2A0B6
(162,160,182)
#B3B1C4
(179,177,196)
#C4C2D2
(196,194,210)
#D5D3E0
(213,211,224)
#E6E4EE
(230,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C3A62 color. Also use rgb(60,58,98) instead hex code.

Text Font Color

.myTextColor { color: #3C3A62; }

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

This text font color is #3C3A62.

Background Color

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

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

This div background color is #3C3A62.

Border color

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

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

This div border color is #3C3A62.

Opacity

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

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

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

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

This text has shadow with #3C3A62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C3A62.

Preview

Color preview on black background

This text has color #3C3A62 on black background.


Color preview on white background

This text has color #3C3A62 on white background.


Black color preview on #3C3A62 background

This text has black color on #3C3A62 background.


White color preview on #3C3A62 background

This text has white color on #3C3A62 background.


Related colors

Complementary color

Complementary color for #hex is #C3C59D.


I love getcolorcode.com

Triadic colors

1 #623C3A and #3A623C with #3C3A62 are triadic colors.

2 #623A3C and #3A3C62 with #3C3A62 are triadic colors.