Color Hex Logo

#534842 Color Hex

#534842
(83,72,66)
0 Favorites   0 Comments

Color spaces of #534842

RGB 837266
HSL0.060.110.29
HSV21°20°33°
CMYK 0.000.130.20   0.67
XYZ6.86806.86716.1178
Yxy6.86710.34590.3459
Hunter Lab26.20520.92334.5019
CIE-Lab31.50243.50575.2984

#534842 color RGB value is (83,72,66).

#534842 hex color red value is 83, green value is 72 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #534842 hue: 0.06 , saturation: 0.11 and the lightness value of 534842 is 0.29.

The process color (four color CMYK) of #534842 color hex is 0.00, 0.13, 0.20, 0.67. Web safe color of #534842 is #663333. Color #534842 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001000 01000010
Octal 123 110 102
Decimal 83 72 66
Hex 53 48 42

RGB Percentages of Color #534842

%37.56
%32.58
%29.86

CMYK Percentages of Color #534842

%0
%13
%20
%67

Triadic Colors of #534842

#534842 #425348 #484253

Analogous Colors of #534842

#534842 #535142 #534245

Monochromatic Colors of #534842

#534842

Complementary Color

#534842 #424d53

#534842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534842 Color CSS Codes

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

#534842 Text Font Color

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

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


#534842 Background Color

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

This div background color is #534842


#534842 Border Color

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

This div border color is #534842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534842

#534842 Color Palettes


Comments

No comments written yet.

Please login to write comment.