Color Hex Logo

#807426 Color Hex

#807426
(128,116,38)
0 Favorites   0 Comments

Color spaces of #807426

RGB 12811638
HSL0.140.540.33
HSV52°70°50°
CMYK 0.000.090.70   0.50
XYZ15.497317.21994.3407
Yxy17.21990.41820.4647
Hunter Lab41.4969-5.957422.8459
CIE-Lab48.5359-5.017042.9464

#807426 color RGB value is (128,116,38).

#807426 hex color red value is 128, green value is 116 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #807426 hue: 0.14 , saturation: 0.54 and the lightness value of 807426 is 0.33.

The process color (four color CMYK) of #807426 color hex is 0.00, 0.09, 0.70, 0.50. Web safe color of #807426 is #996633. Color #807426 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110100 00100110
Octal 200 164 46
Decimal 128 116 38
Hex 80 74 26

RGB Percentages of Color #807426

%45.39
%41.13
%13.48

CMYK Percentages of Color #807426

%0
%9
%70
%50

Triadic Colors of #807426

#807426 #268074 #742680

Analogous Colors of #807426

#807426 #5f8026 #804726

Monochromatic Colors of #807426

#807426

Complementary Color

#807426 #263280

#807426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807426 Color CSS Codes

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

#807426 Text Font Color

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

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


#807426 Background Color

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

This div background color is #807426


#807426 Border Color

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

This div border color is #807426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807426


Comments

No comments written yet.

Please login to write comment.