COLOR #3C785B

HEX: #3C785B RGB: (60,120,91)

Color info

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

RGB color model

#3C785B color RGB value is (60,120,91).

RGB: (60,120,91) (24%, 47%, 36%)

RGB channels and saturation

R 60 of 255 = 24%
G 120 of 255 = 47%
B 91 of 255 = 36%

60
120
91

R + G + B ~ 36%. #3C785B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 120 + 91 = 271 (100%)
R 60 of 271 ~ 22.14%
G 120 of 271 ~ 44.28%
B 91 of 271 ~ 33.58'%

%22.14
%44.28
%33.58

CMYK color model

#3C785B color CMYK value is (50,0,24,53).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 24.17%
  • key color value is 52.94%

CMYK: (50,0,24,53)
C50M0Y24K53 (50%, 0%, 24%, 53%)
(0.50 / 0.00 / 0.24 / 0.53)

CMYK percentages

%50
%0
%24.17
%52.94

Codes

Color #3C785B in popluar color models

3C 78 5B
RGB 60 120 91
HSL 151° 33.33% 35.29%
HSB/HSV 151° 50.00% 47.06%
CMYK 50.00% 0.00% 24.17%
52.94%

Color #3C785B in popluar number systems.

HEX 3C 78 5B
Decimal 60 120 91
Binary 111100 1111000 1011011
Octal 74 170 133

Shades and tints

Shades of #3C785B

#3C785B
(60,120,91)
#376E53
(55,110,83)
#32644B
(50,100,75)
#2D5A43
(45,90,67)
#28503B
(40,80,59)
#234633
(35,70,51)
#1E3C2B
(30,60,43)
#193223
(25,50,35)
#14281B
(20,40,27)
#0F1E13
(15,30,19)
#0A140B
(10,20,11)
#000000
(0,0,0)

Tints of #3C785B

#3C785B
(60,120,91)
#4D8469
(77,132,105)
#5E9077
(94,144,119)
#6F9C85
(111,156,133)
#80A893
(128,168,147)
#91B4A1
(145,180,161)
#A2C0AF
(162,192,175)
#B3CCBD
(179,204,189)
#C4D8CB
(196,216,203)
#D5E4D9
(213,228,217)
#E6F0E7
(230,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C785B color. Also use rgb(60,120,91) instead hex code.

Text Font Color

.myTextColor { color: #3C785B; }

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

This text font color is #3C785B.

Background Color

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

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

This div background color is #3C785B.

Border color

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

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

This div border color is #3C785B.

Opacity

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

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

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

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

This text has shadow with #3C785B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C785B.

Preview

Color preview on black background

This text has color #3C785B on black background.


Color preview on white background

This text has color #3C785B on white background.


Black color preview on #3C785B background

This text has black color on #3C785B background.


White color preview on #3C785B background

This text has white color on #3C785B background.


Related colors

Complementary color

Complementary color for #hex is #C387A4.


I love getcolorcode.com

Triadic colors

1 #5B3C78 and #785B3C with #3C785B are triadic colors.

2 #5B783C and #783C5B with #3C785B are triadic colors.