Color Hex Logo

#805029 Color Hex

#805029
(128,80,41)
0 Favorites   0 Comments

Color spaces of #805029

RGB 1288041
HSL0.070.510.33
HSV27°68°50°
CMYK 0.000.380.68   0.50
XYZ12.171010.48663.4805
Yxy10.48660.46560.4012
Hunter Lab32.383010.418116.2957
CIE-Lab38.702016.234330.8405

#805029 color RGB value is (128,80,41).

#805029 hex color red value is 128, green value is 80 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #805029 hue: 0.07 , saturation: 0.51 and the lightness value of 805029 is 0.33.

The process color (four color CMYK) of #805029 color hex is 0.00, 0.38, 0.68, 0.50. Web safe color of #805029 is #996633. Color #805029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010000 00101001
Octal 200 120 51
Decimal 128 80 41
Hex 80 50 29

RGB Percentages of Color #805029

%51.41
%32.13
%16.47

CMYK Percentages of Color #805029

%0
%38
%68
%50

Triadic Colors of #805029

#805029 #298050 #502980

Analogous Colors of #805029

#805029 #807c29 #80292e

Monochromatic Colors of #805029

#805029

Complementary Color

#805029 #295980

#805029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805029 Color CSS Codes

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

#805029 Text Font Color

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

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


#805029 Background Color

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

This div background color is #805029


#805029 Border Color

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

This div border color is #805029


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,80,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #805029; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #805029;
  -webkit-box-shadow: 1px 1px 3px 2px #805029;
  box-shadow:         1px 1px 3px 2px #805029; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,80,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805029


Comments

No comments written yet.

Please login to write comment.