Color Hex Logo

#53520b Color Hex

#53520B
(83,82,11)
0 Favorites   0 Comments

Color spaces of #53520b

RGB 838211
HSL0.160.770.18
HSV59°87°33°
CMYK 0.000.010.87   0.67
XYZ6.64507.89771.4908
Yxy7.89770.41440.4926
Hunter Lab28.1028-6.973116.5268
CIE-Lab33.7689-8.542637.9620

#53520b color RGB value is (83,82,11).

#53520b hex color red value is 83, green value is 82 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #53520b hue: 0.16 , saturation: 0.77 and the lightness value of 53520b is 0.18.

The process color (four color CMYK) of #53520b color hex is 0.00, 0.01, 0.87, 0.67. Web safe color of #53520b is #666600. Color #53520b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010010 00001011
Octal 123 122 13
Decimal 83 82 11
Hex 53 52 B

RGB Percentages of Color #53520b

%47.16
%46.59
%6.25

CMYK Percentages of Color #53520b

%0
%1
%87
%67

Triadic Colors of #53520b

#53520b #0b5352 #520b53

Analogous Colors of #53520b

#53520b #30530b #532e0b

Monochromatic Colors of #53520b

#53520b

Complementary Color

#53520b #0b0c53

#53520b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53520b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53520b Color CSS Codes

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

#53520b Text Font Color

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

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


#53520b Background Color

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

This div background color is #53520b


#53520b Border Color

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

This div border color is #53520b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53520b


Comments

No comments written yet.

Please login to write comment.