COLOR #5D615F

HEX: #5D615F
RGB: (93,97,95)

Color info

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

RGB color model

#5D615F color RGB value is (93,97,95).

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

RGB channels and saturation

R 93 of 255 = 36%
G 97 of 255 = 38%
B 95 of 255 = 37%

93
97
95

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

Portions of RGB colors in percentages

R + G + B =
93 + 97 + 95 = 285 (100%)
R 93 of 285 ~ 32.63%
G 97 of 285 ~ 34.04%
B 95 of 285 ~ 33.33%

%32.63
%34.04
%33.33

CMYK color model

#5D615F color CMYK value is (4,0,2,62).

  • cyan value is 4.12%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 61.96%
CMYK:
(4,0,2,62)
C4M0Y2K62 
(4%,0%,2%,62%)
(0.04/0.00/0.02/0.62)	

CMYK percentages

%4.12
%0
%2.06
%61.96

Codes

Color #5D615F in popluar color models

5D615F
RGB939795
HSL150°2.11%37.25%
HSB/HSV150°4.12%38.04%
CMYK4.12%0.00%2.06%
61.96%

Color #5D615F in popluar number systems.

HEX5D615F
Decimal939795
Binary101110111000011011111
Octal135141137

Shades and tints

Shades of #5D615F

#5D615F
(93,97,95)
#555957
(85,89,87)
#4D514F
(77,81,79)
#454947
(69,73,71)
#3D413F
(61,65,63)
#353937
(53,57,55)
#2D312F
(45,49,47)
#252927
(37,41,39)
#1D211F
(29,33,31)
#151917
(21,25,23)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #5D615F

#5D615F
(93,97,95)
#6B6F6D
(107,111,109)
#797D7B
(121,125,123)
#878B89
(135,139,137)
#959997
(149,153,151)
#A3A7A5
(163,167,165)
#B1B5B3
(177,181,179)
#BFC3C1
(191,195,193)
#CDD1CF
(205,209,207)
#DBDFDD
(219,223,221)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D615F; }

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

This text font color is #5D615F.


Background Color

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

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

This div background color is #5D615F.


Border color

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

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

This div border color is #5D615F.


Opacity

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

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

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

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

This text has shadow with #5D615F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D615F on black background.


Color preview on white background

This text has color #5D615F on white background.



Black color preview on #5D615F background

This text has black color on #5D615F background.


White color preview on #5D615F background

This text has white color on #5D615F background.