COLOR #3C6E81

HEX: #3C6E81 RGB: (60,110,129)

Color info

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

RGB color model

#3C6E81 color RGB value is (60,110,129).

RGB: (60,110,129) (24%, 43%, 51%)

RGB channels and saturation

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

60
110
129

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

Portions of RGB colors in percentages

R + G + B = 60 + 110 + 129 = 299 (100%)
R 60 of 299 ~ 20.07%
G 110 of 299 ~ 36.79%
B 129 of 299 ~ 43.14'%

%20.07
%36.79
%43.14

CMYK color model

#3C6E81 color CMYK value is (53,15,0,49).

  • cyan value is 53.49%
  • magenta value is 14.73%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK: (53,15,0,49) C53M15Y0K49 (53%,15%,0%,49%) (0.53/0.15/0.00/0.49) 

CMYK percentages

%53.49
%14.73
%0
%49.41

Codes

Color #3C6E81 in popluar color models

3C 6E 81
RGB 60 110 129
HSL 197° 36.51% 37.06%
HSB/HSV 197° 53.49% 50.59%
CMYK 53.49% 14.73% 0.00%
49.41%

Color #3C6E81 in popluar number systems.

HEX 3C 6E 81
Decimal 60 110 129
Binary 111100 1101110 10000001
Octal 74 156 201

Shades and tints

Shades of #3C6E81

#3C6E81
(60,110,129)
#376476
(55,100,118)
#325A6B
(50,90,107)
#2D5060
(45,80,96)
#284655
(40,70,85)
#233C4A
(35,60,74)
#1E323F
(30,50,63)
#192834
(25,40,52)
#141E29
(20,30,41)
#0F141E
(15,20,30)
#0A0A13
(10,10,19)
#000000
(0,0,0)

Tints of #3C6E81

#3C6E81
(60,110,129)
#4D7B8C
(77,123,140)
#5E8897
(94,136,151)
#6F95A2
(111,149,162)
#80A2AD
(128,162,173)
#91AFB8
(145,175,184)
#A2BCC3
(162,188,195)
#B3C9CE
(179,201,206)
#C4D6D9
(196,214,217)
#D5E3E4
(213,227,228)
#E6F0EF
(230,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6E81; }

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

This text font color is #3C6E81.

Background Color

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

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

This div background color is #3C6E81.

Border color

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

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

This div border color is #3C6E81.

Opacity

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

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

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

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

This text has shadow with #3C6E81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C6E81.

Preview

Color preview on black background

This text has color #3C6E81 on black background.


Color preview on white background

This text has color #3C6E81 on white background.


Black color preview on #3C6E81 background

This text has black color on #3C6E81 background.


White color preview on #3C6E81 background

This text has white color on #3C6E81 background.


Related colors

Complementary color

Complementary color for #hex is #C3917E.


I love getcolorcode.com

Triadic colors

1 #813C6E and #6E813C with #3C6E81 are triadic colors.

2 #816E3C and #6E3C81 with #3C6E81 are triadic colors.