Color Hex Logo

#514633 Color Hex

#514633
(81,70,51)
0 Favorites   0 Comments

Color spaces of #514633

RGB 817051
HSL0.110.230.26
HSV38°37°32°
CMYK 0.000.140.37   0.68
XYZ6.18106.36874.0355
Yxy6.36870.37270.3840
Hunter Lab25.2363-0.44448.1844
CIE-Lab30.32421.394813.1873

#514633 color RGB value is (81,70,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000110 00110011
Octal 121 106 63
Decimal 81 70 51
Hex 51 46 33

RGB Percentages of Color #514633

%40.10
%34.65
%25.25

CMYK Percentages of Color #514633

%0
%14
%37
%68

Triadic Colors of #514633

#514633 #335146 #463351

Analogous Colors of #514633

#514633 #4d5133 #513733

Monochromatic Colors of #514633

#514633

Complementary Color

#514633 #333e51

#514633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514633 Color CSS Codes

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

#514633 Text Font Color

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

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


#514633 Background Color

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

This div background color is #514633


#514633 Border Color

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

This div border color is #514633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514633


Comments

No comments written yet.

Please login to write comment.