COLOR #3C4162

HEX: #3C4162
RGB: (60,65,98)

Color info

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

RGB color model

#3C4162 color RGB value is (60,65,98).

  • red value is 60;
  • green value is 65;
  • blue value is 98.
RGB:
(60,65,98)
(24%,25%,38%)

RGB channels and saturation

R 60 of 255 = 24%
G 65 of 255 = 25%
B 98 of 255 = 38%

60
65
98

R + G + B ~ 29%. #3C4162 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 65 + 98 = 223 (100%)
R 60 of 223 ~ 26.91%
G 65 of 223 ~ 29.15%
B 98 of 223 ~ 43.95%

%26.91
%29.15
%43.95

CMYK color model

#3C4162 color CMYK value is (39,34,0,62).

  • cyan value is 38.78%
  • magenta value is 33.67%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(39,34,0,62)
C39M34Y0K62 
(39%,34%,0%,62%)
(0.39/0.34/0.00/0.62)	

CMYK percentages

%38.78
%33.67
%0
%61.57

Codes

Color #3C4162 in popluar color models

3C4162
RGB606598
HSL232°24.05%30.98%
HSB/HSV232°38.78%38.43%
CMYK38.78%33.67%0.00%
61.57%

Color #3C4162 in popluar number systems.

HEX3C4162
Decimal606598
Binary11110010000011100010
Octal74101142

Shades and tints

Shades of #3C4162

#3C4162
(60,65,98)
#373C5A
(55,60,90)
#323752
(50,55,82)
#2D324A
(45,50,74)
#282D42
(40,45,66)
#23283A
(35,40,58)
#1E2332
(30,35,50)
#191E2A
(25,30,42)
#141922
(20,25,34)
#0F141A
(15,20,26)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #3C4162

#3C4162
(60,65,98)
#4D5270
(77,82,112)
#5E637E
(94,99,126)
#6F748C
(111,116,140)
#80859A
(128,133,154)
#9196A8
(145,150,168)
#A2A7B6
(162,167,182)
#B3B8C4
(179,184,196)
#C4C9D2
(196,201,210)
#D5DAE0
(213,218,224)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4162; }

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

This text font color is #3C4162.


Background Color

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

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

This div background color is #3C4162.


Border color

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

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

This div border color is #3C4162.


Opacity

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

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

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

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

This text has shadow with #3C4162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4162 on black background.


Color preview on white background

This text has color #3C4162 on white background.



Black color preview on #3C4162 background

This text has black color on #3C4162 background.


White color preview on #3C4162 background

This text has white color on #3C4162 background.