Color Hex Logo

#534253 Color Hex

#534253
(83,66,83)
0 Favorites   0 Comments

Color spaces of #534253

RGB 836683
HSL0.830.110.29
HSV300°20°33°
CMYK 0.000.200.00   0.67
XYZ7.07686.36009.0382
Yxy6.36000.31490.2830
Hunter Lab25.21905.9562-3.5955
CIE-Lab30.303110.7645-7.4114

#534253 color RGB value is (83,66,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000010 01010011
Octal 123 102 123
Decimal 83 66 83
Hex 53 42 53

RGB Percentages of Color #534253

%35.78
%28.45
%35.78

CMYK Percentages of Color #534253

%0
%20
%0
%67

Triadic Colors of #534253

#534253 #535342 #425353

Analogous Colors of #534253

#534253 #53424b #4b4253

Monochromatic Colors of #534253

#534253

Complementary Color

#534253 #425342

#534253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534253 Color CSS Codes

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

#534253 Text Font Color

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

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


#534253 Background Color

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

This div background color is #534253


#534253 Border Color

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

This div border color is #534253


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,66,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 #534253">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534253


Comments

No comments written yet.

Please login to write comment.