Color Hex Logo

#512e18 Color Hex

#512E18
(81,46,24)
0 Favorites   0 Comments

Color spaces of #512e18

RGB 814624
HSL0.060.540.21
HSV23°70°32°
CMYK 0.000.430.70   0.68
XYZ4.53523.76931.3527
Yxy3.76930.46960.3903
Hunter Lab19.41477.72139.4593
CIE-Lab22.893613.707320.7370

#512e18 color RGB value is (81,46,24).

#512e18 hex color red value is 81, green value is 46 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #512e18 hue: 0.06 , saturation: 0.54 and the lightness value of 512e18 is 0.21.

The process color (four color CMYK) of #512e18 color hex is 0.00, 0.43, 0.70, 0.68. Web safe color of #512e18 is #663300. Color #512e18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101110 00011000
Octal 121 56 30
Decimal 81 46 24
Hex 51 2E 18

RGB Percentages of Color #512e18

%53.64
%30.46
%15.89

CMYK Percentages of Color #512e18

%0
%43
%70
%68

Triadic Colors of #512e18

#512e18 #18512e #2e1851

Analogous Colors of #512e18

#512e18 #514b18 #51181e

Monochromatic Colors of #512e18

#512e18

Complementary Color

#512e18 #183b51

#512e18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512e18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512e18 Color CSS Codes

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

#512e18 Text Font Color

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

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


#512e18 Background Color

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

This div background color is #512e18


#512e18 Border Color

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

This div border color is #512e18


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,46,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #512e18; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #512e18;
  -webkit-box-shadow: 1px 1px 3px 2px #512e18;
  box-shadow:         1px 1px 3px 2px #512e18; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512e18


Comments

No comments written yet.

Please login to write comment.