Color Hex Logo

#818146 Color Hex

#818146
(129,129,70)
0 Favorites   0 Comments

Color spaces of #818146

RGB 12912970
HSL0.170.300.39
HSV60°46°51°
CMYK 0.000.000.46   0.49
XYZ18.009020.80988.8619
Yxy20.80980.37770.4364
Hunter Lab45.6178-9.362820.4145
CIE-Lab52.7407-9.116431.8451

#818146 color RGB value is (129,129,70).

#818146 hex color red value is 129, green value is 129 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #818146 hue: 0.17 , saturation: 0.30 and the lightness value of 818146 is 0.39.

The process color (four color CMYK) of #818146 color hex is 0.00, 0.00, 0.46, 0.49. Web safe color of #818146 is #999933. Color #818146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000001 01000110
Octal 201 201 106
Decimal 129 129 70
Hex 81 81 46

RGB Percentages of Color #818146

%39.33
%39.33
%21.34

CMYK Percentages of Color #818146

%0
%0
%46
%49

Triadic Colors of #818146

#818146 #468181 #814681

Analogous Colors of #818146

#818146 #648146 #816446

Monochromatic Colors of #818146

#818146

Complementary Color

#818146 #464681

#818146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818146 Color CSS Codes

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

#818146 Text Font Color

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

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


#818146 Background Color

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

This div background color is #818146


#818146 Border Color

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

This div border color is #818146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818146


Comments

No comments written yet.

Please login to write comment.