COLOR #3C7D54

HEX: #3C7D54
RGB: (60,125,84)

Color info

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

RGB color model

#3C7D54 color RGB value is (60,125,84).

  • red value is 60;
  • green value is 125;
  • blue value is 84.
RGB:
(60,125,84)
(24%,49%,33%)

RGB channels and saturation

R 60 of 255 = 24%
G 125 of 255 = 49%
B 84 of 255 = 33%

60
125
84

R + G + B ~ 35%. #3C7D54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 125 + 84 = 269 (100%)
R 60 of 269 ~ 22.3%
G 125 of 269 ~ 46.47%
B 84 of 269 ~ 31.23%

%22.3
%46.47
%31.23

CMYK color model

#3C7D54 color CMYK value is (52,0,33,51).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 32.80%
  • key color value is 50.98%
CMYK:
(52,0,33,51)
C52M0Y33K51 
(52%,0%,33%,51%)
(0.52/0.00/0.33/0.51)	

CMYK percentages

%52
%0
%32.8
%50.98

Codes

Color #3C7D54 in popluar color models

3C7D54
RGB6012584
HSL142°35.14%36.27%
HSB/HSV142°52.00%49.02%
CMYK52.00%0.00%32.80%
50.98%

Color #3C7D54 in popluar number systems.

HEX3C7D54
Decimal6012584
Binary11110011111011010100
Octal74175124

Shades and tints

Shades of #3C7D54

#3C7D54
(60,125,84)
#37724D
(55,114,77)
#326746
(50,103,70)
#2D5C3F
(45,92,63)
#285138
(40,81,56)
#234631
(35,70,49)
#1E3B2A
(30,59,42)
#193023
(25,48,35)
#14251C
(20,37,28)
#0F1A15
(15,26,21)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #3C7D54

#3C7D54
(60,125,84)
#4D8863
(77,136,99)
#5E9372
(94,147,114)
#6F9E81
(111,158,129)
#80A990
(128,169,144)
#91B49F
(145,180,159)
#A2BFAE
(162,191,174)
#B3CABD
(179,202,189)
#C4D5CC
(196,213,204)
#D5E0DB
(213,224,219)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C7D54; }

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

This text font color is #3C7D54.


Background Color

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

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

This div background color is #3C7D54.


Border color

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

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

This div border color is #3C7D54.


Opacity

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

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

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

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

This text has shadow with #3C7D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7D54 on black background.


Color preview on white background

This text has color #3C7D54 on white background.



Black color preview on #3C7D54 background

This text has black color on #3C7D54 background.


White color preview on #3C7D54 background

This text has white color on #3C7D54 background.