Color Hex Logo

#818530 Color Hex

#818530
(129,133,48)
0 Favorites   0 Comments

Color spaces of #818530

RGB 12913348
HSL0.170.470.35
HSV63°64°52°
CMYK 0.030.000.64   0.48
XYZ17.974321.65566.0289
Yxy21.65560.39370.4743
Hunter Lab46.5356-12.491924.8936
CIE-Lab53.6597-13.262143.8734

#818530 color RGB value is (129,133,48).

#818530 hex color red value is 129, green value is 133 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #818530 hue: 0.17 , saturation: 0.47 and the lightness value of 818530 is 0.35.

The process color (four color CMYK) of #818530 color hex is 0.03, 0.00, 0.64, 0.48. Web safe color of #818530 is #999933. Color #818530 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000101 00110000
Octal 201 205 60
Decimal 129 133 48
Hex 81 85 30

RGB Percentages of Color #818530

%41.61
%42.90
%15.48

CMYK Percentages of Color #818530

%3
%0
%64
%48

Triadic Colors of #818530

#818530 #308185 #853081

Analogous Colors of #818530

#818530 #568530 #855f30

Monochromatic Colors of #818530

#818530

Complementary Color

#818530 #343085

#818530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818530 Color CSS Codes

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

#818530 Text Font Color

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

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


#818530 Background Color

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

This div background color is #818530


#818530 Border Color

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

This div border color is #818530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818530


Comments

No comments written yet.

Please login to write comment.