COLOR #5D7C67

HEX: #5D7C67
RGB: (93,124,103)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

93
124
103

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

Portions of RGB colors in percentages

R + G + B =
93 + 124 + 103 = 320 (100%)
R 93 of 320 ~ 29.06%
G 124 of 320 ~ 38.75%
B 103 of 320 ~ 32.19%

%29.06
%38.75
%32.19

CMYK color model

#5D7C67 color CMYK value is (25,0,17,51).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 16.94%
  • key color value is 51.37%
CMYK:
(25,0,17,51)
C25M0Y17K51 
(25%,0%,17%,51%)
(0.25/0.00/0.17/0.51)	

CMYK percentages

%25
%0
%16.94
%51.37

Codes

Color #5D7C67 in popluar color models

5D7C67
RGB93124103
HSL139°14.29%42.55%
HSB/HSV139°25.00%48.63%
CMYK25.00%0.00%16.94%
51.37%

Color #5D7C67 in popluar number systems.

HEX5D7C67
Decimal93124103
Binary101110111111001100111
Octal135174147

Shades and tints

Shades of #5D7C67

#5D7C67
(93,124,103)
#55715E
(85,113,94)
#4D6655
(77,102,85)
#455B4C
(69,91,76)
#3D5043
(61,80,67)
#35453A
(53,69,58)
#2D3A31
(45,58,49)
#252F28
(37,47,40)
#1D241F
(29,36,31)
#151916
(21,25,22)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #5D7C67

#5D7C67
(93,124,103)
#6B8774
(107,135,116)
#799281
(121,146,129)
#879D8E
(135,157,142)
#95A89B
(149,168,155)
#A3B3A8
(163,179,168)
#B1BEB5
(177,190,181)
#BFC9C2
(191,201,194)
#CDD4CF
(205,212,207)
#DBDFDC
(219,223,220)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7C67; }

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

This text font color is #5D7C67.


Background Color

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

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

This div background color is #5D7C67.


Border color

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

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

This div border color is #5D7C67.


Opacity

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

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

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

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

This text has shadow with #5D7C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7C67 on black background.


Color preview on white background

This text has color #5D7C67 on white background.



Black color preview on #5D7C67 background

This text has black color on #5D7C67 background.


White color preview on #5D7C67 background

This text has white color on #5D7C67 background.