COLOR #3C8775

HEX: #3C8775 RGB: (60,135,117)

Color info

#3C8775 contains mainly green and blue colors. Web safe color of #3C8775 is #339966 (or #396).

RGB color model

#3C8775 color RGB value is (60,135,117).

RGB: (60,135,117) (24%, 53%, 46%)

RGB channels and saturation

R 60 of 255 = 24%
G 135 of 255 = 53%
B 117 of 255 = 46%

60
135
117

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

Portions of RGB colors in percentages

R + G + B = 60 + 135 + 117 = 312 (100%)
R 60 of 312 ~ 19.23%
G 135 of 312 ~ 43.27%
B 117 of 312 ~ 37.5'%

%19.23
%43.27
%37.5

CMYK color model

#3C8775 color CMYK value is (56,0,13,47).

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

CMYK: (56,0,13,47)
C56M0Y13K47 (56%, 0%, 13%, 47%)
(0.56 / 0.00 / 0.13 / 0.47)

CMYK percentages

%55.56
%0
%13.33
%47.06

Codes

Color #3C8775 in popluar color models

3C 87 75
RGB 60 135 117
HSL 166° 38.46% 38.24%
HSB/HSV 166° 55.56% 52.94%
CMYK 55.56% 0.00% 13.33%
47.06%

Color #3C8775 in popluar number systems.

HEX 3C 87 75
Decimal 60 135 117
Binary 111100 10000111 1110101
Octal 74 207 165

Shades and tints

Shades of #3C8775

#3C8775
(60,135,117)
#377B6B
(55,123,107)
#326F61
(50,111,97)
#2D6357
(45,99,87)
#28574D
(40,87,77)
#234B43
(35,75,67)
#1E3F39
(30,63,57)
#19332F
(25,51,47)
#142725
(20,39,37)
#0F1B1B
(15,27,27)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #3C8775

#3C8775
(60,135,117)
#4D9181
(77,145,129)
#5E9B8D
(94,155,141)
#6FA599
(111,165,153)
#80AFA5
(128,175,165)
#91B9B1
(145,185,177)
#A2C3BD
(162,195,189)
#B3CDC9
(179,205,201)
#C4D7D5
(196,215,213)
#D5E1E1
(213,225,225)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C8775; }

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

This text font color is #3C8775.

Background Color

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

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

This div background color is #3C8775.

Border color

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

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

This div border color is #3C8775.

Opacity

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

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

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

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

This text has shadow with #3C8775 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C8775.

Preview

Color preview on black background

This text has color #3C8775 on black background.


Color preview on white background

This text has color #3C8775 on white background.


Black color preview on #3C8775 background

This text has black color on #3C8775 background.


White color preview on #3C8775 background

This text has white color on #3C8775 background.


Related colors

Complementary color

Complementary color for #hex is #C3788A.


I love getcolorcode.com

Triadic colors

1 #753C87 and #87753C with #3C8775 are triadic colors.

2 #75873C and #873C75 with #3C8775 are triadic colors.