COLOR #5D7968

HEX: #5D7968
RGB: (93,121,104)

Color info

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

RGB color model

#5D7968 color RGB value is (93,121,104).

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

RGB channels and saturation

R 93 of 255 = 36%
G 121 of 255 = 47%
B 104 of 255 = 41%

93
121
104

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

Portions of RGB colors in percentages

R + G + B =
93 + 121 + 104 = 318 (100%)
R 93 of 318 ~ 29.25%
G 121 of 318 ~ 38.05%
B 104 of 318 ~ 32.7%

%29.25
%38.05
%32.7

CMYK color model

#5D7968 color CMYK value is (23,0,14,53).

  • cyan value is 23.14%
  • magenta value is 0.00%
  • yellow value is 14.05%
  • key color value is 52.55%
CMYK:
(23,0,14,53)
C23M0Y14K53 
(23%,0%,14%,53%)
(0.23/0.00/0.14/0.53)	

CMYK percentages

%23.14
%0
%14.05
%52.55

Codes

Color #5D7968 in popluar color models

5D7968
RGB93121104
HSL144°13.08%41.96%
HSB/HSV144°23.14%47.45%
CMYK23.14%0.00%14.05%
52.55%

Color #5D7968 in popluar number systems.

HEX5D7968
Decimal93121104
Binary101110111110011101000
Octal135171150

Shades and tints

Shades of #5D7968

#5D7968
(93,121,104)
#556E5F
(85,110,95)
#4D6356
(77,99,86)
#45584D
(69,88,77)
#3D4D44
(61,77,68)
#35423B
(53,66,59)
#2D3732
(45,55,50)
#252C29
(37,44,41)
#1D2120
(29,33,32)
#151617
(21,22,23)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #5D7968

#5D7968
(93,121,104)
#6B8575
(107,133,117)
#799182
(121,145,130)
#879D8F
(135,157,143)
#95A99C
(149,169,156)
#A3B5A9
(163,181,169)
#B1C1B6
(177,193,182)
#BFCDC3
(191,205,195)
#CDD9D0
(205,217,208)
#DBE5DD
(219,229,221)
#E9F1EA
(233,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7968; }

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

This text font color is #5D7968.


Background Color

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

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

This div background color is #5D7968.


Border color

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

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

This div border color is #5D7968.


Opacity

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

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

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

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

This text has shadow with #5D7968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7968 on black background.


Color preview on white background

This text has color #5D7968 on white background.



Black color preview on #5D7968 background

This text has black color on #5D7968 background.


White color preview on #5D7968 background

This text has white color on #5D7968 background.