COLOR #5C886D

HEX: #5C886D RGB: (92,136,109)

Color info

#5C886D contains red, green and blue colors in about the same proportion. Web safe color of #5C886D is #669966 (or #696).

RGB color model

#5C886D color RGB value is (92,136,109).

RGB: (92,136,109) (36%, 53%, 43%)

RGB channels and saturation

R 92 of 255 = 36%
G 136 of 255 = 53%
B 109 of 255 = 43%

92
136
109

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

Portions of RGB colors in percentages

R + G + B = 92 + 136 + 109 = 337 (100%)
R 92 of 337 ~ 27.3%
G 136 of 337 ~ 40.36%
B 109 of 337 ~ 32.34'%

%27.3
%40.36
%32.34

CMYK color model

#5C886D color CMYK value is (32,0,20,47).

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

CMYK: (32,0,20,47)
C32M0Y20K47 (32%, 0%, 20%, 47%)
(0.32 / 0.00 / 0.20 / 0.47)

CMYK percentages

%32.35
%0
%19.85
%46.67

Codes

Color #5C886D in popluar color models

5C 88 6D
RGB 92 136 109
HSL 143° 19.30% 44.71%
HSB/HSV 143° 32.35% 53.33%
CMYK 32.35% 0.00% 19.85%
46.67%

Color #5C886D in popluar number systems.

HEX 5C 88 6D
Decimal 92 136 109
Binary 1011100 10001000 1101101
Octal 134 210 155

Shades and tints

Shades of #5C886D

#5C886D
(92,136,109)
#547C64
(84,124,100)
#4C705B
(76,112,91)
#446452
(68,100,82)
#3C5849
(60,88,73)
#344C40
(52,76,64)
#2C4037
(44,64,55)
#24342E
(36,52,46)
#1C2825
(28,40,37)
#141C1C
(20,28,28)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #5C886D

#5C886D
(92,136,109)
#6A927A
(106,146,122)
#789C87
(120,156,135)
#86A694
(134,166,148)
#94B0A1
(148,176,161)
#A2BAAE
(162,186,174)
#B0C4BB
(176,196,187)
#BECEC8
(190,206,200)
#CCD8D5
(204,216,213)
#DAE2E2
(218,226,226)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C886D; }

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

This text font color is #5C886D.

Background Color

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

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

This div background color is #5C886D.

Border color

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

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

This div border color is #5C886D.

Opacity

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

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

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

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

This text has shadow with #5C886D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C886D.

Preview

Color preview on black background

This text has color #5C886D on black background.


Color preview on white background

This text has color #5C886D on white background.


Black color preview on #5C886D background

This text has black color on #5C886D background.


White color preview on #5C886D background

This text has white color on #5C886D background.


Related colors

Complementary color

Complementary color for #hex is #A37792.


I love getcolorcode.com

Triadic colors

1 #6D5C88 and #886D5C with #5C886D are triadic colors.

2 #6D885C and #885C6D with #5C886D are triadic colors.