COLOR #5D615B

HEX: #5D615B
RGB: (93,97,91)

Color info

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

RGB color model

#5D615B color RGB value is (93,97,91).

  • red value is 93;
  • green value is 97;
  • blue value is 91.
RGB:
(93,97,91)
(36%,38%,36%)

RGB channels and saturation

R 93 of 255 = 36%
G 97 of 255 = 38%
B 91 of 255 = 36%

93
97
91

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

Portions of RGB colors in percentages

R + G + B =
93 + 97 + 91 = 281 (100%)
R 93 of 281 ~ 33.1%
G 97 of 281 ~ 34.52%
B 91 of 281 ~ 32.38%

%33.1
%34.52
%32.38

CMYK color model

#5D615B color CMYK value is (4,0,6,62).

  • cyan value is 4.12%
  • magenta value is 0.00%
  • yellow value is 6.19%
  • key color value is 61.96%
CMYK:
(4,0,6,62)
C4M0Y6K62 
(4%,0%,6%,62%)
(0.04/0.00/0.06/0.62)	

CMYK percentages

%4.12
%0
%6.19
%61.96

Codes

Color #5D615B in popluar color models

5D615B
RGB939791
HSL100°3.19%36.86%
HSB/HSV100°6.19%38.04%
CMYK4.12%0.00%6.19%
61.96%

Color #5D615B in popluar number systems.

HEX5D615B
Decimal939791
Binary101110111000011011011
Octal135141133

Shades and tints

Shades of #5D615B

#5D615B
(93,97,91)
#555953
(85,89,83)
#4D514B
(77,81,75)
#454943
(69,73,67)
#3D413B
(61,65,59)
#353933
(53,57,51)
#2D312B
(45,49,43)
#252923
(37,41,35)
#1D211B
(29,33,27)
#151913
(21,25,19)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #5D615B

#5D615B
(93,97,91)
#6B6F69
(107,111,105)
#797D77
(121,125,119)
#878B85
(135,139,133)
#959993
(149,153,147)
#A3A7A1
(163,167,161)
#B1B5AF
(177,181,175)
#BFC3BD
(191,195,189)
#CDD1CB
(205,209,203)
#DBDFD9
(219,223,217)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D615B color. Also use rgb(93,97,91) instead hex code.

Text Font Color

.myTextColor { color: #5D615B; }

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

This text font color is #5D615B.


Background Color

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

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

This div background color is #5D615B.


Border color

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

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

This div border color is #5D615B.


Opacity

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

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

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

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

This text has shadow with #5D615B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D615B on black background.


Color preview on white background

This text has color #5D615B on white background.



Black color preview on #5D615B background

This text has black color on #5D615B background.


White color preview on #5D615B background

This text has white color on #5D615B background.