COLOR #5D7664

HEX: #5D7664
RGB: (93,118,100)

Color info

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

RGB color model

#5D7664 color RGB value is (93,118,100).

  • red value is 93;
  • green value is 118;
  • blue value is 100.
RGB:
(93,118,100)
(36%,46%,39%)

RGB channels and saturation

R 93 of 255 = 36%
G 118 of 255 = 46%
B 100 of 255 = 39%

93
118
100

R + G + B ~ 40%. #5D7664 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 118 + 100 = 311 (100%)
R 93 of 311 ~ 29.9%
G 118 of 311 ~ 37.94%
B 100 of 311 ~ 32.15%

%29.9
%37.94
%32.15

CMYK color model

#5D7664 color CMYK value is (21,0,15,54).

  • cyan value is 21.19%
  • magenta value is 0.00%
  • yellow value is 15.25%
  • key color value is 53.73%
CMYK:
(21,0,15,54)
C21M0Y15K54 
(21%,0%,15%,54%)
(0.21/0.00/0.15/0.54)	

CMYK percentages

%21.19
%0
%15.25
%53.73

Codes

Color #5D7664 in popluar color models

5D7664
RGB93118100
HSL137°11.85%41.37%
HSB/HSV137°21.19%46.27%
CMYK21.19%0.00%15.25%
53.73%

Color #5D7664 in popluar number systems.

HEX5D7664
Decimal93118100
Binary101110111101101100100
Octal135166144

Shades and tints

Shades of #5D7664

#5D7664
(93,118,100)
#556C5B
(85,108,91)
#4D6252
(77,98,82)
#455849
(69,88,73)
#3D4E40
(61,78,64)
#354437
(53,68,55)
#2D3A2E
(45,58,46)
#253025
(37,48,37)
#1D261C
(29,38,28)
#151C13
(21,28,19)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #5D7664

#5D7664
(93,118,100)
#6B8272
(107,130,114)
#798E80
(121,142,128)
#879A8E
(135,154,142)
#95A69C
(149,166,156)
#A3B2AA
(163,178,170)
#B1BEB8
(177,190,184)
#BFCAC6
(191,202,198)
#CDD6D4
(205,214,212)
#DBE2E2
(219,226,226)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7664; }

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

This text font color is #5D7664.


Background Color

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

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

This div background color is #5D7664.


Border color

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

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

This div border color is #5D7664.


Opacity

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

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

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

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

This text has shadow with #5D7664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7664 on black background.


Color preview on white background

This text has color #5D7664 on white background.



Black color preview on #5D7664 background

This text has black color on #5D7664 background.


White color preview on #5D7664 background

This text has white color on #5D7664 background.