Color Hex Logo

#534328 Color Hex

#534328
(83,67,40)
0 Favorites   0 Comments

Color spaces of #534328

RGB 836740
HSL0.100.350.24
HSV38°52°33°
CMYK 0.000.190.52   0.67
XYZ5.95746.00652.8529
Yxy6.00650.40210.4054
Hunter Lab24.50820.500210.2540
CIE-Lab29.42892.799818.9230

#534328 color RGB value is (83,67,40).

#534328 hex color red value is 83, green value is 67 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #534328 hue: 0.10 , saturation: 0.35 and the lightness value of 534328 is 0.24.

The process color (four color CMYK) of #534328 color hex is 0.00, 0.19, 0.52, 0.67. Web safe color of #534328 is #663333. Color #534328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000011 00101000
Octal 123 103 50
Decimal 83 67 40
Hex 53 43 28

RGB Percentages of Color #534328

%43.68
%35.26
%21.05

CMYK Percentages of Color #534328

%0
%19
%52
%67

Triadic Colors of #534328

#534328 #285343 #432853

Analogous Colors of #534328

#534328 #4e5328 #532e28

Monochromatic Colors of #534328

#534328

Complementary Color

#534328 #283853

#534328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534328 Color CSS Codes

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

#534328 Text Font Color

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

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


#534328 Background Color

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

This div background color is #534328


#534328 Border Color

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

This div border color is #534328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534328


Comments

No comments written yet.

Please login to write comment.