Color Hex Logo

#534133 Color Hex

#534133
(83,65,51)
0 Favorites   0 Comments

Color spaces of #534133

RGB 836551
HSL0.070.240.26
HSV26°39°33°
CMYK 0.000.220.39   0.67
XYZ6.05515.85863.9437
Yxy5.85860.38180.3695
Hunter Lab24.20452.29637.2829
CIE-Lab29.05295.500211.5048

#534133 color RGB value is (83,65,51).

#534133 hex color red value is 83, green value is 65 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #534133 hue: 0.07 , saturation: 0.24 and the lightness value of 534133 is 0.26.

The process color (four color CMYK) of #534133 color hex is 0.00, 0.22, 0.39, 0.67. Web safe color of #534133 is #663333. Color #534133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000001 00110011
Octal 123 101 63
Decimal 83 65 51
Hex 53 41 33

RGB Percentages of Color #534133

%41.71
%32.66
%25.63

CMYK Percentages of Color #534133

%0
%22
%39
%67

Triadic Colors of #534133

#534133 #335341 #413353

Analogous Colors of #534133

#534133 #535133 #533335

Monochromatic Colors of #534133

#534133

Complementary Color

#534133 #334553

#534133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534133 Color CSS Codes

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

#534133 Text Font Color

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

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


#534133 Background Color

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

This div background color is #534133


#534133 Border Color

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

This div border color is #534133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534133


Comments

No comments written yet.

Please login to write comment.