Color Hex Logo

#535317 Color Hex

#535317
(83,83,23)
0 Favorites   0 Comments

Color spaces of #535317

RGB 838323
HSL0.170.570.21
HSV60°72°33°
CMYK 0.000.000.72   0.67
XYZ6.81528.08742.0124
Yxy8.08740.40290.4781
Hunter Lab28.4384-6.989915.7113
CIE-Lab34.1642-8.502833.6113

#535317 color RGB value is (83,83,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010011 00010111
Octal 123 123 27
Decimal 83 83 23
Hex 53 53 17

RGB Percentages of Color #535317

%43.92
%43.92
%12.17

CMYK Percentages of Color #535317

%0
%0
%72
%67

Triadic Colors of #535317

#535317 #175353 #531753

Analogous Colors of #535317

#535317 #355317 #533517

Monochromatic Colors of #535317

#535317

Complementary Color

#535317 #171753

#535317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535317 Color CSS Codes

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

#535317 Text Font Color

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

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


#535317 Background Color

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

This div background color is #535317


#535317 Border Color

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

This div border color is #535317


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,83,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 #535317">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535317


Comments

No comments written yet.

Please login to write comment.