COLOR #5C884C

HEX: #5C884C RGB: (92,136,76)

Color info

#5C884C contains mainly red and green colors. Web safe color of #5C884C is #669933 (or #693).

RGB color model

#5C884C color RGB value is (92,136,76).

RGB: (92,136,76) (36%, 53%, 30%)

RGB channels and saturation

R 92 of 255 = 36%
G 136 of 255 = 53%
B 76 of 255 = 30%

92
136
76

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

Portions of RGB colors in percentages

R + G + B = 92 + 136 + 76 = 304 (100%)
R 92 of 304 ~ 30.26%
G 136 of 304 ~ 44.74%
B 76 of 304 ~ 25'%

%30.26
%44.74
%25

CMYK color model

#5C884C color CMYK value is (32,0,44,47).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 44.12%
  • key color value is 46.67%

CMYK: (32,0,44,47)
C32M0Y44K47 (32%, 0%, 44%, 47%)
(0.32 / 0.00 / 0.44 / 0.47)

CMYK percentages

%32.35
%0
%44.12
%46.67

Codes

Color #5C884C in popluar color models

5C 88 4C
RGB 92 136 76
HSL 104° 28.30% 41.57%
HSB/HSV 104° 44.12% 53.33%
CMYK 32.35% 0.00% 44.12%
46.67%

Color #5C884C in popluar number systems.

HEX 5C 88 4C
Decimal 92 136 76
Binary 1011100 10001000 1001100
Octal 134 210 114

Shades and tints

Shades of #5C884C

#5C884C
(92,136,76)
#547C46
(84,124,70)
#4C7040
(76,112,64)
#44643A
(68,100,58)
#3C5834
(60,88,52)
#344C2E
(52,76,46)
#2C4028
(44,64,40)
#243422
(36,52,34)
#1C281C
(28,40,28)
#141C16
(20,28,22)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #5C884C

#5C884C
(92,136,76)
#6A925C
(106,146,92)
#789C6C
(120,156,108)
#86A67C
(134,166,124)
#94B08C
(148,176,140)
#A2BA9C
(162,186,156)
#B0C4AC
(176,196,172)
#BECEBC
(190,206,188)
#CCD8CC
(204,216,204)
#DAE2DC
(218,226,220)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C884C color. Also use rgb(92,136,76) instead hex code.

Text Font Color

.myTextColor { color: #5C884C; }

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

This text font color is #5C884C.

Background Color

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

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

This div background color is #5C884C.

Border color

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

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

This div border color is #5C884C.

Opacity

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

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

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

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

This text has shadow with #5C884C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C884C.

Preview

Color preview on black background

This text has color #5C884C on black background.


Color preview on white background

This text has color #5C884C on white background.


Black color preview on #5C884C background

This text has black color on #5C884C background.


White color preview on #5C884C background

This text has white color on #5C884C background.


Related colors

Complementary color

Complementary color for #hex is #A377B3.


I love getcolorcode.com

Triadic colors

1 #4C5C88 and #884C5C with #5C884C are triadic colors.

2 #4C885C and #885C4C with #5C884C are triadic colors.