Color Hex Logo

#534051 Color Hex

#534051
(83,64,81)
0 Favorites   0 Comments

Color spaces of #534051

RGB 836481
HSL0.850.130.29
HSV306°23°33°
CMYK 0.000.230.02   0.67
XYZ6.88596.09998.5990
Yxy6.09990.31900.2826
Hunter Lab24.69806.5451-3.3542
CIE-Lab29.663111.6145-7.0781

#534051 color RGB value is (83,64,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000000 01010001
Octal 123 100 121
Decimal 83 64 81
Hex 53 40 51

RGB Percentages of Color #534051

%36.40
%28.07
%35.53

CMYK Percentages of Color #534051

%0
%23
%2
%67

Triadic Colors of #534051

#534051 #515340 #405153

Analogous Colors of #534051

#534051 #534048 #4c4053

Monochromatic Colors of #534051

#534051

Complementary Color

#534051 #405342

#534051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534051 Color CSS Codes

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

#534051 Text Font Color

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

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


#534051 Background Color

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

This div background color is #534051


#534051 Border Color

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

This div border color is #534051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534051


Comments

No comments written yet.

Please login to write comment.