Color Hex Logo

#819366 Color Hex

#819366
(129,147,102)
0 Favorites   0 Comments

Color spaces of #819366

RGB 129147102
HSL0.230.180.49
HSV84°31°58°
CMYK 0.120.000.31   0.42
XYZ21.885326.493916.5307
Yxy26.49390.33720.4082
Hunter Lab51.4722-14.180616.9891
CIE-Lab58.5029-14.672621.7592

#819366 color RGB value is (129,147,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10010011 01100110
Octal 201 223 146
Decimal 129 147 102
Hex 81 93 66

RGB Percentages of Color #819366

%34.13
%38.89
%26.98

CMYK Percentages of Color #819366

%12
%0
%31
%42

Triadic Colors of #819366

#819366 #668193 #936681

Analogous Colors of #819366

#819366 #6b9366 #938f66

Monochromatic Colors of #819366

#819366

Complementary Color

#819366 #786693

#819366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#819366 Color CSS Codes

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

#819366 Text Font Color

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

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


#819366 Background Color

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

This div background color is #819366


#819366 Border Color

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

This div border color is #819366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819366


Comments

No comments written yet.

Please login to write comment.