COLOR #5D6955

HEX: #5D6955 RGB: (93,105,85)

Color info

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

RGB color model

#5D6955 color RGB value is (93,105,85).

RGB: (93,105,85) (36%, 41%, 33%)

RGB channels and saturation

R 93 of 255 = 36%
G 105 of 255 = 41%
B 85 of 255 = 33%

93
105
85

R + G + B ~ 37%. #5D6955 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 105 + 85 = 283 (100%)
R 93 of 283 ~ 32.86%
G 105 of 283 ~ 37.1%
B 85 of 283 ~ 30.04'%

%32.86
%37.1
%30.04

CMYK color model

#5D6955 color CMYK value is (11,0,19,59).

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 58.82%

CMYK: (11,0,19,59)
C11M0Y19K59 (11%, 0%, 19%, 59%)
(0.11 / 0.00 / 0.19 / 0.59)

CMYK percentages

%11.43
%0
%19.05
%58.82

Codes

Color #5D6955 in popluar color models

5D 69 55
RGB 93 105 85
HSL 96° 10.53% 37.25%
HSB/HSV 96° 19.05% 41.18%
CMYK 11.43% 0.00% 19.05%
58.82%

Color #5D6955 in popluar number systems.

HEX 5D 69 55
Decimal 93 105 85
Binary 1011101 1101001 1010101
Octal 135 151 125

Shades and tints

Shades of #5D6955

#5D6955
(93,105,85)
#55604E
(85,96,78)
#4D5747
(77,87,71)
#454E40
(69,78,64)
#3D4539
(61,69,57)
#353C32
(53,60,50)
#2D332B
(45,51,43)
#252A24
(37,42,36)
#1D211D
(29,33,29)
#151816
(21,24,22)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #5D6955

#5D6955
(93,105,85)
#6B7664
(107,118,100)
#798373
(121,131,115)
#879082
(135,144,130)
#959D91
(149,157,145)
#A3AAA0
(163,170,160)
#B1B7AF
(177,183,175)
#BFC4BE
(191,196,190)
#CDD1CD
(205,209,205)
#DBDEDC
(219,222,220)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6955; }

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

This text font color is #5D6955.

Background Color

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

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

This div background color is #5D6955.

Border color

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

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

This div border color is #5D6955.

Opacity

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

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

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

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

This text has shadow with #5D6955 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D6955.

Preview

Color preview on black background

This text has color #5D6955 on black background.


Color preview on white background

This text has color #5D6955 on white background.


Black color preview on #5D6955 background

This text has black color on #5D6955 background.


White color preview on #5D6955 background

This text has white color on #5D6955 background.


Related colors

Complementary color

Complementary color for #hex is #A296AA.


I love getcolorcode.com

Triadic colors

1 #555D69 and #69555D with #5D6955 are triadic colors.

2 #55695D and #695D55 with #5D6955 are triadic colors.