Color Hex Logo

#521735 Color Hex

#521735
(82,23,53)
0 Favorites   0 Comments

Color spaces of #521735

RGB 822353
HSL0.920.560.21
HSV329°72°32°
CMYK 0.000.720.35   0.68
XYZ4.42872.66373.6489
Yxy2.66370.41230.2480
Hunter Lab16.320819.8749-1.8310
CIE-Lab18.643330.5966-4.7509

#521735 color RGB value is (82,23,53).

#521735 hex color red value is 82, green value is 23 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #521735 hue: 0.92 , saturation: 0.56 and the lightness value of 521735 is 0.21.

The process color (four color CMYK) of #521735 color hex is 0.00, 0.72, 0.35, 0.68. Web safe color of #521735 is #660033. Color #521735 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010111 00110101
Octal 122 27 65
Decimal 82 23 53
Hex 52 17 35

RGB Percentages of Color #521735

%51.90
%14.56
%33.54

CMYK Percentages of Color #521735

%0
%72
%35
%68

Triadic Colors of #521735

#521735 #355217 #173552

Analogous Colors of #521735

#521735 #521718 #521752

Monochromatic Colors of #521735

#521735

Complementary Color

#521735 #175234

#521735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521735 Color CSS Codes

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

#521735 Text Font Color

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

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


#521735 Background Color

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

This div background color is #521735


#521735 Border Color

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

This div border color is #521735


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521735


Comments

No comments written yet.

Please login to write comment.