Color Hex Logo

#514823 Color Hex

#514823
(81,72,35)
0 Favorites   0 Comments

Color spaces of #514823

RGB 817235
HSL0.130.400.23
HSV48°57°32°
CMYK 0.000.110.57   0.68
XYZ6.01416.50542.5288
Yxy6.50540.39970.4323
Hunter Lab25.5057-2.545611.9756
CIE-Lab30.6533-1.850023.3746

#514823 color RGB value is (81,72,35).

#514823 hex color red value is 81, green value is 72 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #514823 hue: 0.13 , saturation: 0.40 and the lightness value of 514823 is 0.23.

The process color (four color CMYK) of #514823 color hex is 0.00, 0.11, 0.57, 0.68. Web safe color of #514823 is #663333. Color #514823 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001000 00100011
Octal 121 110 43
Decimal 81 72 35
Hex 51 48 23

RGB Percentages of Color #514823

%43.09
%38.30
%18.62

CMYK Percentages of Color #514823

%0
%11
%57
%68

Triadic Colors of #514823

#514823 #235148 #482351

Analogous Colors of #514823

#514823 #435123 #513123

Monochromatic Colors of #514823

#514823

Complementary Color

#514823 #232c51

#514823 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514823 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514823 Color CSS Codes

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

#514823 Text Font Color

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

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


#514823 Background Color

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

This div background color is #514823


#514823 Border Color

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

This div border color is #514823


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514823


Comments

No comments written yet.

Please login to write comment.