Color Hex Logo

#534527 Color Hex

#534527
(83,69,39)
0 Favorites   0 Comments

Color spaces of #534527

RGB 836939
HSL0.110.360.24
HSV41°53°33°
CMYK 0.000.170.53   0.67
XYZ6.06166.24172.8047
Yxy6.24170.40120.4131
Hunter Lab24.9834-0.412310.8323
CIE-Lab30.01421.427820.2687

#534527 color RGB value is (83,69,39).

#534527 hex color red value is 83, green value is 69 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #534527 hue: 0.11 , saturation: 0.36 and the lightness value of 534527 is 0.24.

The process color (four color CMYK) of #534527 color hex is 0.00, 0.17, 0.53, 0.67. Web safe color of #534527 is #663333. Color #534527 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000101 00100111
Octal 123 105 47
Decimal 83 69 39
Hex 53 45 27

RGB Percentages of Color #534527

%43.46
%36.13
%20.42

CMYK Percentages of Color #534527

%0
%17
%53
%67

Triadic Colors of #534527

#534527 #275345 #452753

Analogous Colors of #534527

#534527 #4b5327 #532f27

Monochromatic Colors of #534527

#534527

Complementary Color

#534527 #273553

#534527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534527 Color CSS Codes

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

#534527 Text Font Color

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

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


#534527 Background Color

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

This div background color is #534527


#534527 Border Color

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

This div border color is #534527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534527


Comments

No comments written yet.

Please login to write comment.