COLOR #3C9972

HEX: #3C9972 RGB: (60,153,114)

Color info

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

RGB color model

#3C9972 color RGB value is (60,153,114).

RGB: (60,153,114) (24%, 60%, 45%)

RGB channels and saturation

R 60 of 255 = 24%
G 153 of 255 = 60%
B 114 of 255 = 45%

60
153
114

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

Portions of RGB colors in percentages

R + G + B = 60 + 153 + 114 = 327 (100%)
R 60 of 327 ~ 18.35%
G 153 of 327 ~ 46.79%
B 114 of 327 ~ 34.86'%

%18.35
%46.79
%34.86

CMYK color model

#3C9972 color CMYK value is (61,0,25,40).

  • cyan value is 60.78%
  • magenta value is 0.00%
  • yellow value is 25.49%
  • key color value is 40.00%

CMYK: (61,0,25,40)
C61M0Y25K40 (61%, 0%, 25%, 40%)
(0.61 / 0.00 / 0.25 / 0.40)

CMYK percentages

%60.78
%0
%25.49
%40

Codes

Color #3C9972 in popluar color models

3C 99 72
RGB 60 153 114
HSL 155° 43.66% 41.76%
HSB/HSV 155° 60.78% 60.00%
CMYK 60.78% 0.00% 25.49%
40.00%

Color #3C9972 in popluar number systems.

HEX 3C 99 72
Decimal 60 153 114
Binary 111100 10011001 1110010
Octal 74 231 162

Shades and tints

Shades of #3C9972

#3C9972
(60,153,114)
#378C68
(55,140,104)
#327F5E
(50,127,94)
#2D7254
(45,114,84)
#28654A
(40,101,74)
#235840
(35,88,64)
#1E4B36
(30,75,54)
#193E2C
(25,62,44)
#143122
(20,49,34)
#0F2418
(15,36,24)
#0A170E
(10,23,14)
#000000
(0,0,0)

Tints of #3C9972

#3C9972
(60,153,114)
#4DA27E
(77,162,126)
#5EAB8A
(94,171,138)
#6FB496
(111,180,150)
#80BDA2
(128,189,162)
#91C6AE
(145,198,174)
#A2CFBA
(162,207,186)
#B3D8C6
(179,216,198)
#C4E1D2
(196,225,210)
#D5EADE
(213,234,222)
#E6F3EA
(230,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C9972; }

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

This text font color is #3C9972.

Background Color

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

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

This div background color is #3C9972.

Border color

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

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

This div border color is #3C9972.

Opacity

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

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

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

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

This text has shadow with #3C9972 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C9972.

Preview

Color preview on black background

This text has color #3C9972 on black background.


Color preview on white background

This text has color #3C9972 on white background.


Black color preview on #3C9972 background

This text has black color on #3C9972 background.


White color preview on #3C9972 background

This text has white color on #3C9972 background.


Related colors

Complementary color

Complementary color for #hex is #C3668D.


I love getcolorcode.com

Triadic colors

1 #723C99 and #99723C with #3C9972 are triadic colors.

2 #72993C and #993C72 with #3C9972 are triadic colors.