COLOR #5D7254

HEX: #5D7254
RGB: (93,114,84)

Color info

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

RGB color model

#5D7254 color RGB value is (93,114,84).

  • red value is 93;
  • green value is 114;
  • blue value is 84.
RGB:
(93,114,84)
(36%,45%,33%)

RGB channels and saturation

R 93 of 255 = 36%
G 114 of 255 = 45%
B 84 of 255 = 33%

93
114
84

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

Portions of RGB colors in percentages

R + G + B =
93 + 114 + 84 = 291 (100%)
R 93 of 291 ~ 31.96%
G 114 of 291 ~ 39.18%
B 84 of 291 ~ 28.87%

%31.96
%39.18
%28.87

CMYK color model

#5D7254 color CMYK value is (18,0,26,55).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 55.29%
CMYK:
(18,0,26,55)
C18M0Y26K55 
(18%,0%,26%,55%)
(0.18/0.00/0.26/0.55)	

CMYK percentages

%18.42
%0
%26.32
%55.29

Codes

Color #5D7254 in popluar color models

5D7254
RGB9311484
HSL102°15.15%38.82%
HSB/HSV102°26.32%44.71%
CMYK18.42%0.00%26.32%
55.29%

Color #5D7254 in popluar number systems.

HEX5D7254
Decimal9311484
Binary101110111100101010100
Octal135162124

Shades and tints

Shades of #5D7254

#5D7254
(93,114,84)
#55684D
(85,104,77)
#4D5E46
(77,94,70)
#45543F
(69,84,63)
#3D4A38
(61,74,56)
#354031
(53,64,49)
#2D362A
(45,54,42)
#252C23
(37,44,35)
#1D221C
(29,34,28)
#151815
(21,24,21)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #5D7254

#5D7254
(93,114,84)
#6B7E63
(107,126,99)
#798A72
(121,138,114)
#879681
(135,150,129)
#95A290
(149,162,144)
#A3AE9F
(163,174,159)
#B1BAAE
(177,186,174)
#BFC6BD
(191,198,189)
#CDD2CC
(205,210,204)
#DBDEDB
(219,222,219)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7254 color. Also use rgb(93,114,84) instead hex code.

Text Font Color

.myTextColor { color: #5D7254; }

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

This text font color is #5D7254.


Background Color

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

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

This div background color is #5D7254.


Border color

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

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

This div border color is #5D7254.


Opacity

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

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

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

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

This text has shadow with #5D7254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7254 on black background.


Color preview on white background

This text has color #5D7254 on white background.



Black color preview on #5D7254 background

This text has black color on #5D7254 background.


White color preview on #5D7254 background

This text has white color on #5D7254 background.