Color Hex Logo

#534217 Color Hex

#534217
(83,66,23)
0 Favorites   0 Comments

Color spaces of #534217

RGB 836623
HSL0.120.570.21
HSV43°72°33°
CMYK 0.000.200.72   0.67
XYZ5.67015.79731.6308
Yxy5.79730.43290.4426
Hunter Lab24.0776-0.100312.8385
CIE-Lab28.89521.854528.1059

#534217 color RGB value is (83,66,23).

#534217 hex color red value is 83, green value is 66 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #534217 hue: 0.12 , saturation: 0.57 and the lightness value of 534217 is 0.21.

The process color (four color CMYK) of #534217 color hex is 0.00, 0.20, 0.72, 0.67. Web safe color of #534217 is #663300. Color #534217 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000010 00010111
Octal 123 102 27
Decimal 83 66 23
Hex 53 42 17

RGB Percentages of Color #534217

%48.26
%38.37
%13.37

CMYK Percentages of Color #534217

%0
%20
%72
%67

Triadic Colors of #534217

#534217 #175342 #421753

Analogous Colors of #534217

#534217 #465317 #532417

Monochromatic Colors of #534217

#534217

Complementary Color

#534217 #172853

#534217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534217 Color CSS Codes

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

#534217 Text Font Color

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

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


#534217 Background Color

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

This div background color is #534217


#534217 Border Color

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

This div border color is #534217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534217


Comments

No comments written yet.

Please login to write comment.