Color Hex Logo

#528433 Color Hex

#528433
(82,132,51)
0 Favorites   0 Comments

Color spaces of #528433

RGB 8213251
HSL0.270.440.36
HSV97°61°52°
CMYK 0.380.000.61   0.48
XYZ12.328518.53546.0599
Yxy18.53540.33390.5020
Hunter Lab43.0528-24.227421.7916
CIE-Lab50.1392-31.981537.6732

#528433 color RGB value is (82,132,51).

#528433 hex color red value is 82, green value is 132 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #528433 hue: 0.27 , saturation: 0.44 and the lightness value of 528433 is 0.36.

The process color (four color CMYK) of #528433 color hex is 0.38, 0.00, 0.61, 0.48. Web safe color of #528433 is #669933. Color #528433 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000100 00110011
Octal 122 204 63
Decimal 82 132 51
Hex 52 84 33

RGB Percentages of Color #528433

%30.94
%49.81
%19.25

CMYK Percentages of Color #528433

%38
%0
%61
%48

Triadic Colors of #528433

#528433 #335284 #843352

Analogous Colors of #528433

#528433 #33843d #7b8433

Monochromatic Colors of #528433

#528433

Complementary Color

#528433 #653384

#528433 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528433 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528433 Color CSS Codes

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

#528433 Text Font Color

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

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


#528433 Background Color

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

This div background color is #528433


#528433 Border Color

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

This div border color is #528433


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528433


Comments

No comments written yet.

Please login to write comment.