COLOR #3C7A87

HEX: #3C7A87 RGB: (60,122,135)

Color info

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

RGB color model

#3C7A87 color RGB value is (60,122,135).

RGB: (60,122,135) (24%, 48%, 53%)

RGB channels and saturation

R 60 of 255 = 24%
G 122 of 255 = 48%
B 135 of 255 = 53%

60
122
135

R + G + B ~ 42%. #3C7A87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 60 + 122 + 135 = 317 (100%)
R 60 of 317 ~ 18.93%
G 122 of 317 ~ 38.49%
B 135 of 317 ~ 42.59'%

%18.93
%38.49
%42.59

CMYK color model

#3C7A87 color CMYK value is (56,10,0,47).

  • cyan value is 55.56%
  • magenta value is 9.63%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (56,10,0,47)
C56M10Y0K47 (56%, 10%, 0%, 47%)
(0.56 / 0.10 / 0.00 / 0.47)

CMYK percentages

%55.56
%9.63
%0
%47.06

Codes

Color #3C7A87 in popluar color models

3C 7A 87
RGB 60 122 135
HSL 190° 38.46% 38.24%
HSB/HSV 190° 55.56% 52.94%
CMYK 55.56% 9.63% 0.00%
47.06%

Color #3C7A87 in popluar number systems.

HEX 3C 7A 87
Decimal 60 122 135
Binary 111100 1111010 10000111
Octal 74 172 207

Shades and tints

Shades of #3C7A87

#3C7A87
(60,122,135)
#376F7B
(55,111,123)
#32646F
(50,100,111)
#2D5963
(45,89,99)
#284E57
(40,78,87)
#23434B
(35,67,75)
#1E383F
(30,56,63)
#192D33
(25,45,51)
#142227
(20,34,39)
#0F171B
(15,23,27)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #3C7A87

#3C7A87
(60,122,135)
#4D8691
(77,134,145)
#5E929B
(94,146,155)
#6F9EA5
(111,158,165)
#80AAAF
(128,170,175)
#91B6B9
(145,182,185)
#A2C2C3
(162,194,195)
#B3CECD
(179,206,205)
#C4DAD7
(196,218,215)
#D5E6E1
(213,230,225)
#E6F2EB
(230,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7A87 color. Also use rgb(60,122,135) instead hex code.

Text Font Color

.myTextColor { color: #3C7A87; }

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

This text font color is #3C7A87.

Background Color

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

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

This div background color is #3C7A87.

Border color

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

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

This div border color is #3C7A87.

Opacity

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

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

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

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

This text has shadow with #3C7A87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C7A87.

Preview

Color preview on black background

This text has color #3C7A87 on black background.


Color preview on white background

This text has color #3C7A87 on white background.


Black color preview on #3C7A87 background

This text has black color on #3C7A87 background.


White color preview on #3C7A87 background

This text has white color on #3C7A87 background.


Related colors

Complementary color

Complementary color for #hex is #C38578.


I love getcolorcode.com

Triadic colors

1 #873C7A and #7A873C with #3C7A87 are triadic colors.

2 #877A3C and #7A3C87 with #3C7A87 are triadic colors.