COLOR #5D7967

HEX: #5D7967
RGB: (93,121,103)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

93
121
103

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

Portions of RGB colors in percentages

R + G + B =
93 + 121 + 103 = 317 (100%)
R 93 of 317 ~ 29.34%
G 121 of 317 ~ 38.17%
B 103 of 317 ~ 32.49%

%29.34
%38.17
%32.49

CMYK color model

#5D7967 color CMYK value is (23,0,15,53).

  • cyan value is 23.14%
  • magenta value is 0.00%
  • yellow value is 14.88%
  • key color value is 52.55%
CMYK:
(23,0,15,53)
C23M0Y15K53 
(23%,0%,15%,53%)
(0.23/0.00/0.15/0.53)	

CMYK percentages

%23.14
%0
%14.88
%52.55

Codes

Color #5D7967 in popluar color models

5D7967
RGB93121103
HSL141°13.08%41.96%
HSB/HSV141°23.14%47.45%
CMYK23.14%0.00%14.88%
52.55%

Color #5D7967 in popluar number systems.

HEX5D7967
Decimal93121103
Binary101110111110011100111
Octal135171147

Shades and tints

Shades of #5D7967

#5D7967
(93,121,103)
#556E5E
(85,110,94)
#4D6355
(77,99,85)
#45584C
(69,88,76)
#3D4D43
(61,77,67)
#35423A
(53,66,58)
#2D3731
(45,55,49)
#252C28
(37,44,40)
#1D211F
(29,33,31)
#151616
(21,22,22)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #5D7967

#5D7967
(93,121,103)
#6B8574
(107,133,116)
#799181
(121,145,129)
#879D8E
(135,157,142)
#95A99B
(149,169,155)
#A3B5A8
(163,181,168)
#B1C1B5
(177,193,181)
#BFCDC2
(191,205,194)
#CDD9CF
(205,217,207)
#DBE5DC
(219,229,220)
#E9F1E9
(233,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7967; }

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

This text font color is #5D7967.


Background Color

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

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

This div background color is #5D7967.


Border color

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

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

This div border color is #5D7967.


Opacity

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

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

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

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

This text has shadow with #5D7967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7967 on black background.


Color preview on white background

This text has color #5D7967 on white background.



Black color preview on #5D7967 background

This text has black color on #5D7967 background.


White color preview on #5D7967 background

This text has white color on #5D7967 background.