COLOR #5D675D

HEX: #5D675D
RGB: (93,103,93)

Color info

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

RGB color model

#5D675D color RGB value is (93,103,93).

  • red value is 93;
  • green value is 103;
  • blue value is 93.
RGB:
(93,103,93)
(36%,40%,36%)

RGB channels and saturation

R 93 of 255 = 36%
G 103 of 255 = 40%
B 93 of 255 = 36%

93
103
93

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

Portions of RGB colors in percentages

R + G + B =
93 + 103 + 93 = 289 (100%)
R 93 of 289 ~ 32.18%
G 103 of 289 ~ 35.64%
B 93 of 289 ~ 32.18%

%32.18
%35.64
%32.18

CMYK color model

#5D675D color CMYK value is (10,0,10,60).

  • cyan value is 9.71%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • key color value is 59.61%
CMYK:
(10,0,10,60)
C10M0Y10K60 
(10%,0%,10%,60%)
(0.10/0.00/0.10/0.60)	

CMYK percentages

%9.71
%0
%9.71
%59.61

Codes

Color #5D675D in popluar color models

5D675D
RGB9310393
HSL120°5.10%38.43%
HSB/HSV120°9.71%40.39%
CMYK9.71%0.00%9.71%
59.61%

Color #5D675D in popluar number systems.

HEX5D675D
Decimal9310393
Binary101110111001111011101
Octal135147135

Shades and tints

Shades of #5D675D

#5D675D
(93,103,93)
#555E55
(85,94,85)
#4D554D
(77,85,77)
#454C45
(69,76,69)
#3D433D
(61,67,61)
#353A35
(53,58,53)
#2D312D
(45,49,45)
#252825
(37,40,37)
#1D1F1D
(29,31,29)
#151615
(21,22,21)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #5D675D

#5D675D
(93,103,93)
#6B746B
(107,116,107)
#798179
(121,129,121)
#878E87
(135,142,135)
#959B95
(149,155,149)
#A3A8A3
(163,168,163)
#B1B5B1
(177,181,177)
#BFC2BF
(191,194,191)
#CDCFCD
(205,207,205)
#DBDCDB
(219,220,219)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D675D; }

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

This text font color is #5D675D.


Background Color

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

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

This div background color is #5D675D.


Border color

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

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

This div border color is #5D675D.


Opacity

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

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

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

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

This text has shadow with #5D675D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D675D on black background.


Color preview on white background

This text has color #5D675D on white background.



Black color preview on #5D675D background

This text has black color on #5D675D background.


White color preview on #5D675D background

This text has white color on #5D675D background.