Color Hex Logo

#818525 Color Hex

#818525
(129,133,37)
0 Favorites   0 Comments

Color spaces of #818525

RGB 12913337
HSL0.170.560.33
HSV63°72°52°
CMYK 0.030.000.72   0.48
XYZ17.774721.57584.9780
Yxy21.57580.40100.4867
Hunter Lab46.4498-12.981426.1607
CIE-Lab53.5740-13.959148.4405

#818525 color RGB value is (129,133,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000101 00100101
Octal 201 205 45
Decimal 129 133 37
Hex 81 85 25

RGB Percentages of Color #818525

%43.14
%44.48
%12.37

CMYK Percentages of Color #818525

%3
%0
%72
%48

Triadic Colors of #818525

#818525 #258185 #852581

Analogous Colors of #818525

#818525 #518525 #855925

Monochromatic Colors of #818525

#818525

Complementary Color

#818525 #292585

#818525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818525 Color CSS Codes

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

#818525 Text Font Color

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

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


#818525 Background Color

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

This div background color is #818525


#818525 Border Color

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

This div border color is #818525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818525


Comments

No comments written yet.

Please login to write comment.