COLOR #5C6755

HEX: #5C6755 RGB: (92,103,85)

Color info

#5C6755 contains red, green and blue colors in about the same proportion. Web safe color of #5C6755 is #666666 (or #666).

RGB color model

#5C6755 color RGB value is (92,103,85).

RGB: (92,103,85) (36%, 40%, 33%)

RGB channels and saturation

R 92 of 255 = 36%
G 103 of 255 = 40%
B 85 of 255 = 33%

92
103
85

R + G + B ~ 36%. #5C6755 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 103 + 85 = 280 (100%)
R 92 of 280 ~ 32.86%
G 103 of 280 ~ 36.79%
B 85 of 280 ~ 30.36'%

%32.86
%36.79
%30.36

CMYK color model

#5C6755 color CMYK value is (11,0,17,60).

  • cyan value is 10.68%
  • magenta value is 0.00%
  • yellow value is 17.48%
  • key color value is 59.61%

CMYK: (11,0,17,60)
C11M0Y17K60 (11%, 0%, 17%, 60%)
(0.11 / 0.00 / 0.17 / 0.60)

CMYK percentages

%10.68
%0
%17.48
%59.61

Codes

Color #5C6755 in popluar color models

5C 67 55
RGB 92 103 85
HSL 97° 9.57% 36.86%
HSB/HSV 97° 17.48% 40.39%
CMYK 10.68% 0.00% 17.48%
59.61%

Color #5C6755 in popluar number systems.

HEX 5C 67 55
Decimal 92 103 85
Binary 1011100 1100111 1010101
Octal 134 147 125

Shades and tints

Shades of #5C6755

#5C6755
(92,103,85)
#545E4E
(84,94,78)
#4C5547
(76,85,71)
#444C40
(68,76,64)
#3C4339
(60,67,57)
#343A32
(52,58,50)
#2C312B
(44,49,43)
#242824
(36,40,36)
#1C1F1D
(28,31,29)
#141616
(20,22,22)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #5C6755

#5C6755
(92,103,85)
#6A7464
(106,116,100)
#788173
(120,129,115)
#868E82
(134,142,130)
#949B91
(148,155,145)
#A2A8A0
(162,168,160)
#B0B5AF
(176,181,175)
#BEC2BE
(190,194,190)
#CCCFCD
(204,207,205)
#DADCDC
(218,220,220)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6755 color. Also use rgb(92,103,85) instead hex code.

Text Font Color

.myTextColor { color: #5C6755; }

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

This text font color is #5C6755.

Background Color

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

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

This div background color is #5C6755.

Border color

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

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

This div border color is #5C6755.

Opacity

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

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

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

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

This text has shadow with #5C6755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C6755.

Preview

Color preview on black background

This text has color #5C6755 on black background.


Color preview on white background

This text has color #5C6755 on white background.


Black color preview on #5C6755 background

This text has black color on #5C6755 background.


White color preview on #5C6755 background

This text has white color on #5C6755 background.


Related colors

Complementary color

Complementary color for #hex is #A398AA.


I love getcolorcode.com

Triadic colors

1 #555C67 and #67555C with #5C6755 are triadic colors.

2 #55675C and #675C55 with #5C6755 are triadic colors.