COLOR #5D765F

HEX: #5D765F
RGB: (93,118,95)

Color info

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

RGB color model

#5D765F color RGB value is (93,118,95).

  • red value is 93;
  • green value is 118;
  • blue value is 95.
RGB:
(93,118,95)
(36%,46%,37%)

RGB channels and saturation

R 93 of 255 = 36%
G 118 of 255 = 46%
B 95 of 255 = 37%

93
118
95

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

Portions of RGB colors in percentages

R + G + B =
93 + 118 + 95 = 306 (100%)
R 93 of 306 ~ 30.39%
G 118 of 306 ~ 38.56%
B 95 of 306 ~ 31.05%

%30.39
%38.56
%31.05

CMYK color model

#5D765F color CMYK value is (21,0,19,54).

  • cyan value is 21.19%
  • magenta value is 0.00%
  • yellow value is 19.49%
  • key color value is 53.73%
CMYK:
(21,0,19,54)
C21M0Y19K54 
(21%,0%,19%,54%)
(0.21/0.00/0.19/0.54)	

CMYK percentages

%21.19
%0
%19.49
%53.73

Codes

Color #5D765F in popluar color models

5D765F
RGB9311895
HSL125°11.85%41.37%
HSB/HSV125°21.19%46.27%
CMYK21.19%0.00%19.49%
53.73%

Color #5D765F in popluar number systems.

HEX5D765F
Decimal9311895
Binary101110111101101011111
Octal135166137

Shades and tints

Shades of #5D765F

#5D765F
(93,118,95)
#556C57
(85,108,87)
#4D624F
(77,98,79)
#455847
(69,88,71)
#3D4E3F
(61,78,63)
#354437
(53,68,55)
#2D3A2F
(45,58,47)
#253027
(37,48,39)
#1D261F
(29,38,31)
#151C17
(21,28,23)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #5D765F

#5D765F
(93,118,95)
#6B826D
(107,130,109)
#798E7B
(121,142,123)
#879A89
(135,154,137)
#95A697
(149,166,151)
#A3B2A5
(163,178,165)
#B1BEB3
(177,190,179)
#BFCAC1
(191,202,193)
#CDD6CF
(205,214,207)
#DBE2DD
(219,226,221)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D765F color. Also use rgb(93,118,95) instead hex code.

Text Font Color

.myTextColor { color: #5D765F; }

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

This text font color is #5D765F.


Background Color

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

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

This div background color is #5D765F.


Border color

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

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

This div border color is #5D765F.


Opacity

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

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

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

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

This text has shadow with #5D765F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D765F on black background.


Color preview on white background

This text has color #5D765F on white background.



Black color preview on #5D765F background

This text has black color on #5D765F background.


White color preview on #5D765F background

This text has white color on #5D765F background.