Color Hex Logo

#53423e Color Hex

#53423E
(83,66,62)
0 Favorites   0 Comments

Color spaces of #53423e

RGB 836662
HSL0.030.140.28
HSV11°25°33°
CMYK 0.000.200.25   0.67
XYZ6.38506.08325.3951
Yxy6.08320.35740.3405
Hunter Lab24.66413.04744.2956
CIE-Lab29.62146.61245.1989

#53423e color RGB value is (83,66,62).

#53423e hex color red value is 83, green value is 66 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #53423e hue: 0.03 , saturation: 0.14 and the lightness value of 53423e is 0.28.

The process color (four color CMYK) of #53423e color hex is 0.00, 0.20, 0.25, 0.67. Web safe color of #53423e is #663333. Color #53423e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000010 00111110
Octal 123 102 76
Decimal 83 66 62
Hex 53 42 3E

RGB Percentages of Color #53423e

%39.34
%31.28
%29.38

CMYK Percentages of Color #53423e

%0
%20
%25
%67

Triadic Colors of #53423e

#53423e #3e5342 #423e53

Analogous Colors of #53423e

#53423e #534d3e #533e45

Monochromatic Colors of #53423e

#53423e

Complementary Color

#53423e #3e4f53

#53423e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53423e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53423e Color CSS Codes

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

#53423e Text Font Color

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

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


#53423e Background Color

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

This div background color is #53423e


#53423e Border Color

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

This div border color is #53423e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,66,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53423e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53423e;
  -webkit-box-shadow: 1px 1px 3px 2px #53423e;
  box-shadow:         1px 1px 3px 2px #53423e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53423e


Comments

No comments written yet.

Please login to write comment.