COLOR #5D794B

HEX: #5D794B RGB: (93,121,75)

Color info

#5D794B contains red, green and blue colors in about the same proportion. Web safe color of #5D794B is #666633 (or #663).

RGB color model

#5D794B color RGB value is (93,121,75).

RGB: (93,121,75) (36%, 47%, 29%)

RGB channels and saturation

R 93 of 255 = 36%
G 121 of 255 = 47%
B 75 of 255 = 29%

93
121
75

R + G + B ~ 37%. #5D794B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 121 + 75 = 289 (100%)
R 93 of 289 ~ 32.18%
G 121 of 289 ~ 41.87%
B 75 of 289 ~ 25.95'%

%32.18
%41.87
%25.95

CMYK color model

#5D794B color CMYK value is (23,0,38,53).

  • cyan value is 23.14%
  • magenta value is 0.00%
  • yellow value is 38.02%
  • key color value is 52.55%

CMYK: (23,0,38,53)
C23M0Y38K53 (23%, 0%, 38%, 53%)
(0.23 / 0.00 / 0.38 / 0.53)

CMYK percentages

%23.14
%0
%38.02
%52.55

Codes

Color #5D794B in popluar color models

5D 79 4B
RGB 93 121 75
HSL 97° 23.47% 38.43%
HSB/HSV 97° 38.02% 47.45%
CMYK 23.14% 0.00% 38.02%
52.55%

Color #5D794B in popluar number systems.

HEX 5D 79 4B
Decimal 93 121 75
Binary 1011101 1111001 1001011
Octal 135 171 113

Shades and tints

Shades of #5D794B

#5D794B
(93,121,75)
#556E45
(85,110,69)
#4D633F
(77,99,63)
#455839
(69,88,57)
#3D4D33
(61,77,51)
#35422D
(53,66,45)
#2D3727
(45,55,39)
#252C21
(37,44,33)
#1D211B
(29,33,27)
#151615
(21,22,21)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #5D794B

#5D794B
(93,121,75)
#6B855B
(107,133,91)
#79916B
(121,145,107)
#879D7B
(135,157,123)
#95A98B
(149,169,139)
#A3B59B
(163,181,155)
#B1C1AB
(177,193,171)
#BFCDBB
(191,205,187)
#CDD9CB
(205,217,203)
#DBE5DB
(219,229,219)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D794B; }

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

This text font color is #5D794B.

Background Color

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

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

This div background color is #5D794B.

Border color

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

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

This div border color is #5D794B.

Opacity

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

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

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

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

This text has shadow with #5D794B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D794B.

Preview

Color preview on black background

This text has color #5D794B on black background.


Color preview on white background

This text has color #5D794B on white background.


Black color preview on #5D794B background

This text has black color on #5D794B background.


White color preview on #5D794B background

This text has white color on #5D794B background.


Related colors

Complementary color

Complementary color for #hex is #A286B4.


I love getcolorcode.com

Triadic colors

1 #4B5D79 and #794B5D with #5D794B are triadic colors.

2 #4B795D and #795D4B with #5D794B are triadic colors.