COLOR #3C5963

HEX: #3C5963
RGB: (60,89,99)

Color info

#3C5963 contains red, green and blue colors in about the same proportion. Web safe color of #3C5963 is #336666 (or #366).

RGB color model

#3C5963 color RGB value is (60,89,99).

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

RGB channels and saturation

R 60 of 255 = 24%
G 89 of 255 = 35%
B 99 of 255 = 39%

60
89
99

R + G + B ~ 33%. #3C5963 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 89 + 99 = 248 (100%)
R 60 of 248 ~ 24.19%
G 89 of 248 ~ 35.89%
B 99 of 248 ~ 39.92%

%24.19
%35.89
%39.92

CMYK color model

#3C5963 color CMYK value is (39,10,0,61).

  • cyan value is 39.39%
  • magenta value is 10.10%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(39,10,0,61)
C39M10Y0K61 
(39%,10%,0%,61%)
(0.39/0.10/0.00/0.61)	

CMYK percentages

%39.39
%10.1
%0
%61.18

Codes

Color #3C5963 in popluar color models

3C5963
RGB608999
HSL195°24.53%31.18%
HSB/HSV195°39.39%38.82%
CMYK39.39%10.10%0.00%
61.18%

Color #3C5963 in popluar number systems.

HEX3C5963
Decimal608999
Binary11110010110011100011
Octal74131143

Shades and tints

Shades of #3C5963

#3C5963
(60,89,99)
#37515A
(55,81,90)
#324951
(50,73,81)
#2D4148
(45,65,72)
#28393F
(40,57,63)
#233136
(35,49,54)
#1E292D
(30,41,45)
#192124
(25,33,36)
#14191B
(20,25,27)
#0F1112
(15,17,18)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #3C5963

#3C5963
(60,89,99)
#4D6871
(77,104,113)
#5E777F
(94,119,127)
#6F868D
(111,134,141)
#80959B
(128,149,155)
#91A4A9
(145,164,169)
#A2B3B7
(162,179,183)
#B3C2C5
(179,194,197)
#C4D1D3
(196,209,211)
#D5E0E1
(213,224,225)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5963; }

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

This text font color is #3C5963.


Background Color

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

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

This div background color is #3C5963.


Border color

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

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

This div border color is #3C5963.


Opacity

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

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

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

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

This text has shadow with #3C5963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5963 on black background.


Color preview on white background

This text has color #3C5963 on white background.



Black color preview on #3C5963 background

This text has black color on #3C5963 background.


White color preview on #3C5963 background

This text has white color on #3C5963 background.