COLOR #5D7155

HEX: #5D7155 RGB: (93,113,85)

Color info

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

RGB color model

#5D7155 color RGB value is (93,113,85).

RGB: (93,113,85) (36%, 44%, 33%)

RGB channels and saturation

R 93 of 255 = 36%
G 113 of 255 = 44%
B 85 of 255 = 33%

93
113
85

R + G + B ~ 38%. #5D7155 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 113 + 85 = 291 (100%)
R 93 of 291 ~ 31.96%
G 113 of 291 ~ 38.83%
B 85 of 291 ~ 29.21'%

%31.96
%38.83
%29.21

CMYK color model

#5D7155 color CMYK value is (18,0,25,56).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 24.78%
  • key color value is 55.69%

CMYK: (18,0,25,56)
C18M0Y25K56 (18%, 0%, 25%, 56%)
(0.18 / 0.00 / 0.25 / 0.56)

CMYK percentages

%17.7
%0
%24.78
%55.69

Codes

Color #5D7155 in popluar color models

5D 71 55
RGB 93 113 85
HSL 103° 14.14% 38.82%
HSB/HSV 103° 24.78% 44.31%
CMYK 17.70% 0.00% 24.78%
55.69%

Color #5D7155 in popluar number systems.

HEX 5D 71 55
Decimal 93 113 85
Binary 1011101 1110001 1010101
Octal 135 161 125

Shades and tints

Shades of #5D7155

#5D7155
(93,113,85)
#55674E
(85,103,78)
#4D5D47
(77,93,71)
#455340
(69,83,64)
#3D4939
(61,73,57)
#353F32
(53,63,50)
#2D352B
(45,53,43)
#252B24
(37,43,36)
#1D211D
(29,33,29)
#151716
(21,23,22)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #5D7155

#5D7155
(93,113,85)
#6B7D64
(107,125,100)
#798973
(121,137,115)
#879582
(135,149,130)
#95A191
(149,161,145)
#A3ADA0
(163,173,160)
#B1B9AF
(177,185,175)
#BFC5BE
(191,197,190)
#CDD1CD
(205,209,205)
#DBDDDC
(219,221,220)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7155 color. Also use rgb(93,113,85) instead hex code.

Text Font Color

.myTextColor { color: #5D7155; }

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

This text font color is #5D7155.

Background Color

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

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

This div background color is #5D7155.

Border color

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

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

This div border color is #5D7155.

Opacity

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

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

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

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

This text has shadow with #5D7155 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D7155.

Preview

Color preview on black background

This text has color #5D7155 on black background.


Color preview on white background

This text has color #5D7155 on white background.


Black color preview on #5D7155 background

This text has black color on #5D7155 background.


White color preview on #5D7155 background

This text has white color on #5D7155 background.


Related colors

Complementary color

Complementary color for #hex is #A28EAA.


I love getcolorcode.com

Triadic colors

1 #555D71 and #71555D with #5D7155 are triadic colors.

2 #55715D and #715D55 with #5D7155 are triadic colors.