Color Hex Logo

#819463 Color Hex

#819463
(129,148,99)
0 Favorites   0 Comments

Color spaces of #819463

RGB 12914899
HSL0.230.200.48
HSV83°33°58°
CMYK 0.130.000.33   0.42
XYZ21.895326.747815.8132
Yxy26.74780.33970.4150
Hunter Lab51.7183-14.937718.0745
CIE-Lab58.7402-15.648523.7348

#819463 color RGB value is (129,148,99).

#819463 hex color red value is 129, green value is 148 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #819463 hue: 0.23 , saturation: 0.20 and the lightness value of 819463 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10010100 01100011
Octal 201 224 143
Decimal 129 148 99
Hex 81 94 63

RGB Percentages of Color #819463

%34.31
%39.36
%26.33

CMYK Percentages of Color #819463

%13
%0
%33
%42

Triadic Colors of #819463

#819463 #638194 #946381

Analogous Colors of #819463

#819463 #699463 #948f63

Monochromatic Colors of #819463

#819463

Complementary Color

#819463 #766394

#819463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#819463 Color CSS Codes

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

#819463 Text Font Color

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

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


#819463 Background Color

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

This div background color is #819463


#819463 Border Color

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

This div border color is #819463


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,148,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #819463; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #819463;
  -webkit-box-shadow: 1px 1px 3px 2px #819463;
  box-shadow:         1px 1px 3px 2px #819463; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,148,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819463


Comments

No comments written yet.

Please login to write comment.