Color Hex Logo

#806828 Color Hex

#806828
(128,104,40)
0 Favorites   0 Comments

Color spaces of #806828

RGB 12810440
HSL0.120.520.33
HSV44°69°50°
CMYK 0.000.190.69   0.50
XYZ14.235414.64304.0836
Yxy14.64300.43190.4442
Hunter Lab38.2662-0.562020.4591
CIE-Lab45.14131.990038.4701

#806828 color RGB value is (128,104,40).

#806828 hex color red value is 128, green value is 104 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #806828 hue: 0.12 , saturation: 0.52 and the lightness value of 806828 is 0.33.

The process color (four color CMYK) of #806828 color hex is 0.00, 0.19, 0.69, 0.50. Web safe color of #806828 is #996633. Color #806828 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101000 00101000
Octal 200 150 50
Decimal 128 104 40
Hex 80 68 28

RGB Percentages of Color #806828

%47.06
%38.24
%14.71

CMYK Percentages of Color #806828

%0
%19
%69
%50

Triadic Colors of #806828

#806828 #288068 #682880

Analogous Colors of #806828

#806828 #6c8028 #803c28

Monochromatic Colors of #806828

#806828

Complementary Color

#806828 #284080

#806828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806828 Color CSS Codes

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

#806828 Text Font Color

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

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


#806828 Background Color

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

This div background color is #806828


#806828 Border Color

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

This div border color is #806828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806828


Comments

No comments written yet.

Please login to write comment.