Color Hex Logo

#534151 Color Hex

#534151
(83,65,81)
0 Favorites   0 Comments

Color spaces of #534151

RGB 836581
HSL0.850.120.29
HSV307°22°33°
CMYK 0.000.220.02   0.67
XYZ6.94286.21378.6180
Yxy6.21370.31890.2854
Hunter Lab24.92736.0934-3.0490
CIE-Lab29.945310.9706-6.6547

#534151 color RGB value is (83,65,81).

#534151 hex color red value is 83, green value is 65 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #534151 hue: 0.85 , saturation: 0.12 and the lightness value of 534151 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000001 01010001
Octal 123 101 121
Decimal 83 65 81
Hex 53 41 51

RGB Percentages of Color #534151

%36.24
%28.38
%35.37

CMYK Percentages of Color #534151

%0
%22
%2
%67

Triadic Colors of #534151

#534151 #515341 #415153

Analogous Colors of #534151

#534151 #534148 #4c4153

Monochromatic Colors of #534151

#534151

Complementary Color

#534151 #415343

#534151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534151 Color CSS Codes

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

#534151 Text Font Color

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

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


#534151 Background Color

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

This div background color is #534151


#534151 Border Color

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

This div border color is #534151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534151


Comments

No comments written yet.

Please login to write comment.