Color Hex Logo

#818334 Color Hex

#818334
(129,131,52)
0 Favorites   0 Comments

Color spaces of #818334

RGB 12913152
HSL0.170.430.36
HSV62°60°51°
CMYK 0.020.000.60   0.49
XYZ17.789421.14776.3931
Yxy21.14770.39240.4665
Hunter Lab45.9866-11.425923.9481
CIE-Lab53.1108-11.883641.4220

#818334 color RGB value is (129,131,52).

#818334 hex color red value is 129, green value is 131 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #818334 hue: 0.17 , saturation: 0.43 and the lightness value of 818334 is 0.36.

The process color (four color CMYK) of #818334 color hex is 0.02, 0.00, 0.60, 0.49. Web safe color of #818334 is #999933. Color #818334 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000011 00110100
Octal 201 203 64
Decimal 129 131 52
Hex 81 83 34

RGB Percentages of Color #818334

%41.35
%41.99
%16.67

CMYK Percentages of Color #818334

%2
%0
%60
%49

Triadic Colors of #818334

#818334 #348183 #833481

Analogous Colors of #818334

#818334 #5a8334 #835d34

Monochromatic Colors of #818334

#818334

Complementary Color

#818334 #363483

#818334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818334 Color CSS Codes

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

#818334 Text Font Color

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

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


#818334 Background Color

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

This div background color is #818334


#818334 Border Color

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

This div border color is #818334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818334


Comments

No comments written yet.

Please login to write comment.