Color Hex Logo

#534c2f Color Hex

#534C2F
(83,76,47)
0 Favorites   0 Comments

Color spaces of #534c2f

RGB 837647
HSL0.130.280.25
HSV48°43°33°
CMYK 0.000.080.43   0.67
XYZ6.66487.21313.7303
Yxy7.21310.37850.4096
Hunter Lab26.8572-2.704110.5650
CIE-Lab32.2872-1.951418.2970

#534c2f color RGB value is (83,76,47).

#534c2f hex color red value is 83, green value is 76 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #534c2f hue: 0.13 , saturation: 0.28 and the lightness value of 534c2f is 0.25.

The process color (four color CMYK) of #534c2f color hex is 0.00, 0.08, 0.43, 0.67. Web safe color of #534c2f is #663333. Color #534c2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001100 00101111
Octal 123 114 57
Decimal 83 76 47
Hex 53 4C 2F

RGB Percentages of Color #534c2f

%40.29
%36.89
%22.82

CMYK Percentages of Color #534c2f

%0
%8
%43
%67

Triadic Colors of #534c2f

#534c2f #2f534c #4c2f53

Analogous Colors of #534c2f

#534c2f #48532f #533a2f

Monochromatic Colors of #534c2f

#534c2f

Complementary Color

#534c2f #2f3653

#534c2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534c2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#534c2f Color CSS Codes

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

#534c2f Text Font Color

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

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


#534c2f Background Color

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

This div background color is #534c2f


#534c2f Border Color

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

This div border color is #534c2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534c2f


Comments

No comments written yet.

Please login to write comment.