Color Hex Logo

#514028 Color Hex

#514028
(81,64,40)
0 Favorites   0 Comments

Color spaces of #514028

RGB 816440
HSL0.100.340.24
HSV35°51°32°
CMYK 0.000.210.51   0.68
XYZ5.60975.56932.7868
Yxy5.56930.40170.3988
Hunter Lab23.59941.13169.5181
CIE-Lab28.29883.729217.4369

#514028 color RGB value is (81,64,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000000 00101000
Octal 121 100 50
Decimal 81 64 40
Hex 51 40 28

RGB Percentages of Color #514028

%43.78
%34.59
%21.62

CMYK Percentages of Color #514028

%0
%21
%51
%68

Triadic Colors of #514028

#514028 #285140 #402851

Analogous Colors of #514028

#514028 #4e5128 #512c28

Monochromatic Colors of #514028

#514028

Complementary Color

#514028 #283951

#514028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514028 Color CSS Codes

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

#514028 Text Font Color

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

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


#514028 Background Color

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

This div background color is #514028


#514028 Border Color

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

This div border color is #514028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514028


Comments

No comments written yet.

Please login to write comment.