Color Hex Logo

#534711 Color Hex

#534711
(83,71,17)
0 Favorites   0 Comments

Color spaces of #534711

RGB 837117
HSL0.140.660.20
HSV49°80°33°
CMYK 0.000.140.80   0.67
XYZ5.92176.38591.4508
Yxy6.38590.43040.4641
Hunter Lab25.2703-2.394514.2853
CIE-Lab30.3659-1.636732.5266

#534711 color RGB value is (83,71,17).

#534711 hex color red value is 83, green value is 71 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #534711 hue: 0.14 , saturation: 0.66 and the lightness value of 534711 is 0.20.

The process color (four color CMYK) of #534711 color hex is 0.00, 0.14, 0.80, 0.67. Web safe color of #534711 is #663300. Color #534711 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000111 00010001
Octal 123 107 21
Decimal 83 71 17
Hex 53 47 11

RGB Percentages of Color #534711

%48.54
%41.52
%9.94

CMYK Percentages of Color #534711

%0
%14
%80
%67

Triadic Colors of #534711

#534711 #115347 #471153

Analogous Colors of #534711

#534711 #3e5311 #532611

Monochromatic Colors of #534711

#534711

Complementary Color

#534711 #111d53

#534711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534711 Color CSS Codes

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

#534711 Text Font Color

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

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


#534711 Background Color

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

This div background color is #534711


#534711 Border Color

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

This div border color is #534711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534711


Comments

No comments written yet.

Please login to write comment.