Color Hex Logo

#534030 Color Hex

#534030
(83,64,48)
0 Favorites   0 Comments

Color spaces of #534030

RGB 836448
HSL0.080.270.26
HSV27°42°33°
CMYK 0.000.230.42   0.67
XYZ5.93425.71923.5875
Yxy5.71920.38940.3753
Hunter Lab23.91482.44187.8462
CIE-Lab28.69275.714812.9392

#534030 color RGB value is (83,64,48).

#534030 hex color red value is 83, green value is 64 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #534030 hue: 0.08 , saturation: 0.27 and the lightness value of 534030 is 0.26.

The process color (four color CMYK) of #534030 color hex is 0.00, 0.23, 0.42, 0.67. Web safe color of #534030 is #663333. Color #534030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000000 00110000
Octal 123 100 60
Decimal 83 64 48
Hex 53 40 30

RGB Percentages of Color #534030

%42.56
%32.82
%24.62

CMYK Percentages of Color #534030

%0
%23
%42
%67

Triadic Colors of #534030

#534030 #305340 #403053

Analogous Colors of #534030

#534030 #535230 #533032

Monochromatic Colors of #534030

#534030

Complementary Color

#534030 #304353

#534030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534030 Color CSS Codes

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

#534030 Text Font Color

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

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


#534030 Background Color

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

This div background color is #534030


#534030 Border Color

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

This div border color is #534030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534030


Comments

No comments written yet.

Please login to write comment.