Color Hex Logo

#514628 Color Hex

#514628
(81,70,40)
0 Favorites   0 Comments

Color spaces of #514628

RGB 817040
HSL0.120.340.24
HSV44°51°32°
CMYK 0.000.140.51   0.68
XYZ5.96656.28282.9057
Yxy6.28280.39370.4146
Hunter Lab25.0655-1.375210.6727
CIE-Lab30.1150-0.056719.7418

#514628 color RGB value is (81,70,40).

#514628 hex color red value is 81, green value is 70 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #514628 hue: 0.12 , saturation: 0.34 and the lightness value of 514628 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000110 00101000
Octal 121 106 50
Decimal 81 70 40
Hex 51 46 28

RGB Percentages of Color #514628

%42.41
%36.65
%20.94

CMYK Percentages of Color #514628

%0
%14
%51
%68

Triadic Colors of #514628

#514628 #285146 #462851

Analogous Colors of #514628

#514628 #485128 #513228

Monochromatic Colors of #514628

#514628

Complementary Color

#514628 #283351

#514628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514628 Color CSS Codes

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

#514628 Text Font Color

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

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


#514628 Background Color

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

This div background color is #514628


#514628 Border Color

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

This div border color is #514628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514628


Comments

No comments written yet.

Please login to write comment.