COLOR #3C4159

HEX: #3C4159
RGB: (60,65,89)

Color info

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

RGB color model

#3C4159 color RGB value is (60,65,89).

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

RGB channels and saturation

R 60 of 255 = 24%
G 65 of 255 = 25%
B 89 of 255 = 35%

60
65
89

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

Portions of RGB colors in percentages

R + G + B =
60 + 65 + 89 = 214 (100%)
R 60 of 214 ~ 28.04%
G 65 of 214 ~ 30.37%
B 89 of 214 ~ 41.59%

%28.04
%30.37
%41.59

CMYK color model

#3C4159 color CMYK value is (33,27,0,65).

  • cyan value is 32.58%
  • magenta value is 26.97%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(33,27,0,65)
C33M27Y0K65 
(33%,27%,0%,65%)
(0.33/0.27/0.00/0.65)	

CMYK percentages

%32.58
%26.97
%0
%65.1

Codes

Color #3C4159 in popluar color models

3C4159
RGB606589
HSL230°19.46%29.22%
HSB/HSV230°32.58%34.90%
CMYK32.58%26.97%0.00%
65.10%

Color #3C4159 in popluar number systems.

HEX3C4159
Decimal606589
Binary11110010000011011001
Octal74101131

Shades and tints

Shades of #3C4159

#3C4159
(60,65,89)
#373C51
(55,60,81)
#323749
(50,55,73)
#2D3241
(45,50,65)
#282D39
(40,45,57)
#232831
(35,40,49)
#1E2329
(30,35,41)
#191E21
(25,30,33)
#141919
(20,25,25)
#0F1411
(15,20,17)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #3C4159

#3C4159
(60,65,89)
#4D5268
(77,82,104)
#5E6377
(94,99,119)
#6F7486
(111,116,134)
#808595
(128,133,149)
#9196A4
(145,150,164)
#A2A7B3
(162,167,179)
#B3B8C2
(179,184,194)
#C4C9D1
(196,201,209)
#D5DAE0
(213,218,224)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4159; }

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

This text font color is #3C4159.


Background Color

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

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

This div background color is #3C4159.


Border color

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

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

This div border color is #3C4159.


Opacity

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

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

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

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

This text has shadow with #3C4159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4159 on black background.


Color preview on white background

This text has color #3C4159 on white background.



Black color preview on #3C4159 background

This text has black color on #3C4159 background.


White color preview on #3C4159 background

This text has white color on #3C4159 background.