COLOR #5C9752

HEX: #5C9752 RGB: (92,151,82)

Color info

#5C9752 contains mainly red and green colors. Web safe color of #5C9752 is #669966 (or #696).

RGB color model

#5C9752 color RGB value is (92,151,82).

RGB: (92,151,82) (36%, 59%, 32%)

RGB channels and saturation

R 92 of 255 = 36%
G 151 of 255 = 59%
B 82 of 255 = 32%

92
151
82

R + G + B ~ 42%. #5C9752 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 92 + 151 + 82 = 325 (100%)
R 92 of 325 ~ 28.31%
G 151 of 325 ~ 46.46%
B 82 of 325 ~ 25.23'%

%28.31
%46.46
%25.23

CMYK color model

#5C9752 color CMYK value is (39,0,46,41).

  • cyan value is 39.07%
  • magenta value is 0.00%
  • yellow value is 45.70%
  • key color value is 40.78%
CMYK: (39,0,46,41) C39M0Y46K41 (39%,0%,46%,41%) (0.39/0.00/0.46/0.41) 

CMYK percentages

%39.07
%0
%45.7
%40.78

Codes

Color #5C9752 in popluar color models

5C 97 52
RGB 92 151 82
HSL 111° 29.61% 45.69%
HSB/HSV 111° 45.70% 59.22%
CMYK 39.07% 0.00% 45.70%
40.78%

Color #5C9752 in popluar number systems.

HEX 5C 97 52
Decimal 92 151 82
Binary 1011100 10010111 1010010
Octal 134 227 122

Shades and tints

Shades of #5C9752

#5C9752
(92,151,82)
#548A4B
(84,138,75)
#4C7D44
(76,125,68)
#44703D
(68,112,61)
#3C6336
(60,99,54)
#34562F
(52,86,47)
#2C4928
(44,73,40)
#243C21
(36,60,33)
#1C2F1A
(28,47,26)
#142213
(20,34,19)
#0C150C
(12,21,12)
#000000
(0,0,0)

Tints of #5C9752

#5C9752
(92,151,82)
#6AA061
(106,160,97)
#78A970
(120,169,112)
#86B27F
(134,178,127)
#94BB8E
(148,187,142)
#A2C49D
(162,196,157)
#B0CDAC
(176,205,172)
#BED6BB
(190,214,187)
#CCDFCA
(204,223,202)
#DAE8D9
(218,232,217)
#E8F1E8
(232,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9752 color. Also use rgb(92,151,82) instead hex code.

Text Font Color

.myTextColor { color: #5C9752; }

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

This text font color is #5C9752.

Background Color

.myBgColor { background-color: #5C9752; }

<div style="background-color:#5C9752">Inner text</div>

This div background color is #5C9752.

Border color

.myBorderColor { border: 1px solid #5C9752; }

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

This div border color is #5C9752.

Opacity

.myOpacity80 { color: #5C9752; opacity: 0.8; }

<p style="color:#5C9752;opacity:0.8;">80%</p>

Text with #5C9752 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 #5C9752;}

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

This text has shadow with #5C9752 color.


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

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

This text has shadow with #5C9752 primary color and red secondary color.


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

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

This text has shadow with #5C9752 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5C9752.

Preview

Color preview on black background

This text has color #5C9752 on black background.


Color preview on white background

This text has color #5C9752 on white background.


Black color preview on #5C9752 background

This text has black color on #5C9752 background.


White color preview on #5C9752 background

This text has white color on #5C9752 background.


Related colors

Complementary color

Complementary color for #hex is #A368AD.


I love getcolorcode.com

Triadic colors

1 #525C97 and #97525C with #5C9752 are triadic colors.

2 #52975C and #975C52 with #5C9752 are triadic colors.