COLOR #5D793B

HEX: #5D793B
RGB: (93,121,59)

Color info

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

RGB color model

#5D793B color RGB value is (93,121,59).

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

RGB channels and saturation

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

93
121
59

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

Portions of RGB colors in percentages

R + G + B =
93 + 121 + 59 = 273 (100%)
R 93 of 273 ~ 34.07%
G 121 of 273 ~ 44.32%
B 59 of 273 ~ 21.61%

%34.07
%44.32
%21.61

CMYK color model

#5D793B color CMYK value is (23,0,51,53).

  • cyan value is 23.14%
  • magenta value is 0.00%
  • yellow value is 51.24%
  • key color value is 52.55%
CMYK:
(23,0,51,53)
C23M0Y51K53 
(23%,0%,51%,53%)
(0.23/0.00/0.51/0.53)	

CMYK percentages

%23.14
%0
%51.24
%52.55

Codes

Color #5D793B in popluar color models

5D793B
RGB9312159
HSL87°34.44%35.29%
HSB/HSV87°51.24%47.45%
CMYK23.14%0.00%51.24%
52.55%

Color #5D793B in popluar number systems.

HEX5D793B
Decimal9312159
Binary10111011111001111011
Octal13517173

Shades and tints

Shades of #5D793B

#5D793B
(93,121,59)
#556E36
(85,110,54)
#4D6331
(77,99,49)
#45582C
(69,88,44)
#3D4D27
(61,77,39)
#354222
(53,66,34)
#2D371D
(45,55,29)
#252C18
(37,44,24)
#1D2113
(29,33,19)
#15160E
(21,22,14)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #5D793B

#5D793B
(93,121,59)
#6B854C
(107,133,76)
#79915D
(121,145,93)
#879D6E
(135,157,110)
#95A97F
(149,169,127)
#A3B590
(163,181,144)
#B1C1A1
(177,193,161)
#BFCDB2
(191,205,178)
#CDD9C3
(205,217,195)
#DBE5D4
(219,229,212)
#E9F1E5
(233,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D793B; }

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

This text font color is #5D793B.


Background Color

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

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

This div background color is #5D793B.


Border color

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

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

This div border color is #5D793B.


Opacity

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

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

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

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

This text has shadow with #5D793B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D793B on black background.


Color preview on white background

This text has color #5D793B on white background.



Black color preview on #5D793B background

This text has black color on #5D793B background.


White color preview on #5D793B background

This text has white color on #5D793B background.