Color Hex Logo

#532719 Color Hex

#532719
(83,39,25)
0 Favorites   0 Comments

Color spaces of #532719

RGB 833925
HSL0.040.540.21
HSV14°70°33°
CMYK 0.000.530.70   0.67
XYZ4.46833.36021.3328
Yxy3.36020.48770.3668
Hunter Lab18.330811.43198.5207
CIE-Lab21.432319.109918.4458

#532719 color RGB value is (83,39,25).

#532719 hex color red value is 83, green value is 39 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #532719 hue: 0.04 , saturation: 0.54 and the lightness value of 532719 is 0.21.

The process color (four color CMYK) of #532719 color hex is 0.00, 0.53, 0.70, 0.67. Web safe color of #532719 is #663300. Color #532719 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100111 00011001
Octal 123 47 31
Decimal 83 39 25
Hex 53 27 19

RGB Percentages of Color #532719

%56.46
%26.53
%17.01

CMYK Percentages of Color #532719

%0
%53
%70
%67

Triadic Colors of #532719

#532719 #195327 #271953

Analogous Colors of #532719

#532719 #534419 #531928

Monochromatic Colors of #532719

#532719

Complementary Color

#532719 #194553

#532719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532719 Color CSS Codes

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

#532719 Text Font Color

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

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


#532719 Background Color

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

This div background color is #532719


#532719 Border Color

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

This div border color is #532719


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,39,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #532719; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #532719;
  -webkit-box-shadow: 1px 1px 3px 2px #532719;
  box-shadow:         1px 1px 3px 2px #532719; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532719


Comments

No comments written yet.

Please login to write comment.