COLOR #5D6548

HEX: #5D6548
RGB: (93,101,72)

Color info

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

RGB color model

#5D6548 color RGB value is (93,101,72).

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

RGB channels and saturation

R 93 of 255 = 36%
G 101 of 255 = 40%
B 72 of 255 = 28%

93
101
72

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

Portions of RGB colors in percentages

R + G + B =
93 + 101 + 72 = 266 (100%)
R 93 of 266 ~ 34.96%
G 101 of 266 ~ 37.97%
B 72 of 266 ~ 27.07%

%34.96
%37.97
%27.07

CMYK color model

#5D6548 color CMYK value is (8,0,29,60).

  • cyan value is 7.92%
  • magenta value is 0.00%
  • yellow value is 28.71%
  • key color value is 60.39%
CMYK:
(8,0,29,60)
C8M0Y29K60 
(8%,0%,29%,60%)
(0.08/0.00/0.29/0.60)	

CMYK percentages

%7.92
%0
%28.71
%60.39

Codes

Color #5D6548 in popluar color models

5D6548
RGB9310172
HSL77°16.76%33.92%
HSB/HSV77°28.71%39.61%
CMYK7.92%0.00%28.71%
60.39%

Color #5D6548 in popluar number systems.

HEX5D6548
Decimal9310172
Binary101110111001011001000
Octal135145110

Shades and tints

Shades of #5D6548

#5D6548
(93,101,72)
#555C42
(85,92,66)
#4D533C
(77,83,60)
#454A36
(69,74,54)
#3D4130
(61,65,48)
#35382A
(53,56,42)
#2D2F24
(45,47,36)
#25261E
(37,38,30)
#1D1D18
(29,29,24)
#151412
(21,20,18)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #5D6548

#5D6548
(93,101,72)
#6B7358
(107,115,88)
#798168
(121,129,104)
#878F78
(135,143,120)
#959D88
(149,157,136)
#A3AB98
(163,171,152)
#B1B9A8
(177,185,168)
#BFC7B8
(191,199,184)
#CDD5C8
(205,213,200)
#DBE3D8
(219,227,216)
#E9F1E8
(233,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6548; }

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

This text font color is #5D6548.


Background Color

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

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

This div background color is #5D6548.


Border color

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

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

This div border color is #5D6548.


Opacity

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

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

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

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

This text has shadow with #5D6548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6548 on black background.


Color preview on white background

This text has color #5D6548 on white background.



Black color preview on #5D6548 background

This text has black color on #5D6548 background.


White color preview on #5D6548 background

This text has white color on #5D6548 background.