Color Hex Logo

#531933 Color Hex

#531933
(83,25,51)
0 Favorites   0 Comments

Color spaces of #531933

RGB 832551
HSL0.930.540.21
HSV333°70°33°
CMYK 0.000.700.39   0.67
XYZ4.51252.77333.4294
Yxy2.77330.42110.2588
Hunter Lab16.653219.2247-0.5523
CIE-Lab19.112129.7038-2.6229

#531933 color RGB value is (83,25,51).

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

The process color (four color CMYK) of #531933 color hex is 0.00, 0.70, 0.39, 0.67. Web safe color of #531933 is #660033. Color #531933 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011001 00110011
Octal 123 31 63
Decimal 83 25 51
Hex 53 19 33

RGB Percentages of Color #531933

%52.20
%15.72
%32.08

CMYK Percentages of Color #531933

%0
%70
%39
%67

Triadic Colors of #531933

#531933 #335319 #193353

Analogous Colors of #531933

#531933 #531c19 #531950

Monochromatic Colors of #531933

#531933

Complementary Color

#531933 #195339

#531933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531933 Color CSS Codes

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

#531933 Text Font Color

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

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


#531933 Background Color

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

This div background color is #531933


#531933 Border Color

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

This div border color is #531933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531933


Comments

No comments written yet.

Please login to write comment.