Color Hex Logo

#514318 Color Hex

#514318
(81,67,24)
0 Favorites   0 Comments

Color spaces of #514318

RGB 816724
HSL0.130.540.21
HSV45°70°32°
CMYK 0.000.170.70   0.68
XYZ5.56545.82961.6960
Yxy5.82960.42510.4453
Hunter Lab24.1446-1.108212.7365
CIE-Lab28.97840.285827.6010

#514318 color RGB value is (81,67,24).

#514318 hex color red value is 81, green value is 67 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #514318 hue: 0.13 , saturation: 0.54 and the lightness value of 514318 is 0.21.

The process color (four color CMYK) of #514318 color hex is 0.00, 0.17, 0.70, 0.68. Web safe color of #514318 is #663300. Color #514318 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000011 00011000
Octal 121 103 30
Decimal 81 67 24
Hex 51 43 18

RGB Percentages of Color #514318

%47.09
%38.95
%13.95

CMYK Percentages of Color #514318

%0
%17
%70
%68

Triadic Colors of #514318

#514318 #185143 #431851

Analogous Colors of #514318

#514318 #425118 #512718

Monochromatic Colors of #514318

#514318

Complementary Color

#514318 #182651

#514318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514318 Color CSS Codes

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

#514318 Text Font Color

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

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


#514318 Background Color

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

This div background color is #514318


#514318 Border Color

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

This div border color is #514318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514318


Comments

No comments written yet.

Please login to write comment.