Color Hex Logo

#514630 Color Hex

#514630
(81,70,48)
0 Favorites   0 Comments

Color spaces of #514630

RGB 817048
HSL0.110.260.25
HSV40°41°32°
CMYK 0.000.140.41   0.68
XYZ6.11706.34303.6982
Yxy6.34300.37860.3926
Hunter Lab25.1853-0.72038.9236
CIE-Lab30.26180.967414.9919

#514630 color RGB value is (81,70,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000110 00110000
Octal 121 106 60
Decimal 81 70 48
Hex 51 46 30

RGB Percentages of Color #514630

%40.70
%35.18
%24.12

CMYK Percentages of Color #514630

%0
%14
%41
%68

Triadic Colors of #514630

#514630 #305146 #463051

Analogous Colors of #514630

#514630 #4c5130 #513630

Monochromatic Colors of #514630

#514630

Complementary Color

#514630 #303b51

#514630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514630 Color CSS Codes

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

#514630 Text Font Color

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

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


#514630 Background Color

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

This div background color is #514630


#514630 Border Color

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

This div border color is #514630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514630


Comments

No comments written yet.

Please login to write comment.