Color Hex Logo

#74585d Color Hex

#74585D
(116,88,93)
0 Favorites   0 Comments

Color spaces of #74585d

RGB 1168893
HSL0.970.140.40
HSV349°24°45°
CMYK 0.000.240.20   0.55
XYZ12.668011.482811.9046
Yxy11.48280.35130.3185
Hunter Lab33.88637.42922.8912
CIE-Lab40.382012.37741.5758

#74585d color RGB value is (116,88,93).

#74585d hex color red value is 116, green value is 88 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #74585d hue: 0.97 , saturation: 0.14 and the lightness value of 74585d is 0.40.

The process color (four color CMYK) of #74585d color hex is 0.00, 0.24, 0.20, 0.55. Web safe color of #74585d is #666666. Color #74585d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011000 01011101
Octal 164 130 135
Decimal 116 88 93
Hex 74 58 5D

RGB Percentages of Color #74585d

%39.06
%29.63
%31.31

CMYK Percentages of Color #74585d

%0
%24
%20
%55

Triadic Colors of #74585d

#74585d #5d7458 #585d74

Analogous Colors of #74585d

#74585d #746158 #74586b

Monochromatic Colors of #74585d

#74585d

Complementary Color

#74585d #58746f

#74585d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74585d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74585d Color CSS Codes

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

#74585d Text Font Color

<p style="color:#74585d">Text here</p>

This sample text font color is #74585d
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.


#74585d Background Color

<div style="background-color:#74585d">
Div content here</div>

This div background color is #74585d


#74585d Border Color

<div style="border:3px solid #74585d">
Div here</div>

This div border color is #74585d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,88,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74585d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74585d;
  -webkit-box-shadow: 1px 1px 3px 2px #74585d;
  box-shadow:         1px 1px 3px 2px #74585d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74585d


Comments

No comments written yet.

Please login to write comment.