Color Hex Logo

#512633 Color Hex

#512633
(81,38,51)
0 Favorites   0 Comments

Color spaces of #512633

RGB 813851
HSL0.950.360.23
HSV342°53°32°
CMYK 0.000.530.37   0.68
XYZ4.68403.37463.5365
Yxy3.37460.40400.2910
Hunter Lab18.370113.36621.4449
CIE-Lab21.485721.73800.8187

#512633 color RGB value is (81,38,51).

#512633 hex color red value is 81, green value is 38 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #512633 hue: 0.95 , saturation: 0.36 and the lightness value of 512633 is 0.23.

The process color (four color CMYK) of #512633 color hex is 0.00, 0.53, 0.37, 0.68. Web safe color of #512633 is #663333. Color #512633 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100110 00110011
Octal 121 46 63
Decimal 81 38 51
Hex 51 26 33

RGB Percentages of Color #512633

%47.65
%22.35
%30.00

CMYK Percentages of Color #512633

%0
%53
%37
%68

Triadic Colors of #512633

#512633 #335126 #263351

Analogous Colors of #512633

#512633 #512f26 #512649

Monochromatic Colors of #512633

#512633

Complementary Color

#512633 #265144

#512633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512633 Color CSS Codes

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

#512633 Text Font Color

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

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


#512633 Background Color

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

This div background color is #512633


#512633 Border Color

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

This div border color is #512633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512633


Comments

No comments written yet.

Please login to write comment.