Color Hex Logo

#572646 Color Hex

#572646
(87,38,70)
0 Favorites   0 Comments

Color spaces of #572646

RGB 873870
HSL0.890.390.25
HSV321°56°34°
CMYK 0.000.560.20   0.66
XYZ5.72913.85476.2364
Yxy3.85470.36210.2437
Hunter Lab19.633417.7286-5.0897
CIE-Lab23.185227.1421-9.5335

#572646 color RGB value is (87,38,70).

#572646 hex color red value is 87, green value is 38 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #572646 hue: 0.89 , saturation: 0.39 and the lightness value of 572646 is 0.25.

The process color (four color CMYK) of #572646 color hex is 0.00, 0.56, 0.20, 0.66. Web safe color of #572646 is #663333. Color #572646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100110 01000110
Octal 127 46 106
Decimal 87 38 70
Hex 57 26 46

RGB Percentages of Color #572646

%44.62
%19.49
%35.90

CMYK Percentages of Color #572646

%0
%56
%20
%66

Triadic Colors of #572646

#572646 #465726 #264657

Analogous Colors of #572646

#572646 #57262e #502657

Monochromatic Colors of #572646

#572646

Complementary Color

#572646 #265737

#572646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572646 Color CSS Codes

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

#572646 Text Font Color

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

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


#572646 Background Color

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

This div background color is #572646


#572646 Border Color

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

This div border color is #572646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572646

#572646 Color Palettes


Comments

No comments written yet.

Please login to write comment.