COLOR #3C4760

HEX: #3C4760
RGB: (60,71,96)

Color info

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

RGB color model

#3C4760 color RGB value is (60,71,96).

  • red value is 60;
  • green value is 71;
  • blue value is 96.
RGB:
(60,71,96)
(24%,28%,38%)

RGB channels and saturation

R 60 of 255 = 24%
G 71 of 255 = 28%
B 96 of 255 = 38%

60
71
96

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

Portions of RGB colors in percentages

R + G + B =
60 + 71 + 96 = 227 (100%)
R 60 of 227 ~ 26.43%
G 71 of 227 ~ 31.28%
B 96 of 227 ~ 42.29%

%26.43
%31.28
%42.29

CMYK color model

#3C4760 color CMYK value is (38,26,0,62).

  • cyan value is 37.50%
  • magenta value is 26.04%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(38,26,0,62)
C38M26Y0K62 
(38%,26%,0%,62%)
(0.38/0.26/0.00/0.62)	

CMYK percentages

%37.5
%26.04
%0
%62.35

Codes

Color #3C4760 in popluar color models

3C4760
RGB607196
HSL222°23.08%30.59%
HSB/HSV222°37.50%37.65%
CMYK37.50%26.04%0.00%
62.35%

Color #3C4760 in popluar number systems.

HEX3C4760
Decimal607196
Binary11110010001111100000
Octal74107140

Shades and tints

Shades of #3C4760

#3C4760
(60,71,96)
#374158
(55,65,88)
#323B50
(50,59,80)
#2D3548
(45,53,72)
#282F40
(40,47,64)
#232938
(35,41,56)
#1E2330
(30,35,48)
#191D28
(25,29,40)
#141720
(20,23,32)
#0F1118
(15,17,24)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #3C4760

#3C4760
(60,71,96)
#4D576E
(77,87,110)
#5E677C
(94,103,124)
#6F778A
(111,119,138)
#808798
(128,135,152)
#9197A6
(145,151,166)
#A2A7B4
(162,167,180)
#B3B7C2
(179,183,194)
#C4C7D0
(196,199,208)
#D5D7DE
(213,215,222)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4760; }

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

This text font color is #3C4760.


Background Color

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

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

This div background color is #3C4760.


Border color

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

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

This div border color is #3C4760.


Opacity

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

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

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

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

This text has shadow with #3C4760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4760 on black background.


Color preview on white background

This text has color #3C4760 on white background.



Black color preview on #3C4760 background

This text has black color on #3C4760 background.


White color preview on #3C4760 background

This text has white color on #3C4760 background.