COLOR #3C6E83

HEX: #3C6E83
RGB: (60,110,131)

Color info

#3C6E83 contains mainly green and blue colors. Web safe color of #3C6E83 is #336699 (or #369).

RGB color model

#3C6E83 color RGB value is (60,110,131).

  • red value is 60;
  • green value is 110;
  • blue value is 131.
RGB:
(60,110,131)
(24%,43%,51%)

RGB channels and saturation

R 60 of 255 = 24%
G 110 of 255 = 43%
B 131 of 255 = 51%

60
110
131

R + G + B ~ 39%. #3C6E83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 110 + 131 = 301 (100%)
R 60 of 301 ~ 19.93%
G 110 of 301 ~ 36.54%
B 131 of 301 ~ 43.52%

%19.93
%36.54
%43.52

CMYK color model

#3C6E83 color CMYK value is (54,16,0,49).

  • cyan value is 54.20%
  • magenta value is 16.03%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(54,16,0,49)
C54M16Y0K49 
(54%,16%,0%,49%)
(0.54/0.16/0.00/0.49)	

CMYK percentages

%54.2
%16.03
%0
%48.63

Codes

Color #3C6E83 in popluar color models

3C6E83
RGB60110131
HSL198°37.17%37.45%
HSB/HSV198°54.20%51.37%
CMYK54.20%16.03%0.00%
48.63%

Color #3C6E83 in popluar number systems.

HEX3C6E83
Decimal60110131
Binary111100110111010000011
Octal74156203

Shades and tints

Shades of #3C6E83

#3C6E83
(60,110,131)
#376478
(55,100,120)
#325A6D
(50,90,109)
#2D5062
(45,80,98)
#284657
(40,70,87)
#233C4C
(35,60,76)
#1E3241
(30,50,65)
#192836
(25,40,54)
#141E2B
(20,30,43)
#0F1420
(15,20,32)
#0A0A15
(10,10,21)
#000000
(0,0,0)

Tints of #3C6E83

#3C6E83
(60,110,131)
#4D7B8E
(77,123,142)
#5E8899
(94,136,153)
#6F95A4
(111,149,164)
#80A2AF
(128,162,175)
#91AFBA
(145,175,186)
#A2BCC5
(162,188,197)
#B3C9D0
(179,201,208)
#C4D6DB
(196,214,219)
#D5E3E6
(213,227,230)
#E6F0F1
(230,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6E83 color. Also use rgb(60,110,131) instead hex code.

Text Font Color

.myTextColor { color: #3C6E83; }

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

This text font color is #3C6E83.


Background Color

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

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

This div background color is #3C6E83.


Border color

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

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

This div border color is #3C6E83.


Opacity

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

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

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

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

This text has shadow with #3C6E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6E83 on black background.


Color preview on white background

This text has color #3C6E83 on white background.



Black color preview on #3C6E83 background

This text has black color on #3C6E83 background.


White color preview on #3C6E83 background

This text has white color on #3C6E83 background.