COLOR #3C515A

HEX: #3C515A
RGB: (60,81,90)

Color info

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

RGB color model

#3C515A color RGB value is (60,81,90).

  • red value is 60;
  • green value is 81;
  • blue value is 90.
RGB:
(60,81,90)
(24%,32%,35%)

RGB channels and saturation

R 60 of 255 = 24%
G 81 of 255 = 32%
B 90 of 255 = 35%

60
81
90

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

Portions of RGB colors in percentages

R + G + B =
60 + 81 + 90 = 231 (100%)
R 60 of 231 ~ 25.97%
G 81 of 231 ~ 35.06%
B 90 of 231 ~ 38.96%

%25.97
%35.06
%38.96

CMYK color model

#3C515A color CMYK value is (33,10,0,65).

  • cyan value is 33.33%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(33,10,0,65)
C33M10Y0K65 
(33%,10%,0%,65%)
(0.33/0.10/0.00/0.65)	

CMYK percentages

%33.33
%10
%0
%64.71

Codes

Color #3C515A in popluar color models

3C515A
RGB608190
HSL198°20.00%29.41%
HSB/HSV198°33.33%35.29%
CMYK33.33%10.00%0.00%
64.71%

Color #3C515A in popluar number systems.

HEX3C515A
Decimal608190
Binary11110010100011011010
Octal74121132

Shades and tints

Shades of #3C515A

#3C515A
(60,81,90)
#374A52
(55,74,82)
#32434A
(50,67,74)
#2D3C42
(45,60,66)
#28353A
(40,53,58)
#232E32
(35,46,50)
#1E272A
(30,39,42)
#192022
(25,32,34)
#14191A
(20,25,26)
#0F1212
(15,18,18)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #3C515A

#3C515A
(60,81,90)
#4D6069
(77,96,105)
#5E6F78
(94,111,120)
#6F7E87
(111,126,135)
#808D96
(128,141,150)
#919CA5
(145,156,165)
#A2ABB4
(162,171,180)
#B3BAC3
(179,186,195)
#C4C9D2
(196,201,210)
#D5D8E1
(213,216,225)
#E6E7F0
(230,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C515A color. Also use rgb(60,81,90) instead hex code.

Text Font Color

.myTextColor { color: #3C515A; }

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

This text font color is #3C515A.


Background Color

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

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

This div background color is #3C515A.


Border color

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

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

This div border color is #3C515A.


Opacity

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

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

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

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

This text has shadow with #3C515A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C515A on black background.


Color preview on white background

This text has color #3C515A on white background.



Black color preview on #3C515A background

This text has black color on #3C515A background.


White color preview on #3C515A background

This text has white color on #3C515A background.