Color Hex Logo

#574953 Color Hex

#574953
(87,73,83)
0 Favorites   0 Comments

Color spaces of #574953

RGB 877383
HSL0.880.090.31
HSV317°16°34°
CMYK 0.000.160.05   0.66
XYZ7.87447.41599.2000
Yxy7.41590.32150.3028
Hunter Lab27.23223.9585-0.9678
CIE-Lab32.73567.9028-3.7351

#574953 color RGB value is (87,73,83).

#574953 hex color red value is 87, green value is 73 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #574953 hue: 0.88 , saturation: 0.09 and the lightness value of 574953 is 0.31.

The process color (four color CMYK) of #574953 color hex is 0.00, 0.16, 0.05, 0.66. Web safe color of #574953 is #663366. Color #574953 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001001 01010011
Octal 127 111 123
Decimal 87 73 83
Hex 57 49 53

RGB Percentages of Color #574953

%35.80
%30.04
%34.16

CMYK Percentages of Color #574953

%0
%16
%5
%66

Triadic Colors of #574953

#574953 #535749 #495357

Analogous Colors of #574953

#574953 #57494c #544957

Monochromatic Colors of #574953

#574953

Complementary Color

#574953 #49574d

#574953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574953 Color CSS Codes

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

#574953 Text Font Color

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

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


#574953 Background Color

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

This div background color is #574953


#574953 Border Color

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

This div border color is #574953


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,73,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #574953; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #574953;
  -webkit-box-shadow: 1px 1px 3px 2px #574953;
  box-shadow:         1px 1px 3px 2px #574953; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,73,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574953


Comments

No comments written yet.

Please login to write comment.