Color Hex Logo

#535712 Color Hex

#535712
(83,87,18)
0 Favorites   0 Comments

Color spaces of #535712

RGB 838718
HSL0.180.660.21
HSV63°79°34°
CMYK 0.050.000.79   0.66
XYZ7.08478.69911.8780
Yxy8.69910.40110.4925
Hunter Lab29.4942-8.738116.8708
CIE-Lab35.3984-11.119636.9435

#535712 color RGB value is (83,87,18).

#535712 hex color red value is 83, green value is 87 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #535712 hue: 0.18 , saturation: 0.66 and the lightness value of 535712 is 0.21.

The process color (four color CMYK) of #535712 color hex is 0.05, 0.00, 0.79, 0.66. Web safe color of #535712 is #666600. Color #535712 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010111 00010010
Octal 123 127 22
Decimal 83 87 18
Hex 53 57 12

RGB Percentages of Color #535712

%44.15
%46.28
%9.57

CMYK Percentages of Color #535712

%5
%0
%79
%66

Triadic Colors of #535712

#535712 #125357 #571253

Analogous Colors of #535712

#535712 #315712 #573912

Monochromatic Colors of #535712

#535712

Complementary Color

#535712 #161257

#535712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535712 Color CSS Codes

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

#535712 Text Font Color

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

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


#535712 Background Color

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

This div background color is #535712


#535712 Border Color

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

This div border color is #535712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535712


Comments

No comments written yet.

Please login to write comment.