Color Hex Logo

#809364 Color Hex

#809364
(128,147,100)
0 Favorites   0 Comments

Color spaces of #809364

RGB 128147100
HSL0.230.190.48
HSV84°32°58°
CMYK 0.130.000.32   0.42
XYZ21.636126.376716.0075
Yxy26.37670.33800.4120
Hunter Lab51.3583-14.678817.4711
CIE-Lab58.3929-15.366022.7072

#809364 color RGB value is (128,147,100).

#809364 hex color red value is 128, green value is 147 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #809364 hue: 0.23 , saturation: 0.19 and the lightness value of 809364 is 0.48.

The process color (four color CMYK) of #809364 color hex is 0.13, 0.00, 0.32, 0.42. Web safe color of #809364 is #999966. Color #809364 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010011 01100100
Octal 200 223 144
Decimal 128 147 100
Hex 80 93 64

RGB Percentages of Color #809364

%34.13
%39.20
%26.67

CMYK Percentages of Color #809364

%13
%0
%32
%42

Triadic Colors of #809364

#809364 #648093 #936480

Analogous Colors of #809364

#809364 #699364 #938f64

Monochromatic Colors of #809364

#809364

Complementary Color

#809364 #776493

#809364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#809364 Color CSS Codes

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

#809364 Text Font Color

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

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


#809364 Background Color

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

This div background color is #809364


#809364 Border Color

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

This div border color is #809364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809364


Comments

No comments written yet.

Please login to write comment.