Color Hex Logo

#584d4a Color Hex

#584D4A
(88,77,74)
0 Favorites   0 Comments

Color spaces of #584d4a

RGB 887774
HSL0.040.090.32
HSV13°16°35°
CMYK 0.000.130.16   0.65
XYZ7.91447.87697.5818
Yxy7.87690.33860.3370
Hunter Lab28.06581.22083.6293
CIE-Lab33.72524.00563.4519

#584d4a color RGB value is (88,77,74).

#584d4a hex color red value is 88, green value is 77 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #584d4a hue: 0.04 , saturation: 0.09 and the lightness value of 584d4a is 0.32.

The process color (four color CMYK) of #584d4a color hex is 0.00, 0.13, 0.16, 0.65. Web safe color of #584d4a is #666633. Color #584d4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001101 01001010
Octal 130 115 112
Decimal 88 77 74
Hex 58 4D 4A

RGB Percentages of Color #584d4a

%36.82
%32.22
%30.96

CMYK Percentages of Color #584d4a

%0
%13
%16
%65

Triadic Colors of #584d4a

#584d4a #4a584d #4d4a58

Analogous Colors of #584d4a

#584d4a #58544a #584a4e

Monochromatic Colors of #584d4a

#584d4a

Complementary Color

#584d4a #4a5558

#584d4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584d4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#584d4a Color CSS Codes

.mybgcolor {background-color:#584d4a; } 
.myforecolor {color:#584d4a; }
.mybordercolor {border:3px solid #584d4a; }

#584d4a Text Font Color

<p style="color:#584d4a">Text here</p>

This sample text font color is #584d4a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#584d4a Background Color

<div style="background-color:#584d4a">
Div content here</div>

This div background color is #584d4a


#584d4a Border Color

<div style="border:3px solid #584d4a">
Div here</div>

This div border color is #584d4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,77,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #584d4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #584d4a;
  -webkit-box-shadow: 1px 1px 3px 2px #584d4a;
  box-shadow:         1px 1px 3px 2px #584d4a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,77,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #584d4a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #584d4a;
  -webkit-box-shadow: 1px 1px 3px 2px #584d4a;
  box-shadow:         1px 1px 3px 2px #584d4a;">
Div content here</div>

This div box has shadow with color #584d4a


Comments

No comments written yet.

Please login to write comment.