COLOR #5D7462

HEX: #5D7462
RGB: (93,116,98)

Color info

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

RGB color model

#5D7462 color RGB value is (93,116,98).

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

RGB channels and saturation

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

93
116
98

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

Portions of RGB colors in percentages

R + G + B =
93 + 116 + 98 = 307 (100%)
R 93 of 307 ~ 30.29%
G 116 of 307 ~ 37.79%
B 98 of 307 ~ 31.92%

%30.29
%37.79
%31.92

CMYK color model

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

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 15.52%
  • 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
%15.52
%54.51

Codes

Color #5D7462 in popluar color models

5D7462
RGB9311698
HSL133°11.00%40.98%
HSB/HSV133°19.83%45.49%
CMYK19.83%0.00%15.52%
54.51%

Color #5D7462 in popluar number systems.

HEX5D7462
Decimal9311698
Binary101110111101001100010
Octal135164142

Shades and tints

Shades of #5D7462

#5D7462
(93,116,98)
#556A5A
(85,106,90)
#4D6052
(77,96,82)
#45564A
(69,86,74)
#3D4C42
(61,76,66)
#35423A
(53,66,58)
#2D3832
(45,56,50)
#252E2A
(37,46,42)
#1D2422
(29,36,34)
#151A1A
(21,26,26)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #5D7462

#5D7462
(93,116,98)
#6B8070
(107,128,112)
#798C7E
(121,140,126)
#87988C
(135,152,140)
#95A49A
(149,164,154)
#A3B0A8
(163,176,168)
#B1BCB6
(177,188,182)
#BFC8C4
(191,200,196)
#CDD4D2
(205,212,210)
#DBE0E0
(219,224,224)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7462; }

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

This text font color is #5D7462.


Background Color

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

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

This div background color is #5D7462.


Border color

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

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

This div border color is #5D7462.


Opacity

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

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

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

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

This text has shadow with #5D7462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7462 on black background.


Color preview on white background

This text has color #5D7462 on white background.



Black color preview on #5D7462 background

This text has black color on #5D7462 background.


White color preview on #5D7462 background

This text has white color on #5D7462 background.