COLOR #3C7E75

HEX: #3C7E75
RGB: (60,126,117)

Color info

#3C7E75 contains mainly green and blue colors. Web safe color of #3C7E75 is #336666 (or #366).

RGB color model

#3C7E75 color RGB value is (60,126,117).

  • red value is 60;
  • green value is 126;
  • blue value is 117.
RGB:
(60,126,117)
(24%,49%,46%)

RGB channels and saturation

R 60 of 255 = 24%
G 126 of 255 = 49%
B 117 of 255 = 46%

60
126
117

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

Portions of RGB colors in percentages

R + G + B =
60 + 126 + 117 = 303 (100%)
R 60 of 303 ~ 19.8%
G 126 of 303 ~ 41.58%
B 117 of 303 ~ 38.61%

%19.8
%41.58
%38.61

CMYK color model

#3C7E75 color CMYK value is (52,0,7,51).

  • cyan value is 52.38%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 50.59%
CMYK:
(52,0,7,51)
C52M0Y7K51 
(52%,0%,7%,51%)
(0.52/0.00/0.07/0.51)	

CMYK percentages

%52.38
%0
%7.14
%50.59

Codes

Color #3C7E75 in popluar color models

3C7E75
RGB60126117
HSL172°35.48%36.47%
HSB/HSV172°52.38%49.41%
CMYK52.38%0.00%7.14%
50.59%

Color #3C7E75 in popluar number systems.

HEX3C7E75
Decimal60126117
Binary11110011111101110101
Octal74176165

Shades and tints

Shades of #3C7E75

#3C7E75
(60,126,117)
#37736B
(55,115,107)
#326861
(50,104,97)
#2D5D57
(45,93,87)
#28524D
(40,82,77)
#234743
(35,71,67)
#1E3C39
(30,60,57)
#19312F
(25,49,47)
#142625
(20,38,37)
#0F1B1B
(15,27,27)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #3C7E75

#3C7E75
(60,126,117)
#4D8981
(77,137,129)
#5E948D
(94,148,141)
#6F9F99
(111,159,153)
#80AAA5
(128,170,165)
#91B5B1
(145,181,177)
#A2C0BD
(162,192,189)
#B3CBC9
(179,203,201)
#C4D6D5
(196,214,213)
#D5E1E1
(213,225,225)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C7E75; }

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

This text font color is #3C7E75.


Background Color

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

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

This div background color is #3C7E75.


Border color

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

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

This div border color is #3C7E75.


Opacity

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

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

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

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

This text has shadow with #3C7E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7E75 on black background.


Color preview on white background

This text has color #3C7E75 on white background.



Black color preview on #3C7E75 background

This text has black color on #3C7E75 background.


White color preview on #3C7E75 background

This text has white color on #3C7E75 background.