COLOR #5D7726

HEX: #5D7726
RGB: (93,119,38)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

93
119
38

R + G + B ~ 33%. #5D7726 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 119 + 38 = 250 (100%)
R 93 of 250 ~ 37.2%
G 119 of 250 ~ 47.6%
B 38 of 250 ~ 15.2%

%37.2
%47.6
%15.2

CMYK color model

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

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

CMYK percentages

%21.85
%0
%68.07
%53.33

Codes

Color #5D7726 in popluar color models

5D7726
RGB9311938
HSL79°51.59%30.78%
HSB/HSV79°68.07%46.67%
CMYK21.85%0.00%68.07%
53.33%

Color #5D7726 in popluar number systems.

HEX5D7726
Decimal9311938
Binary10111011110111100110
Octal13516746

Shades and tints

Shades of #5D7726

#5D7726
(93,119,38)
#556D23
(85,109,35)
#4D6320
(77,99,32)
#45591D
(69,89,29)
#3D4F1A
(61,79,26)
#354517
(53,69,23)
#2D3B14
(45,59,20)
#253111
(37,49,17)
#1D270E
(29,39,14)
#151D0B
(21,29,11)
#0D1308
(13,19,8)
#000000
(0,0,0)

Tints of #5D7726

#5D7726
(93,119,38)
#6B8339
(107,131,57)
#798F4C
(121,143,76)
#879B5F
(135,155,95)
#95A772
(149,167,114)
#A3B385
(163,179,133)
#B1BF98
(177,191,152)
#BFCBAB
(191,203,171)
#CDD7BE
(205,215,190)
#DBE3D1
(219,227,209)
#E9EFE4
(233,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7726; }

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

This text font color is #5D7726.


Background Color

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

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

This div background color is #5D7726.


Border color

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

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

This div border color is #5D7726.


Opacity

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

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

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

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

This text has shadow with #5D7726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7726 on black background.


Color preview on white background

This text has color #5D7726 on white background.



Black color preview on #5D7726 background

This text has black color on #5D7726 background.


White color preview on #5D7726 background

This text has white color on #5D7726 background.