COLOR #5D7448

HEX: #5D7448
RGB: (93,116,72)

Color info

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

RGB color model

#5D7448 color RGB value is (93,116,72).

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

RGB channels and saturation

R 93 of 255 = 36%
G 116 of 255 = 45%
B 72 of 255 = 28%

93
116
72

R + G + B ~ 36%. #5D7448 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 116 + 72 = 281 (100%)
R 93 of 281 ~ 33.1%
G 116 of 281 ~ 41.28%
B 72 of 281 ~ 25.62%

%33.1
%41.28
%25.62

CMYK color model

#5D7448 color CMYK value is (20,0,38,55).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 54.51%
CMYK:
(20,0,38,55)
C20M0Y38K55 
(20%,0%,38%,55%)
(0.20/0.00/0.38/0.55)	

CMYK percentages

%19.83
%0
%37.93
%54.51

Codes

Color #5D7448 in popluar color models

5D7448
RGB9311672
HSL91°23.40%36.86%
HSB/HSV91°37.93%45.49%
CMYK19.83%0.00%37.93%
54.51%

Color #5D7448 in popluar number systems.

HEX5D7448
Decimal9311672
Binary101110111101001001000
Octal135164110

Shades and tints

Shades of #5D7448

#5D7448
(93,116,72)
#556A42
(85,106,66)
#4D603C
(77,96,60)
#455636
(69,86,54)
#3D4C30
(61,76,48)
#35422A
(53,66,42)
#2D3824
(45,56,36)
#252E1E
(37,46,30)
#1D2418
(29,36,24)
#151A12
(21,26,18)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #5D7448

#5D7448
(93,116,72)
#6B8058
(107,128,88)
#798C68
(121,140,104)
#879878
(135,152,120)
#95A488
(149,164,136)
#A3B098
(163,176,152)
#B1BCA8
(177,188,168)
#BFC8B8
(191,200,184)
#CDD4C8
(205,212,200)
#DBE0D8
(219,224,216)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7448; }

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

This text font color is #5D7448.


Background Color

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

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

This div background color is #5D7448.


Border color

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

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

This div border color is #5D7448.


Opacity

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

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

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

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

This text has shadow with #5D7448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7448 on black background.


Color preview on white background

This text has color #5D7448 on white background.



Black color preview on #5D7448 background

This text has black color on #5D7448 background.


White color preview on #5D7448 background

This text has white color on #5D7448 background.