Color Hex Logo

#53501d Color Hex

#53501D
(83,80,29)
0 Favorites   0 Comments

Color spaces of #53501d

RGB 838029
HSL0.160.480.22
HSV57°65°33°
CMYK 0.000.040.65   0.67
XYZ6.65777.66502.2910
Yxy7.66500.40070.4614
Hunter Lab27.6857-5.525414.4738
CIE-Lab33.2752-6.283529.7430

#53501d color RGB value is (83,80,29).

#53501d hex color red value is 83, green value is 80 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #53501d hue: 0.16 , saturation: 0.48 and the lightness value of 53501d is 0.22.

The process color (four color CMYK) of #53501d color hex is 0.00, 0.04, 0.65, 0.67. Web safe color of #53501d is #666633. Color #53501d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010000 00011101
Octal 123 120 35
Decimal 83 80 29
Hex 53 50 1D

RGB Percentages of Color #53501d

%43.23
%41.67
%15.10

CMYK Percentages of Color #53501d

%0
%4
%65
%67

Triadic Colors of #53501d

#53501d #1d5350 #501d53

Analogous Colors of #53501d

#53501d #3b531d #53351d

Monochromatic Colors of #53501d

#53501d

Complementary Color

#53501d #1d2053

#53501d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53501d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53501d Color CSS Codes

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

#53501d Text Font Color

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

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


#53501d Background Color

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

This div background color is #53501d


#53501d Border Color

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

This div border color is #53501d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53501d


Comments

No comments written yet.

Please login to write comment.