Color Hex Logo

#512339 Color Hex

#512339
(81,35,57)
0 Favorites   0 Comments

Color spaces of #512339

RGB 813557
HSL0.920.400.23
HSV331°57°32°
CMYK 0.000.570.30   0.68
XYZ4.73293.24684.2481
Yxy3.24680.38710.2655
Hunter Lab18.018915.3524-1.3649
CIE-Lab21.006424.4397-4.0290

#512339 color RGB value is (81,35,57).

#512339 hex color red value is 81, green value is 35 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #512339 hue: 0.92 , saturation: 0.40 and the lightness value of 512339 is 0.23.

The process color (four color CMYK) of #512339 color hex is 0.00, 0.57, 0.30, 0.68. Web safe color of #512339 is #663333. Color #512339 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100011 00111001
Octal 121 43 71
Decimal 81 35 57
Hex 51 23 39

RGB Percentages of Color #512339

%46.82
%20.23
%32.95

CMYK Percentages of Color #512339

%0
%57
%30
%68

Triadic Colors of #512339

#512339 #395123 #233951

Analogous Colors of #512339

#512339 #512423 #512350

Monochromatic Colors of #512339

#512339

Complementary Color

#512339 #23513b

#512339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512339 Color CSS Codes

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

#512339 Text Font Color

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

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


#512339 Background Color

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

This div background color is #512339


#512339 Border Color

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

This div border color is #512339


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,35,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #512339; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #512339;
  -webkit-box-shadow: 1px 1px 3px 2px #512339;
  box-shadow:         1px 1px 3px 2px #512339; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,35,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512339


Comments

No comments written yet.

Please login to write comment.