COLOR #5D775D

HEX: #5D775D
RGB: (93,119,93)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

93
119
93

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

Portions of RGB colors in percentages

R + G + B =
93 + 119 + 93 = 305 (100%)
R 93 of 305 ~ 30.49%
G 119 of 305 ~ 39.02%
B 93 of 305 ~ 30.49%

%30.49
%39.02
%30.49

CMYK color model

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

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

CMYK percentages

%21.85
%0
%21.85
%53.33

Codes

Color #5D775D in popluar color models

5D775D
RGB9311993
HSL120°12.26%41.57%
HSB/HSV120°21.85%46.67%
CMYK21.85%0.00%21.85%
53.33%

Color #5D775D in popluar number systems.

HEX5D775D
Decimal9311993
Binary101110111101111011101
Octal135167135

Shades and tints

Shades of #5D775D

#5D775D
(93,119,93)
#556D55
(85,109,85)
#4D634D
(77,99,77)
#455945
(69,89,69)
#3D4F3D
(61,79,61)
#354535
(53,69,53)
#2D3B2D
(45,59,45)
#253125
(37,49,37)
#1D271D
(29,39,29)
#151D15
(21,29,21)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #5D775D

#5D775D
(93,119,93)
#6B836B
(107,131,107)
#798F79
(121,143,121)
#879B87
(135,155,135)
#95A795
(149,167,149)
#A3B3A3
(163,179,163)
#B1BFB1
(177,191,177)
#BFCBBF
(191,203,191)
#CDD7CD
(205,215,205)
#DBE3DB
(219,227,219)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D775D; }

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

This text font color is #5D775D.


Background Color

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

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

This div background color is #5D775D.


Border color

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

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

This div border color is #5D775D.


Opacity

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

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

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

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

This text has shadow with #5D775D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D775D on black background.


Color preview on white background

This text has color #5D775D on white background.



Black color preview on #5D775D background

This text has black color on #5D775D background.


White color preview on #5D775D background

This text has white color on #5D775D background.