COLOR #5D773B

HEX: #5D773B
RGB: (93,119,59)

Color info

#5D773B contains mainly red and green colors. Web safe color of #5D773B is #666633 (or #663).

RGB color model

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

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

RGB channels and saturation

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

93
119
59

R + G + B ~ 35%. #5D773B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 119 + 59 = 271 (100%)
R 93 of 271 ~ 34.32%
G 119 of 271 ~ 43.91%
B 59 of 271 ~ 21.77%

%34.32
%43.91
%21.77

CMYK color model

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

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

CMYK percentages

%21.85
%0
%50.42
%53.33

Codes

Color #5D773B in popluar color models

5D773B
RGB9311959
HSL86°33.71%34.90%
HSB/HSV86°50.42%46.67%
CMYK21.85%0.00%50.42%
53.33%

Color #5D773B in popluar number systems.

HEX5D773B
Decimal9311959
Binary10111011110111111011
Octal13516773

Shades and tints

Shades of #5D773B

#5D773B
(93,119,59)
#556D36
(85,109,54)
#4D6331
(77,99,49)
#45592C
(69,89,44)
#3D4F27
(61,79,39)
#354522
(53,69,34)
#2D3B1D
(45,59,29)
#253118
(37,49,24)
#1D2713
(29,39,19)
#151D0E
(21,29,14)
#0D1309
(13,19,9)
#000000
(0,0,0)

Tints of #5D773B

#5D773B
(93,119,59)
#6B834C
(107,131,76)
#798F5D
(121,143,93)
#879B6E
(135,155,110)
#95A77F
(149,167,127)
#A3B390
(163,179,144)
#B1BFA1
(177,191,161)
#BFCBB2
(191,203,178)
#CDD7C3
(205,215,195)
#DBE3D4
(219,227,212)
#E9EFE5
(233,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D773B; }

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

This text font color is #5D773B.


Background Color

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

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

This div background color is #5D773B.


Border color

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

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

This div border color is #5D773B.


Opacity

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

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

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

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

This text has shadow with #5D773B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D773B on black background.


Color preview on white background

This text has color #5D773B on white background.



Black color preview on #5D773B background

This text has black color on #5D773B background.


White color preview on #5D773B background

This text has white color on #5D773B background.