COLOR #5D7732

HEX: #5D7732
RGB: (93,119,50)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

93
119
50

R + G + B ~ 34%. #5D7732 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 119 + 50 = 262 (100%)
R 93 of 262 ~ 35.5%
G 119 of 262 ~ 45.42%
B 50 of 262 ~ 19.08%

%35.5
%45.42
%19.08

CMYK color model

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

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

CMYK percentages

%21.85
%0
%57.98
%53.33

Codes

Color #5D7732 in popluar color models

5D7732
RGB9311950
HSL83°40.83%33.14%
HSB/HSV83°57.98%46.67%
CMYK21.85%0.00%57.98%
53.33%

Color #5D7732 in popluar number systems.

HEX5D7732
Decimal9311950
Binary10111011110111110010
Octal13516762

Shades and tints

Shades of #5D7732

#5D7732
(93,119,50)
#556D2E
(85,109,46)
#4D632A
(77,99,42)
#455926
(69,89,38)
#3D4F22
(61,79,34)
#35451E
(53,69,30)
#2D3B1A
(45,59,26)
#253116
(37,49,22)
#1D2712
(29,39,18)
#151D0E
(21,29,14)
#0D130A
(13,19,10)
#000000
(0,0,0)

Tints of #5D7732

#5D7732
(93,119,50)
#6B8344
(107,131,68)
#798F56
(121,143,86)
#879B68
(135,155,104)
#95A77A
(149,167,122)
#A3B38C
(163,179,140)
#B1BF9E
(177,191,158)
#BFCBB0
(191,203,176)
#CDD7C2
(205,215,194)
#DBE3D4
(219,227,212)
#E9EFE6
(233,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7732; }

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

This text font color is #5D7732.


Background Color

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

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

This div background color is #5D7732.


Border color

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

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

This div border color is #5D7732.


Opacity

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

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

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

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

This text has shadow with #5D7732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7732 on black background.


Color preview on white background

This text has color #5D7732 on white background.



Black color preview on #5D7732 background

This text has black color on #5D7732 background.


White color preview on #5D7732 background

This text has white color on #5D7732 background.