COLOR #5D675A

HEX: #5D675A
RGB: (93,103,90)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

93
103
90

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

Portions of RGB colors in percentages

R + G + B =
93 + 103 + 90 = 286 (100%)
R 93 of 286 ~ 32.52%
G 103 of 286 ~ 36.01%
B 90 of 286 ~ 31.47%

%32.52
%36.01
%31.47

CMYK color model

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

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

CMYK percentages

%9.71
%0
%12.62
%59.61

Codes

Color #5D675A in popluar color models

5D675A
RGB9310390
HSL106°6.74%37.84%
HSB/HSV106°12.62%40.39%
CMYK9.71%0.00%12.62%
59.61%

Color #5D675A in popluar number systems.

HEX5D675A
Decimal9310390
Binary101110111001111011010
Octal135147132

Shades and tints

Shades of #5D675A

#5D675A
(93,103,90)
#555E52
(85,94,82)
#4D554A
(77,85,74)
#454C42
(69,76,66)
#3D433A
(61,67,58)
#353A32
(53,58,50)
#2D312A
(45,49,42)
#252822
(37,40,34)
#1D1F1A
(29,31,26)
#151612
(21,22,18)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #5D675A

#5D675A
(93,103,90)
#6B7469
(107,116,105)
#798178
(121,129,120)
#878E87
(135,142,135)
#959B96
(149,155,150)
#A3A8A5
(163,168,165)
#B1B5B4
(177,181,180)
#BFC2C3
(191,194,195)
#CDCFD2
(205,207,210)
#DBDCE1
(219,220,225)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D675A; }

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

This text font color is #5D675A.


Background Color

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

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

This div background color is #5D675A.


Border color

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

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

This div border color is #5D675A.


Opacity

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

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

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

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

This text has shadow with #5D675A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D675A on black background.


Color preview on white background

This text has color #5D675A on white background.



Black color preview on #5D675A background

This text has black color on #5D675A background.


White color preview on #5D675A background

This text has white color on #5D675A background.