Color Hex Logo

#807050 Color Hex

#807050
(128,112,80)
0 Favorites   0 Comments

Color spaces of #807050

RGB 12811280
HSL0.110.230.41
HSV40°38°50°
CMYK 0.000.130.38   0.50
XYZ16.144216.75679.9729
Yxy16.75670.37660.3908
Hunter Lab40.9349-1.238114.2098
CIE-Lab47.95201.248920.1083

#807050 color RGB value is (128,112,80).

#807050 hex color red value is 128, green value is 112 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #807050 hue: 0.11 , saturation: 0.23 and the lightness value of 807050 is 0.41.

The process color (four color CMYK) of #807050 color hex is 0.00, 0.13, 0.38, 0.50. Web safe color of #807050 is #996666. Color #807050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110000 01010000
Octal 200 160 120
Decimal 128 112 80
Hex 80 70 50

RGB Percentages of Color #807050

%40.00
%35.00
%25.00

CMYK Percentages of Color #807050

%0
%13
%38
%50

Triadic Colors of #807050

#807050 #508070 #705080

Analogous Colors of #807050

#807050 #788050 #805850

Monochromatic Colors of #807050

#807050

Complementary Color

#807050 #506080

#807050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807050 Color CSS Codes

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

#807050 Text Font Color

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

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


#807050 Background Color

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

This div background color is #807050


#807050 Border Color

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

This div border color is #807050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807050


Comments

No comments written yet.

Please login to write comment.