Color Hex Logo

#514631 Color Hex

#514631
(81,70,49)
0 Favorites   0 Comments

Color spaces of #514631

RGB 817049
HSL0.110.250.25
HSV39°40°32°
CMYK 0.000.140.40   0.68
XYZ6.13796.35143.8082
Yxy6.35140.37660.3897
Hunter Lab25.2020-0.63018.6822
CIE-Lab30.28231.107314.3911

#514631 color RGB value is (81,70,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000110 00110001
Octal 121 106 61
Decimal 81 70 49
Hex 51 46 31

RGB Percentages of Color #514631

%40.50
%35.00
%24.50

CMYK Percentages of Color #514631

%0
%14
%40
%68

Triadic Colors of #514631

#514631 #315146 #463151

Analogous Colors of #514631

#514631 #4c5131 #513631

Monochromatic Colors of #514631

#514631

Complementary Color

#514631 #313c51

#514631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514631 Color CSS Codes

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

#514631 Text Font Color

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

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


#514631 Background Color

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

This div background color is #514631


#514631 Border Color

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

This div border color is #514631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514631


Comments

No comments written yet.

Please login to write comment.