Color Hex Logo

#818306 Color Hex

#818306
(129,131,6)
0 Favorites   0 Comments

Color spaces of #818306

RGB 1291316
HSL0.170.910.27
HSV61°95°51°
CMYK 0.020.000.95   0.49
XYZ17.202420.91293.3022
Yxy20.91290.41530.5049
Hunter Lab45.7306-12.882627.7301
CIE-Lab52.8540-13.958156.3436

#818306 color RGB value is (129,131,6).

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

The process color (four color CMYK) of #818306 color hex is 0.02, 0.00, 0.95, 0.49. Web safe color of #818306 is #999900. Color #818306 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000011 00000110
Octal 201 203 6
Decimal 129 131 6
Hex 81 83 6

RGB Percentages of Color #818306

%48.50
%49.25
%2.26

CMYK Percentages of Color #818306

%2
%0
%95
%49

Triadic Colors of #818306

#818306 #068183 #830681

Analogous Colors of #818306

#818306 #428306 #834706

Monochromatic Colors of #818306

#818306

Complementary Color

#818306 #080683

#818306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818306 Color CSS Codes

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

#818306 Text Font Color

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

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


#818306 Background Color

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

This div background color is #818306


#818306 Border Color

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

This div border color is #818306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818306


Comments

No comments written yet.

Please login to write comment.