Color Hex Logo

#51492a Color Hex

#51492A
(81,73,42)
0 Favorites   0 Comments

Color spaces of #51492a

RGB 817342
HSL0.130.320.24
HSV48°48°32°
CMYK 0.000.100.48   0.68
XYZ6.19386.68163.1537
Yxy6.68160.38640.4168
Hunter Lab25.8488-2.463810.8604
CIE-Lab31.0708-1.684419.7356

#51492a color RGB value is (81,73,42).

#51492a hex color red value is 81, green value is 73 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #51492a hue: 0.13 , saturation: 0.32 and the lightness value of 51492a is 0.24.

The process color (four color CMYK) of #51492a color hex is 0.00, 0.10, 0.48, 0.68. Web safe color of #51492a is #663333. Color #51492a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001001 00101010
Octal 121 111 52
Decimal 81 73 42
Hex 51 49 2A

RGB Percentages of Color #51492a

%41.33
%37.24
%21.43

CMYK Percentages of Color #51492a

%0
%10
%48
%68

Triadic Colors of #51492a

#51492a #2a5149 #492a51

Analogous Colors of #51492a

#51492a #46512a #51362a

Monochromatic Colors of #51492a

#51492a

Complementary Color

#51492a #2a3251

#51492a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51492a Color Preview on White Background

Lorem ipsum dolor sit amet.

#51492a Color CSS Codes

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

#51492a Text Font Color

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

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


#51492a Background Color

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

This div background color is #51492a


#51492a Border Color

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

This div border color is #51492a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,73,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51492a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51492a;
  -webkit-box-shadow: 1px 1px 3px 2px #51492a;
  box-shadow:         1px 1px 3px 2px #51492a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51492a


Comments

No comments written yet.

Please login to write comment.