COLOR #5D7B48

HEX: #5D7B48
RGB: (93,123,72)

Color info

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

RGB color model

#5D7B48 color RGB value is (93,123,72).

  • red value is 93;
  • green value is 123;
  • blue value is 72.
RGB:
(93,123,72)
(36%,48%,28%)

RGB channels and saturation

R 93 of 255 = 36%
G 123 of 255 = 48%
B 72 of 255 = 28%

93
123
72

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

Portions of RGB colors in percentages

R + G + B =
93 + 123 + 72 = 288 (100%)
R 93 of 288 ~ 32.29%
G 123 of 288 ~ 42.71%
B 72 of 288 ~ 25%

%32.29
%42.71
%25

CMYK color model

#5D7B48 color CMYK value is (24,0,41,52).

  • cyan value is 24.39%
  • magenta value is 0.00%
  • yellow value is 41.46%
  • key color value is 51.76%
CMYK:
(24,0,41,52)
C24M0Y41K52 
(24%,0%,41%,52%)
(0.24/0.00/0.41/0.52)	

CMYK percentages

%24.39
%0
%41.46
%51.76

Codes

Color #5D7B48 in popluar color models

5D7B48
RGB9312372
HSL95°26.15%38.24%
HSB/HSV95°41.46%48.24%
CMYK24.39%0.00%41.46%
51.76%

Color #5D7B48 in popluar number systems.

HEX5D7B48
Decimal9312372
Binary101110111110111001000
Octal135173110

Shades and tints

Shades of #5D7B48

#5D7B48
(93,123,72)
#557042
(85,112,66)
#4D653C
(77,101,60)
#455A36
(69,90,54)
#3D4F30
(61,79,48)
#35442A
(53,68,42)
#2D3924
(45,57,36)
#252E1E
(37,46,30)
#1D2318
(29,35,24)
#151812
(21,24,18)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #5D7B48

#5D7B48
(93,123,72)
#6B8758
(107,135,88)
#799368
(121,147,104)
#879F78
(135,159,120)
#95AB88
(149,171,136)
#A3B798
(163,183,152)
#B1C3A8
(177,195,168)
#BFCFB8
(191,207,184)
#CDDBC8
(205,219,200)
#DBE7D8
(219,231,216)
#E9F3E8
(233,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7B48 color. Also use rgb(93,123,72) instead hex code.

Text Font Color

.myTextColor { color: #5D7B48; }

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

This text font color is #5D7B48.


Background Color

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

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

This div background color is #5D7B48.


Border color

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

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

This div border color is #5D7B48.


Opacity

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

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

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

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

This text has shadow with #5D7B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7B48 on black background.


Color preview on white background

This text has color #5D7B48 on white background.



Black color preview on #5D7B48 background

This text has black color on #5D7B48 background.


White color preview on #5D7B48 background

This text has white color on #5D7B48 background.