Color Hex Logo

#528505 Color Hex

#528505
(82,133,5)
0 Favorites   0 Comments

Color spaces of #528505

RGB 821335
HSL0.230.930.27
HSV84°96°52°
CMYK 0.380.000.96   0.48
XYZ11.894618.57993.1029
Yxy18.57990.35420.5533
Hunter Lab43.1044-26.175925.9051
CIE-Lab50.1920-35.214353.0348

#528505 color RGB value is (82,133,5).

#528505 hex color red value is 82, green value is 133 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #528505 hue: 0.23 , saturation: 0.93 and the lightness value of 528505 is 0.27.

The process color (four color CMYK) of #528505 color hex is 0.38, 0.00, 0.96, 0.48. Web safe color of #528505 is #669900. Color #528505 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000101 00000101
Octal 122 205 5
Decimal 82 133 5
Hex 52 85 5

RGB Percentages of Color #528505

%37.27
%60.45
%2.27

CMYK Percentages of Color #528505

%38
%0
%96
%48

Triadic Colors of #528505

#528505 #055285 #850552

Analogous Colors of #528505

#528505 #128505 #857805

Monochromatic Colors of #528505

#528505

Complementary Color

#528505 #380585

#528505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528505 Color CSS Codes

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

#528505 Text Font Color

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

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


#528505 Background Color

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

This div background color is #528505


#528505 Border Color

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

This div border color is #528505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528505


Comments

No comments written yet.

Please login to write comment.