Color Hex Logo

#818463 Color Hex

#818463
(129,132,99)
0 Favorites   0 Comments

Color spaces of #818463

RGB 12913299
HSL0.180.140.45
HSV65°25°52°
CMYK 0.020.000.25   0.48
XYZ19.556722.070515.0337
Yxy22.07050.34520.3895
Hunter Lab46.9793-7.907013.9122
CIE-Lab54.1017-6.981217.4941

#818463 color RGB value is (129,132,99).

#818463 hex color red value is 129, green value is 132 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #818463 hue: 0.18 , saturation: 0.14 and the lightness value of 818463 is 0.45.

The process color (four color CMYK) of #818463 color hex is 0.02, 0.00, 0.25, 0.48. Web safe color of #818463 is #999966. Color #818463 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000100 01100011
Octal 201 204 143
Decimal 129 132 99
Hex 81 84 63

RGB Percentages of Color #818463

%35.83
%36.67
%27.50

CMYK Percentages of Color #818463

%2
%0
%25
%48

Triadic Colors of #818463

#818463 #638184 #846381

Analogous Colors of #818463

#818463 #718463 #847763

Monochromatic Colors of #818463

#818463

Complementary Color

#818463 #666384

#818463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818463 Color CSS Codes

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

#818463 Text Font Color

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

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


#818463 Background Color

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

This div background color is #818463


#818463 Border Color

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

This div border color is #818463


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,132,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 #818463">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818463


Comments

No comments written yet.

Please login to write comment.