Color Hex Logo

#807948 Color Hex

#807948
(128,121,72)
0 Favorites   0 Comments

Color spaces of #807948

RGB 12812172
HSL0.150.280.39
HSV53°44°50°
CMYK 0.000.050.44   0.50
XYZ16.909218.73188.8553
Yxy18.73180.38000.4210
Hunter Lab43.2802-6.002118.1652
CIE-Lab50.3719-4.875427.7825

#807948 color RGB value is (128,121,72).

#807948 hex color red value is 128, green value is 121 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #807948 hue: 0.15 , saturation: 0.28 and the lightness value of 807948 is 0.39.

The process color (four color CMYK) of #807948 color hex is 0.00, 0.05, 0.44, 0.50. Web safe color of #807948 is #996633. Color #807948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111001 01001000
Octal 200 171 110
Decimal 128 121 72
Hex 80 79 48

RGB Percentages of Color #807948

%39.88
%37.69
%22.43

CMYK Percentages of Color #807948

%0
%5
%44
%50

Triadic Colors of #807948

#807948 #488079 #794880

Analogous Colors of #807948

#807948 #6b8048 #805d48

Monochromatic Colors of #807948

#807948

Complementary Color

#807948 #484f80

#807948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807948 Color CSS Codes

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

#807948 Text Font Color

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

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


#807948 Background Color

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

This div background color is #807948


#807948 Border Color

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

This div border color is #807948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807948


Comments

No comments written yet.

Please login to write comment.