COLOR #5D775C

HEX: #5D775C
RGB: (93,119,92)

Color info

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

RGB color model

#5D775C color RGB value is (93,119,92).

  • red value is 93;
  • green value is 119;
  • blue value is 92.
RGB:
(93,119,92)
(36%,47%,36%)

RGB channels and saturation

R 93 of 255 = 36%
G 119 of 255 = 47%
B 92 of 255 = 36%

93
119
92

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

Portions of RGB colors in percentages

R + G + B =
93 + 119 + 92 = 304 (100%)
R 93 of 304 ~ 30.59%
G 119 of 304 ~ 39.14%
B 92 of 304 ~ 30.26%

%30.59
%39.14
%30.26

CMYK color model

#5D775C color CMYK value is (22,0,23,53).

  • cyan value is 21.85%
  • magenta value is 0.00%
  • yellow value is 22.69%
  • key color value is 53.33%
CMYK:
(22,0,23,53)
C22M0Y23K53 
(22%,0%,23%,53%)
(0.22/0.00/0.23/0.53)	

CMYK percentages

%21.85
%0
%22.69
%53.33

Codes

Color #5D775C in popluar color models

5D775C
RGB9311992
HSL118°12.80%41.37%
HSB/HSV118°22.69%46.67%
CMYK21.85%0.00%22.69%
53.33%

Color #5D775C in popluar number systems.

HEX5D775C
Decimal9311992
Binary101110111101111011100
Octal135167134

Shades and tints

Shades of #5D775C

#5D775C
(93,119,92)
#556D54
(85,109,84)
#4D634C
(77,99,76)
#455944
(69,89,68)
#3D4F3C
(61,79,60)
#354534
(53,69,52)
#2D3B2C
(45,59,44)
#253124
(37,49,36)
#1D271C
(29,39,28)
#151D14
(21,29,20)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #5D775C

#5D775C
(93,119,92)
#6B836A
(107,131,106)
#798F78
(121,143,120)
#879B86
(135,155,134)
#95A794
(149,167,148)
#A3B3A2
(163,179,162)
#B1BFB0
(177,191,176)
#BFCBBE
(191,203,190)
#CDD7CC
(205,215,204)
#DBE3DA
(219,227,218)
#E9EFE8
(233,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D775C color. Also use rgb(93,119,92) instead hex code.

Text Font Color

.myTextColor { color: #5D775C; }

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

This text font color is #5D775C.


Background Color

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

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

This div background color is #5D775C.


Border color

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

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

This div border color is #5D775C.


Opacity

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

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

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

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

This text has shadow with #5D775C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D775C on black background.


Color preview on white background

This text has color #5D775C on white background.



Black color preview on #5D775C background

This text has black color on #5D775C background.


White color preview on #5D775C background

This text has white color on #5D775C background.