COLOR #5C6155

HEX: #5C6155 RGB: (92,97,85)

Color info

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

RGB color model

#5C6155 color RGB value is (92,97,85).

RGB: (92,97,85) (36%, 38%, 33%)

RGB channels and saturation

R 92 of 255 = 36%
G 97 of 255 = 38%
B 85 of 255 = 33%

92
97
85

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

Portions of RGB colors in percentages

R + G + B = 92 + 97 + 85 = 274 (100%)
R 92 of 274 ~ 33.58%
G 97 of 274 ~ 35.4%
B 85 of 274 ~ 31.02'%

%33.58
%35.4
%31.02

CMYK color model

#5C6155 color CMYK value is (5,0,12,62).

  • cyan value is 5.15%
  • magenta value is 0.00%
  • yellow value is 12.37%
  • key color value is 61.96%

CMYK: (5,0,12,62)
C5M0Y12K62 (5%, 0%, 12%, 62%)
(0.05 / 0.00 / 0.12 / 0.62)

CMYK percentages

%5.15
%0
%12.37
%61.96

Codes

Color #5C6155 in popluar color models

5C 61 55
RGB 92 97 85
HSL 85° 6.59% 35.69%
HSB/HSV 85° 12.37% 38.04%
CMYK 5.15% 0.00% 12.37%
61.96%

Color #5C6155 in popluar number systems.

HEX 5C 61 55
Decimal 92 97 85
Binary 1011100 1100001 1010101
Octal 134 141 125

Shades and tints

Shades of #5C6155

#5C6155
(92,97,85)
#54594E
(84,89,78)
#4C5147
(76,81,71)
#444940
(68,73,64)
#3C4139
(60,65,57)
#343932
(52,57,50)
#2C312B
(44,49,43)
#242924
(36,41,36)
#1C211D
(28,33,29)
#141916
(20,25,22)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #5C6155

#5C6155
(92,97,85)
#6A6F64
(106,111,100)
#787D73
(120,125,115)
#868B82
(134,139,130)
#949991
(148,153,145)
#A2A7A0
(162,167,160)
#B0B5AF
(176,181,175)
#BEC3BE
(190,195,190)
#CCD1CD
(204,209,205)
#DADFDC
(218,223,220)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6155; }

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

This text font color is #5C6155.

Background Color

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

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

This div background color is #5C6155.

Border color

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

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

This div border color is #5C6155.

Opacity

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

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

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

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

This text has shadow with #5C6155 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C6155.

Preview

Color preview on black background

This text has color #5C6155 on black background.


Color preview on white background

This text has color #5C6155 on white background.


Black color preview on #5C6155 background

This text has black color on #5C6155 background.


White color preview on #5C6155 background

This text has white color on #5C6155 background.


Related colors

Complementary color

Complementary color for #hex is #A39EAA.


I love getcolorcode.com

Triadic colors

1 #555C61 and #61555C with #5C6155 are triadic colors.

2 #55615C and #615C55 with #5C6155 are triadic colors.