COLOR #3C665A

HEX: #3C665A
RGB: (60,102,90)

Color info

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

RGB color model

#3C665A color RGB value is (60,102,90).

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

RGB channels and saturation

R 60 of 255 = 24%
G 102 of 255 = 40%
B 90 of 255 = 35%

60
102
90

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

Portions of RGB colors in percentages

R + G + B =
60 + 102 + 90 = 252 (100%)
R 60 of 252 ~ 23.81%
G 102 of 252 ~ 40.48%
B 90 of 252 ~ 35.71%

%23.81
%40.48
%35.71

CMYK color model

#3C665A color CMYK value is (41,0,12,60).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 60.00%
CMYK:
(41,0,12,60)
C41M0Y12K60 
(41%,0%,12%,60%)
(0.41/0.00/0.12/0.60)	

CMYK percentages

%41.18
%0
%11.76
%60

Codes

Color #3C665A in popluar color models

3C665A
RGB6010290
HSL163°25.93%31.76%
HSB/HSV163°41.18%40.00%
CMYK41.18%0.00%11.76%
60.00%

Color #3C665A in popluar number systems.

HEX3C665A
Decimal6010290
Binary11110011001101011010
Octal74146132

Shades and tints

Shades of #3C665A

#3C665A
(60,102,90)
#375D52
(55,93,82)
#32544A
(50,84,74)
#2D4B42
(45,75,66)
#28423A
(40,66,58)
#233932
(35,57,50)
#1E302A
(30,48,42)
#192722
(25,39,34)
#141E1A
(20,30,26)
#0F1512
(15,21,18)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #3C665A

#3C665A
(60,102,90)
#4D7369
(77,115,105)
#5E8078
(94,128,120)
#6F8D87
(111,141,135)
#809A96
(128,154,150)
#91A7A5
(145,167,165)
#A2B4B4
(162,180,180)
#B3C1C3
(179,193,195)
#C4CED2
(196,206,210)
#D5DBE1
(213,219,225)
#E6E8F0
(230,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C665A; }

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

This text font color is #3C665A.


Background Color

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

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

This div background color is #3C665A.


Border color

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

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

This div border color is #3C665A.


Opacity

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

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

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

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

This text has shadow with #3C665A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C665A on black background.


Color preview on white background

This text has color #3C665A on white background.



Black color preview on #3C665A background

This text has black color on #3C665A background.


White color preview on #3C665A background

This text has white color on #3C665A background.