Color Hex Logo

#53582d Color Hex

#53582D
(83,88,45)
0 Favorites   0 Comments

Color spaces of #53582d

RGB 838845
HSL0.190.320.26
HSV67°49°35°
CMYK 0.060.000.49   0.65
XYZ7.53079.00793.8244
Yxy9.00790.36980.4424
Hunter Lab30.0132-7.735013.4542
CIE-Lab35.9995-9.384624.1559

#53582d color RGB value is (83,88,45).

#53582d hex color red value is 83, green value is 88 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #53582d hue: 0.19 , saturation: 0.32 and the lightness value of 53582d is 0.26.

The process color (four color CMYK) of #53582d color hex is 0.06, 0.00, 0.49, 0.65. Web safe color of #53582d is #666633. Color #53582d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011000 00101101
Octal 123 130 55
Decimal 83 88 45
Hex 53 58 2D

RGB Percentages of Color #53582d

%38.43
%40.74
%20.83

CMYK Percentages of Color #53582d

%6
%0
%49
%65

Triadic Colors of #53582d

#53582d #2d5358 #582d53

Analogous Colors of #53582d

#53582d #3e582d #58482d

Monochromatic Colors of #53582d

#53582d

Complementary Color

#53582d #322d58

#53582d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53582d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53582d Color CSS Codes

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

#53582d Text Font Color

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

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


#53582d Background Color

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

This div background color is #53582d


#53582d Border Color

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

This div border color is #53582d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53582d


Comments

No comments written yet.

Please login to write comment.