COLOR #3C6066

HEX: #3C6066
RGB: (60,96,102)

Color info

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

RGB color model

#3C6066 color RGB value is (60,96,102).

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

RGB channels and saturation

R 60 of 255 = 24%
G 96 of 255 = 38%
B 102 of 255 = 40%

60
96
102

R + G + B ~ 34%. #3C6066 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 96 + 102 = 258 (100%)
R 60 of 258 ~ 23.26%
G 96 of 258 ~ 37.21%
B 102 of 258 ~ 39.53%

%23.26
%37.21
%39.53

CMYK color model

#3C6066 color CMYK value is (41,6,0,60).

  • cyan value is 41.18%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(41,6,0,60)
C41M6Y0K60 
(41%,6%,0%,60%)
(0.41/0.06/0.00/0.60)	

CMYK percentages

%41.18
%5.88
%0
%60

Codes

Color #3C6066 in popluar color models

3C6066
RGB6096102
HSL189°25.93%31.76%
HSB/HSV189°41.18%40.00%
CMYK41.18%5.88%0.00%
60.00%

Color #3C6066 in popluar number systems.

HEX3C6066
Decimal6096102
Binary11110011000001100110
Octal74140146

Shades and tints

Shades of #3C6066

#3C6066
(60,96,102)
#37585D
(55,88,93)
#325054
(50,80,84)
#2D484B
(45,72,75)
#284042
(40,64,66)
#233839
(35,56,57)
#1E3030
(30,48,48)
#192827
(25,40,39)
#14201E
(20,32,30)
#0F1815
(15,24,21)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #3C6066

#3C6066
(60,96,102)
#4D6E73
(77,110,115)
#5E7C80
(94,124,128)
#6F8A8D
(111,138,141)
#80989A
(128,152,154)
#91A6A7
(145,166,167)
#A2B4B4
(162,180,180)
#B3C2C1
(179,194,193)
#C4D0CE
(196,208,206)
#D5DEDB
(213,222,219)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6066; }

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

This text font color is #3C6066.


Background Color

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

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

This div background color is #3C6066.


Border color

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

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

This div border color is #3C6066.


Opacity

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

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

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

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

This text has shadow with #3C6066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6066 on black background.


Color preview on white background

This text has color #3C6066 on white background.



Black color preview on #3C6066 background

This text has black color on #3C6066 background.


White color preview on #3C6066 background

This text has white color on #3C6066 background.