COLOR #5D674E

HEX: #5D674E
RGB: (93,103,78)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

93
103
78

R + G + B ~ 36%. #5D674E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 103 + 78 = 274 (100%)
R 93 of 274 ~ 33.94%
G 103 of 274 ~ 37.59%
B 78 of 274 ~ 28.47%

%33.94
%37.59
%28.47

CMYK color model

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

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

CMYK percentages

%9.71
%0
%24.27
%59.61

Codes

Color #5D674E in popluar color models

5D674E
RGB9310378
HSL84°13.81%35.49%
HSB/HSV84°24.27%40.39%
CMYK9.71%0.00%24.27%
59.61%

Color #5D674E in popluar number systems.

HEX5D674E
Decimal9310378
Binary101110111001111001110
Octal135147116

Shades and tints

Shades of #5D674E

#5D674E
(93,103,78)
#555E47
(85,94,71)
#4D5540
(77,85,64)
#454C39
(69,76,57)
#3D4332
(61,67,50)
#353A2B
(53,58,43)
#2D3124
(45,49,36)
#25281D
(37,40,29)
#1D1F16
(29,31,22)
#15160F
(21,22,15)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #5D674E

#5D674E
(93,103,78)
#6B745E
(107,116,94)
#79816E
(121,129,110)
#878E7E
(135,142,126)
#959B8E
(149,155,142)
#A3A89E
(163,168,158)
#B1B5AE
(177,181,174)
#BFC2BE
(191,194,190)
#CDCFCE
(205,207,206)
#DBDCDE
(219,220,222)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D674E; }

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

This text font color is #5D674E.


Background Color

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

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

This div background color is #5D674E.


Border color

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

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

This div border color is #5D674E.


Opacity

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

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

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

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

This text has shadow with #5D674E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D674E on black background.


Color preview on white background

This text has color #5D674E on white background.



Black color preview on #5D674E background

This text has black color on #5D674E background.


White color preview on #5D674E background

This text has white color on #5D674E background.