COLOR #3C785C

HEX: #3C785C
RGB: (60,120,92)

Color info

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

RGB color model

#3C785C color RGB value is (60,120,92).

  • red value is 60;
  • green value is 120;
  • blue value is 92.
RGB:
(60,120,92)
(24%,47%,36%)

RGB channels and saturation

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

60
120
92

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

Portions of RGB colors in percentages

R + G + B =
60 + 120 + 92 = 272 (100%)
R 60 of 272 ~ 22.06%
G 120 of 272 ~ 44.12%
B 92 of 272 ~ 33.82%

%22.06
%44.12
%33.82

CMYK color model

#3C785C color CMYK value is (50,0,23,53).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 23.33%
  • key color value is 52.94%
CMYK:
(50,0,23,53)
C50M0Y23K53 
(50%,0%,23%,53%)
(0.50/0.00/0.23/0.53)	

CMYK percentages

%50
%0
%23.33
%52.94

Codes

Color #3C785C in popluar color models

3C785C
RGB6012092
HSL152°33.33%35.29%
HSB/HSV152°50.00%47.06%
CMYK50.00%0.00%23.33%
52.94%

Color #3C785C in popluar number systems.

HEX3C785C
Decimal6012092
Binary11110011110001011100
Octal74170134

Shades and tints

Shades of #3C785C

#3C785C
(60,120,92)
#376E54
(55,110,84)
#32644C
(50,100,76)
#2D5A44
(45,90,68)
#28503C
(40,80,60)
#234634
(35,70,52)
#1E3C2C
(30,60,44)
#193224
(25,50,36)
#14281C
(20,40,28)
#0F1E14
(15,30,20)
#0A140C
(10,20,12)
#000000
(0,0,0)

Tints of #3C785C

#3C785C
(60,120,92)
#4D846A
(77,132,106)
#5E9078
(94,144,120)
#6F9C86
(111,156,134)
#80A894
(128,168,148)
#91B4A2
(145,180,162)
#A2C0B0
(162,192,176)
#B3CCBE
(179,204,190)
#C4D8CC
(196,216,204)
#D5E4DA
(213,228,218)
#E6F0E8
(230,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C785C; }

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

This text font color is #3C785C.


Background Color

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

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

This div background color is #3C785C.


Border color

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

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

This div border color is #3C785C.


Opacity

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

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

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

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

This text has shadow with #3C785C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C785C on black background.


Color preview on white background

This text has color #3C785C on white background.



Black color preview on #3C785C background

This text has black color on #3C785C background.


White color preview on #3C785C background

This text has white color on #3C785C background.