COLOR #3CA772

HEX: #3CA772
RGB: (60,167,114)

Color info

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

RGB color model

#3CA772 color RGB value is (60,167,114).

  • red value is 60;
  • green value is 167;
  • blue value is 114.
RGB:
(60,167,114)
(24%,65%,45%)

RGB channels and saturation

R 60 of 255 = 24%
G 167 of 255 = 65%
B 114 of 255 = 45%

60
167
114

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

Portions of RGB colors in percentages

R + G + B =
60 + 167 + 114 = 341 (100%)
R 60 of 341 ~ 17.6%
G 167 of 341 ~ 48.97%
B 114 of 341 ~ 33.43%

%17.6
%48.97
%33.43

CMYK color model

#3CA772 color CMYK value is (64,0,32,35).

  • cyan value is 64.07%
  • magenta value is 0.00%
  • yellow value is 31.74%
  • key color value is 34.51%
CMYK:
(64,0,32,35)
C64M0Y32K35 
(64%,0%,32%,35%)
(0.64/0.00/0.32/0.35)	

CMYK percentages

%64.07
%0
%31.74
%34.51

Codes

Color #3CA772 in popluar color models

3CA772
RGB60167114
HSL150°47.14%44.51%
HSB/HSV150°64.07%65.49%
CMYK64.07%0.00%31.74%
34.51%

Color #3CA772 in popluar number systems.

HEX3CA772
Decimal60167114
Binary111100101001111110010
Octal74247162

Shades and tints

Shades of #3CA772

#3CA772
(60,167,114)
#379868
(55,152,104)
#32895E
(50,137,94)
#2D7A54
(45,122,84)
#286B4A
(40,107,74)
#235C40
(35,92,64)
#1E4D36
(30,77,54)
#193E2C
(25,62,44)
#142F22
(20,47,34)
#0F2018
(15,32,24)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #3CA772

#3CA772
(60,167,114)
#4DAF7E
(77,175,126)
#5EB78A
(94,183,138)
#6FBF96
(111,191,150)
#80C7A2
(128,199,162)
#91CFAE
(145,207,174)
#A2D7BA
(162,215,186)
#B3DFC6
(179,223,198)
#C4E7D2
(196,231,210)
#D5EFDE
(213,239,222)
#E6F7EA
(230,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CA772 color. Also use rgb(60,167,114) instead hex code.

Text Font Color

.myTextColor { color: #3CA772; }

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

This text font color is #3CA772.


Background Color

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

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

This div background color is #3CA772.


Border color

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

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

This div border color is #3CA772.


Opacity

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

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

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

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

This text has shadow with #3CA772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CA772 on black background.


Color preview on white background

This text has color #3CA772 on white background.



Black color preview on #3CA772 background

This text has black color on #3CA772 background.


White color preview on #3CA772 background

This text has white color on #3CA772 background.