Color Hex Logo

#53422f Color Hex

#53422F
(83,66,47)
0 Favorites   0 Comments

Color spaces of #53422f

RGB 836647
HSL0.090.280.25
HSV32°43°33°
CMYK 0.000.200.43   0.67
XYZ6.02865.94073.5182
Yxy5.94070.38930.3836
Hunter Lab24.37361.49688.5033
CIE-Lab29.26244.305514.3370

#53422f color RGB value is (83,66,47).

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

The process color (four color CMYK) of #53422f color hex is 0.00, 0.20, 0.43, 0.67. Web safe color of #53422f is #663333. Color #53422f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000010 00101111
Octal 123 102 57
Decimal 83 66 47
Hex 53 42 2F

RGB Percentages of Color #53422f

%42.35
%33.67
%23.98

CMYK Percentages of Color #53422f

%0
%20
%43
%67

Triadic Colors of #53422f

#53422f #2f5342 #422f53

Analogous Colors of #53422f

#53422f #52532f #53302f

Monochromatic Colors of #53422f

#53422f

Complementary Color

#53422f #2f4053

#53422f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53422f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53422f Color CSS Codes

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

#53422f Text Font Color

<p style="color:#53422f">Text here</p>

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


#53422f Background Color

<div style="background-color:#53422f">
Div content here</div>

This div background color is #53422f


#53422f Border Color

<div style="border:3px solid #53422f">
Div here</div>

This div border color is #53422f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,66,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 #53422f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53422f


Comments

No comments written yet.

Please login to write comment.