Color Hex Logo

#534519 Color Hex

#534519
(83,69,25)
0 Favorites   0 Comments

Color spaces of #534519

RGB 836925
HSL0.130.540.21
HSV46°70°33°
CMYK 0.000.170.70   0.67
XYZ5.87096.16541.8003
Yxy6.16540.42430.4456
Hunter Lab24.8302-1.248013.0824
CIE-Lab29.82600.122128.0587

#534519 color RGB value is (83,69,25).

#534519 hex color red value is 83, green value is 69 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #534519 hue: 0.13 , saturation: 0.54 and the lightness value of 534519 is 0.21.

The process color (four color CMYK) of #534519 color hex is 0.00, 0.17, 0.70, 0.67. Web safe color of #534519 is #663300. Color #534519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000101 00011001
Octal 123 105 31
Decimal 83 69 25
Hex 53 45 19

RGB Percentages of Color #534519

%46.89
%38.98
%14.12

CMYK Percentages of Color #534519

%0
%17
%70
%67

Triadic Colors of #534519

#534519 #195345 #451953

Analogous Colors of #534519

#534519 #445319 #532819

Monochromatic Colors of #534519

#534519

Complementary Color

#534519 #192753

#534519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534519 Color CSS Codes

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

#534519 Text Font Color

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

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


#534519 Background Color

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

This div background color is #534519


#534519 Border Color

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

This div border color is #534519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534519


Comments

No comments written yet.

Please login to write comment.