Color Hex Logo

#52333a Color Hex

#52333A
(82,51,58)
0 Favorites   0 Comments

Color spaces of #52333a

RGB 825158
HSL0.960.230.26
HSV346°38°32°
CMYK 0.000.380.29   0.68
XYZ5.42724.46704.5792
Yxy4.46700.37500.3086
Hunter Lab21.13538.84921.9488
CIE-Lab25.158915.12881.4120

#52333a color RGB value is (82,51,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110011 00111010
Octal 122 63 72
Decimal 82 51 58
Hex 52 33 3A

RGB Percentages of Color #52333a

%42.93
%26.70
%30.37

CMYK Percentages of Color #52333a

%0
%38
%29
%68

Triadic Colors of #52333a

#52333a #3a5233 #333a52

Analogous Colors of #52333a

#52333a #523c33 #52334a

Monochromatic Colors of #52333a

#52333a

Complementary Color

#52333a #33524b

#52333a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52333a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52333a Color CSS Codes

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

#52333a Text Font Color

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

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


#52333a Background Color

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

This div background color is #52333a


#52333a Border Color

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

This div border color is #52333a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52333a


Comments

No comments written yet.

Please login to write comment.