Color Hex Logo

#514731 Color Hex

#514731
(81,71,49)
0 Favorites   0 Comments

Color spaces of #514731

RGB 817149
HSL0.110.250.25
HSV41°40°32°
CMYK 0.000.120.40   0.68
XYZ6.20106.47763.8292
Yxy6.47760.37560.3924
Hunter Lab25.4511-1.04918.8954
CIE-Lab30.58680.479814.7962

#514731 color RGB value is (81,71,49).

#514731 hex color red value is 81, green value is 71 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #514731 hue: 0.11 , saturation: 0.25 and the lightness value of 514731 is 0.25.

The process color (four color CMYK) of #514731 color hex is 0.00, 0.12, 0.40, 0.68. Web safe color of #514731 is #663333. Color #514731 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000111 00110001
Octal 121 107 61
Decimal 81 71 49
Hex 51 47 31

RGB Percentages of Color #514731

%40.30
%35.32
%24.38

CMYK Percentages of Color #514731

%0
%12
%40
%68

Triadic Colors of #514731

#514731 #315147 #473151

Analogous Colors of #514731

#514731 #4b5131 #513731

Monochromatic Colors of #514731

#514731

Complementary Color

#514731 #313b51

#514731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514731 Color CSS Codes

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

#514731 Text Font Color

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

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


#514731 Background Color

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

This div background color is #514731


#514731 Border Color

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

This div border color is #514731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514731


Comments

No comments written yet.

Please login to write comment.