COLOR #5D7650

HEX: #5D7650
RGB: (93,118,80)

Color info

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

RGB color model

#5D7650 color RGB value is (93,118,80).

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

RGB channels and saturation

R 93 of 255 = 36%
G 118 of 255 = 46%
B 80 of 255 = 31%

93
118
80

R + G + B ~ 38%. #5D7650 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 118 + 80 = 291 (100%)
R 93 of 291 ~ 31.96%
G 118 of 291 ~ 40.55%
B 80 of 291 ~ 27.49%

%31.96
%40.55
%27.49

CMYK color model

#5D7650 color CMYK value is (21,0,32,54).

  • cyan value is 21.19%
  • magenta value is 0.00%
  • yellow value is 32.20%
  • key color value is 53.73%
CMYK:
(21,0,32,54)
C21M0Y32K54 
(21%,0%,32%,54%)
(0.21/0.00/0.32/0.54)	

CMYK percentages

%21.19
%0
%32.2
%53.73

Codes

Color #5D7650 in popluar color models

5D7650
RGB9311880
HSL99°19.19%38.82%
HSB/HSV99°32.20%46.27%
CMYK21.19%0.00%32.20%
53.73%

Color #5D7650 in popluar number systems.

HEX5D7650
Decimal9311880
Binary101110111101101010000
Octal135166120

Shades and tints

Shades of #5D7650

#5D7650
(93,118,80)
#556C49
(85,108,73)
#4D6242
(77,98,66)
#45583B
(69,88,59)
#3D4E34
(61,78,52)
#35442D
(53,68,45)
#2D3A26
(45,58,38)
#25301F
(37,48,31)
#1D2618
(29,38,24)
#151C11
(21,28,17)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #5D7650

#5D7650
(93,118,80)
#6B825F
(107,130,95)
#798E6E
(121,142,110)
#879A7D
(135,154,125)
#95A68C
(149,166,140)
#A3B29B
(163,178,155)
#B1BEAA
(177,190,170)
#BFCAB9
(191,202,185)
#CDD6C8
(205,214,200)
#DBE2D7
(219,226,215)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7650; }

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

This text font color is #5D7650.


Background Color

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

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

This div background color is #5D7650.


Border color

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

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

This div border color is #5D7650.


Opacity

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

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

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

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

This text has shadow with #5D7650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7650 on black background.


Color preview on white background

This text has color #5D7650 on white background.



Black color preview on #5D7650 background

This text has black color on #5D7650 background.


White color preview on #5D7650 background

This text has white color on #5D7650 background.