COLOR #5D7461

HEX: #5D7461
RGB: (93,116,97)

Color info

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

RGB color model

#5D7461 color RGB value is (93,116,97).

  • red value is 93;
  • green value is 116;
  • blue value is 97.
RGB:
(93,116,97)
(36%,45%,38%)

RGB channels and saturation

R 93 of 255 = 36%
G 116 of 255 = 45%
B 97 of 255 = 38%

93
116
97

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

Portions of RGB colors in percentages

R + G + B =
93 + 116 + 97 = 306 (100%)
R 93 of 306 ~ 30.39%
G 116 of 306 ~ 37.91%
B 97 of 306 ~ 31.7%

%30.39
%37.91
%31.7

CMYK color model

#5D7461 color CMYK value is (20,0,16,55).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 16.38%
  • key color value is 54.51%
CMYK:
(20,0,16,55)
C20M0Y16K55 
(20%,0%,16%,55%)
(0.20/0.00/0.16/0.55)	

CMYK percentages

%19.83
%0
%16.38
%54.51

Codes

Color #5D7461 in popluar color models

5D7461
RGB9311697
HSL130°11.00%40.98%
HSB/HSV130°19.83%45.49%
CMYK19.83%0.00%16.38%
54.51%

Color #5D7461 in popluar number systems.

HEX5D7461
Decimal9311697
Binary101110111101001100001
Octal135164141

Shades and tints

Shades of #5D7461

#5D7461
(93,116,97)
#556A59
(85,106,89)
#4D6051
(77,96,81)
#455649
(69,86,73)
#3D4C41
(61,76,65)
#354239
(53,66,57)
#2D3831
(45,56,49)
#252E29
(37,46,41)
#1D2421
(29,36,33)
#151A19
(21,26,25)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #5D7461

#5D7461
(93,116,97)
#6B806F
(107,128,111)
#798C7D
(121,140,125)
#87988B
(135,152,139)
#95A499
(149,164,153)
#A3B0A7
(163,176,167)
#B1BCB5
(177,188,181)
#BFC8C3
(191,200,195)
#CDD4D1
(205,212,209)
#DBE0DF
(219,224,223)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7461 color. Also use rgb(93,116,97) instead hex code.

Text Font Color

.myTextColor { color: #5D7461; }

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

This text font color is #5D7461.


Background Color

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

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

This div background color is #5D7461.


Border color

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

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

This div border color is #5D7461.


Opacity

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

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

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

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

This text has shadow with #5D7461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7461 on black background.


Color preview on white background

This text has color #5D7461 on white background.



Black color preview on #5D7461 background

This text has black color on #5D7461 background.


White color preview on #5D7461 background

This text has white color on #5D7461 background.