Color Hex Logo

#808375 Color Hex

#808375
(128,131,117)
0 Favorites   0 Comments

Color spaces of #808375

RGB 128131117
HSL0.200.060.49
HSV73°11°51°
CMYK 0.020.000.11   0.49
XYZ20.229322.106120.0303
Yxy22.10610.32440.3545
Hunter Lab47.0171-5.47977.6532
CIE-Lab54.1394-3.79767.1832

#808375 color RGB value is (128,131,117).

#808375 hex color red value is 128, green value is 131 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #808375 hue: 0.20 , saturation: 0.06 and the lightness value of 808375 is 0.49.

The process color (four color CMYK) of #808375 color hex is 0.02, 0.00, 0.11, 0.49. Web safe color of #808375 is #999966. Color #808375 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000011 01110101
Octal 200 203 165
Decimal 128 131 117
Hex 80 83 75

RGB Percentages of Color #808375

%34.04
%34.84
%31.12

CMYK Percentages of Color #808375

%2
%0
%11
%49

Triadic Colors of #808375

#808375 #758083 #837580

Analogous Colors of #808375

#808375 #798375 #837f75

Monochromatic Colors of #808375

#808375

Complementary Color

#808375 #787583

#808375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808375 Color CSS Codes

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

#808375 Text Font Color

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

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


#808375 Background Color

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

This div background color is #808375


#808375 Border Color

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

This div border color is #808375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808375


Comments

No comments written yet.

Please login to write comment.