COLOR #3C7A4C

HEX: #3C7A4C
RGB: (60,122,76)

Color info

#3C7A4C contains mainly green and blue colors. Web safe color of #3C7A4C is #336633 (or #363).

RGB color model

#3C7A4C color RGB value is (60,122,76).

  • red value is 60;
  • green value is 122;
  • blue value is 76.
RGB:
(60,122,76)
(24%,48%,30%)

RGB channels and saturation

R 60 of 255 = 24%
G 122 of 255 = 48%
B 76 of 255 = 30%

60
122
76

R + G + B ~ 34%. #3C7A4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 122 + 76 = 258 (100%)
R 60 of 258 ~ 23.26%
G 122 of 258 ~ 47.29%
B 76 of 258 ~ 29.46%

%23.26
%47.29
%29.46

CMYK color model

#3C7A4C color CMYK value is (51,0,38,52).

  • cyan value is 50.82%
  • magenta value is 0.00%
  • yellow value is 37.70%
  • key color value is 52.16%
CMYK:
(51,0,38,52)
C51M0Y38K52 
(51%,0%,38%,52%)
(0.51/0.00/0.38/0.52)	

CMYK percentages

%50.82
%0
%37.7
%52.16

Codes

Color #3C7A4C in popluar color models

3C7A4C
RGB6012276
HSL135°34.07%35.69%
HSB/HSV135°50.82%47.84%
CMYK50.82%0.00%37.70%
52.16%

Color #3C7A4C in popluar number systems.

HEX3C7A4C
Decimal6012276
Binary11110011110101001100
Octal74172114

Shades and tints

Shades of #3C7A4C

#3C7A4C
(60,122,76)
#376F46
(55,111,70)
#326440
(50,100,64)
#2D593A
(45,89,58)
#284E34
(40,78,52)
#23432E
(35,67,46)
#1E3828
(30,56,40)
#192D22
(25,45,34)
#14221C
(20,34,28)
#0F1716
(15,23,22)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #3C7A4C

#3C7A4C
(60,122,76)
#4D865C
(77,134,92)
#5E926C
(94,146,108)
#6F9E7C
(111,158,124)
#80AA8C
(128,170,140)
#91B69C
(145,182,156)
#A2C2AC
(162,194,172)
#B3CEBC
(179,206,188)
#C4DACC
(196,218,204)
#D5E6DC
(213,230,220)
#E6F2EC
(230,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7A4C color. Also use rgb(60,122,76) instead hex code.

Text Font Color

.myTextColor { color: #3C7A4C; }

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

This text font color is #3C7A4C.


Background Color

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

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

This div background color is #3C7A4C.


Border color

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

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

This div border color is #3C7A4C.


Opacity

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

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

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

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

This text has shadow with #3C7A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7A4C on black background.


Color preview on white background

This text has color #3C7A4C on white background.



Black color preview on #3C7A4C background

This text has black color on #3C7A4C background.


White color preview on #3C7A4C background

This text has white color on #3C7A4C background.