COLOR #5D7969

HEX: #5D7969
RGB: (93,121,105)

Color info

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

RGB color model

#5D7969 color RGB value is (93,121,105).

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

RGB channels and saturation

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

93
121
105

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

Portions of RGB colors in percentages

R + G + B =
93 + 121 + 105 = 319 (100%)
R 93 of 319 ~ 29.15%
G 121 of 319 ~ 37.93%
B 105 of 319 ~ 32.92%

%29.15
%37.93
%32.92

CMYK color model

#5D7969 color CMYK value is (23,0,13,53).

  • cyan value is 23.14%
  • magenta value is 0.00%
  • yellow value is 13.22%
  • key color value is 52.55%
CMYK:
(23,0,13,53)
C23M0Y13K53 
(23%,0%,13%,53%)
(0.23/0.00/0.13/0.53)	

CMYK percentages

%23.14
%0
%13.22
%52.55

Codes

Color #5D7969 in popluar color models

5D7969
RGB93121105
HSL146°13.08%41.96%
HSB/HSV146°23.14%47.45%
CMYK23.14%0.00%13.22%
52.55%

Color #5D7969 in popluar number systems.

HEX5D7969
Decimal93121105
Binary101110111110011101001
Octal135171151

Shades and tints

Shades of #5D7969

#5D7969
(93,121,105)
#556E60
(85,110,96)
#4D6357
(77,99,87)
#45584E
(69,88,78)
#3D4D45
(61,77,69)
#35423C
(53,66,60)
#2D3733
(45,55,51)
#252C2A
(37,44,42)
#1D2121
(29,33,33)
#151618
(21,22,24)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #5D7969

#5D7969
(93,121,105)
#6B8576
(107,133,118)
#799183
(121,145,131)
#879D90
(135,157,144)
#95A99D
(149,169,157)
#A3B5AA
(163,181,170)
#B1C1B7
(177,193,183)
#BFCDC4
(191,205,196)
#CDD9D1
(205,217,209)
#DBE5DE
(219,229,222)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7969; }

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

This text font color is #5D7969.


Background Color

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

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

This div background color is #5D7969.


Border color

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

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

This div border color is #5D7969.


Opacity

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

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

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

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

This text has shadow with #5D7969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7969 on black background.


Color preview on white background

This text has color #5D7969 on white background.



Black color preview on #5D7969 background

This text has black color on #5D7969 background.


White color preview on #5D7969 background

This text has white color on #5D7969 background.