Color Hex Logo

#523833 Color Hex

#523833
(82,56,51)
2 Favorites   0 Comments

Color spaces of #523833

RGB 825651
HSL0.030.230.26
HSV10°38°32°
CMYK 0.000.320.38   0.68
XYZ5.49144.86123.7808
Yxy4.86120.38850.3440
Hunter Lab22.04815.87375.2667
CIE-Lab26.335610.81297.7438

#523833 color RGB value is (82,56,51).

#523833 hex color red value is 82, green value is 56 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #523833 hue: 0.03 , saturation: 0.23 and the lightness value of 523833 is 0.26.

The process color (four color CMYK) of #523833 color hex is 0.00, 0.32, 0.38, 0.68. Web safe color of #523833 is #663333. Color #523833 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111000 00110011
Octal 122 70 63
Decimal 82 56 51
Hex 52 38 33

RGB Percentages of Color #523833

%43.39
%29.63
%26.98

CMYK Percentages of Color #523833

%0
%32
%38
%68

Triadic Colors of #523833

#523833 #335238 #383352

Analogous Colors of #523833

#523833 #524833 #52333e

Monochromatic Colors of #523833

#523833

Complementary Color

#523833 #334d52

#523833 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523833 Color Preview on White Background

Lorem ipsum dolor sit amet.

#523833 Color CSS Codes

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

#523833 Text Font Color

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

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


#523833 Background Color

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

This div background color is #523833


#523833 Border Color

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

This div border color is #523833


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,56,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #523833; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #523833;
  -webkit-box-shadow: 1px 1px 3px 2px #523833;
  box-shadow:         1px 1px 3px 2px #523833; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523833


Comments

No comments written yet.

Please login to write comment.