COLOR #3C957D

HEX: #3C957D RGB: (60,149,125)

Color info

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

RGB color model

#3C957D color RGB value is (60,149,125).

RGB: (60,149,125) (24%, 58%, 49%)

RGB channels and saturation

R 60 of 255 = 24%
G 149 of 255 = 58%
B 125 of 255 = 49%

60
149
125

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

Portions of RGB colors in percentages

R + G + B = 60 + 149 + 125 = 334 (100%)
R 60 of 334 ~ 17.96%
G 149 of 334 ~ 44.61%
B 125 of 334 ~ 37.43'%

%17.96
%44.61
%37.43

CMYK color model

#3C957D color CMYK value is (60,0,16,42).

  • cyan value is 59.73%
  • magenta value is 0.00%
  • yellow value is 16.11%
  • key color value is 41.57%
CMYK: (60,0,16,42) C60M0Y16K42 (60%,0%,16%,42%) (0.60/0.00/0.16/0.42) 

CMYK percentages

%59.73
%0
%16.11
%41.57

Codes

Color #3C957D in popluar color models

3C 95 7D
RGB 60 149 125
HSL 164° 42.58% 40.98%
HSB/HSV 164° 59.73% 58.43%
CMYK 59.73% 0.00% 16.11%
41.57%

Color #3C957D in popluar number systems.

HEX 3C 95 7D
Decimal 60 149 125
Binary 111100 10010101 1111101
Octal 74 225 175

Shades and tints

Shades of #3C957D

#3C957D
(60,149,125)
#378872
(55,136,114)
#327B67
(50,123,103)
#2D6E5C
(45,110,92)
#286151
(40,97,81)
#235446
(35,84,70)
#1E473B
(30,71,59)
#193A30
(25,58,48)
#142D25
(20,45,37)
#0F201A
(15,32,26)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #3C957D

#3C957D
(60,149,125)
#4D9E88
(77,158,136)
#5EA793
(94,167,147)
#6FB09E
(111,176,158)
#80B9A9
(128,185,169)
#91C2B4
(145,194,180)
#A2CBBF
(162,203,191)
#B3D4CA
(179,212,202)
#C4DDD5
(196,221,213)
#D5E6E0
(213,230,224)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C957D color. Also use rgb(60,149,125) instead hex code.

Text Font Color

.myTextColor { color: #3C957D; }

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

This text font color is #3C957D.

Background Color

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

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

This div background color is #3C957D.

Border color

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

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

This div border color is #3C957D.

Opacity

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

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

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

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

This text has shadow with #3C957D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C957D.

Preview

Color preview on black background

This text has color #3C957D on black background.


Color preview on white background

This text has color #3C957D on white background.


Black color preview on #3C957D background

This text has black color on #3C957D background.


White color preview on #3C957D background

This text has white color on #3C957D background.


Related colors

Complementary color

Complementary color for #hex is #C36A82.


I love getcolorcode.com

Triadic colors

1 #7D3C95 and #957D3C with #3C957D are triadic colors.

2 #7D953C and #953C7D with #3C957D are triadic colors.