COLOR #5C886B

HEX: #5C886B RGB: (92,136,107)

Color info

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

RGB color model

#5C886B color RGB value is (92,136,107).

RGB: (92,136,107) (36%, 53%, 42%)

RGB channels and saturation

R 92 of 255 = 36%
G 136 of 255 = 53%
B 107 of 255 = 42%

92
136
107

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

Portions of RGB colors in percentages

R + G + B = 92 + 136 + 107 = 335 (100%)
R 92 of 335 ~ 27.46%
G 136 of 335 ~ 40.6%
B 107 of 335 ~ 31.94'%

%27.46
%40.6
%31.94

CMYK color model

#5C886B color CMYK value is (32,0,21,47).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 21.32%
  • key color value is 46.67%
CMYK: (32,0,21,47) C32M0Y21K47 (32%,0%,21%,47%) (0.32/0.00/0.21/0.47) 

CMYK percentages

%32.35
%0
%21.32
%46.67

Codes

Color #5C886B in popluar color models

5C 88 6B
RGB 92 136 107
HSL 140° 19.30% 44.71%
HSB/HSV 140° 32.35% 53.33%
CMYK 32.35% 0.00% 21.32%
46.67%

Color #5C886B in popluar number systems.

HEX 5C 88 6B
Decimal 92 136 107
Binary 1011100 10001000 1101011
Octal 134 210 153

Shades and tints

Shades of #5C886B

#5C886B
(92,136,107)
#547C62
(84,124,98)
#4C7059
(76,112,89)
#446450
(68,100,80)
#3C5847
(60,88,71)
#344C3E
(52,76,62)
#2C4035
(44,64,53)
#24342C
(36,52,44)
#1C2823
(28,40,35)
#141C1A
(20,28,26)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #5C886B

#5C886B
(92,136,107)
#6A9278
(106,146,120)
#789C85
(120,156,133)
#86A692
(134,166,146)
#94B09F
(148,176,159)
#A2BAAC
(162,186,172)
#B0C4B9
(176,196,185)
#BECEC6
(190,206,198)
#CCD8D3
(204,216,211)
#DAE2E0
(218,226,224)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C886B; }

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

This text font color is #5C886B.

Background Color

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

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

This div background color is #5C886B.

Border color

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

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

This div border color is #5C886B.

Opacity

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

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

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

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

This text has shadow with #5C886B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C886B.

Preview

Color preview on black background

This text has color #5C886B on black background.


Color preview on white background

This text has color #5C886B on white background.


Black color preview on #5C886B background

This text has black color on #5C886B background.


White color preview on #5C886B background

This text has white color on #5C886B background.


Related colors

Complementary color

Complementary color for #hex is #A37794.


I love getcolorcode.com

Triadic colors

1 #6B5C88 and #886B5C with #5C886B are triadic colors.

2 #6B885C and #885C6B with #5C886B are triadic colors.