Color Hex Logo

#819466 Color Hex

#819466
(129,148,102)
0 Favorites   0 Comments

Color spaces of #819466

RGB 129148102
HSL0.240.180.49
HSV85°31°58°
CMYK 0.130.000.31   0.42
XYZ22.041426.806216.5828
Yxy26.80620.33690.4097
Hunter Lab51.7747-14.615217.2524
CIE-Lab58.7945-15.202622.1500

#819466 color RGB value is (129,148,102).

#819466 hex color red value is 129, green value is 148 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #819466 hue: 0.24 , saturation: 0.18 and the lightness value of 819466 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10010100 01100110
Octal 201 224 146
Decimal 129 148 102
Hex 81 94 66

RGB Percentages of Color #819466

%34.04
%39.05
%26.91

CMYK Percentages of Color #819466

%13
%0
%31
%42

Triadic Colors of #819466

#819466 #668194 #946681

Analogous Colors of #819466

#819466 #6a9466 #949066

Monochromatic Colors of #819466

#819466

Complementary Color

#819466 #796694

#819466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#819466 Color CSS Codes

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

#819466 Text Font Color

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

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


#819466 Background Color

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

This div background color is #819466


#819466 Border Color

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

This div border color is #819466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819466


Comments

No comments written yet.

Please login to write comment.