Color Hex Logo

#514922 Color Hex

#514922
(81,73,34)
0 Favorites   0 Comments

Color spaces of #514922

RGB 817334
HSL0.140.410.23
HSV50°58°32°
CMYK 0.000.100.58   0.68
XYZ6.06466.62992.4734
Yxy6.62990.39980.4371
Hunter Lab25.7486-3.017712.3286
CIE-Lab30.9491-2.568624.3043

#514922 color RGB value is (81,73,34).

#514922 hex color red value is 81, green value is 73 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #514922 hue: 0.14 , saturation: 0.41 and the lightness value of 514922 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001001 00100010
Octal 121 111 42
Decimal 81 73 34
Hex 51 49 22

RGB Percentages of Color #514922

%43.09
%38.83
%18.09

CMYK Percentages of Color #514922

%0
%10
%58
%68

Triadic Colors of #514922

#514922 #225149 #492251

Analogous Colors of #514922

#514922 #425122 #513222

Monochromatic Colors of #514922

#514922

Complementary Color

#514922 #222a51

#514922 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514922 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514922 Color CSS Codes

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

#514922 Text Font Color

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

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


#514922 Background Color

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

This div background color is #514922


#514922 Border Color

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

This div border color is #514922


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514922


Comments

No comments written yet.

Please login to write comment.