Color Hex Logo

#528743 Color Hex

#528743
(82,135,67)
0 Favorites   0 Comments

Color spaces of #528743

RGB 8213567
HSL0.300.340.40
HSV107°50°53°
CMYK 0.390.000.50   0.47
XYZ13.156819.52708.3859
Yxy19.52700.32040.4755
Hunter Lab44.1894-24.185419.6810
CIE-Lab51.2982-31.431430.9384

#528743 color RGB value is (82,135,67).

#528743 hex color red value is 82, green value is 135 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #528743 hue: 0.30 , saturation: 0.34 and the lightness value of 528743 is 0.40.

The process color (four color CMYK) of #528743 color hex is 0.39, 0.00, 0.50, 0.47. Web safe color of #528743 is #669933. Color #528743 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000111 01000011
Octal 122 207 103
Decimal 82 135 67
Hex 52 87 43

RGB Percentages of Color #528743

%28.87
%47.54
%23.59

CMYK Percentages of Color #528743

%39
%0
%50
%47

Triadic Colors of #528743

#528743 #435287 #874352

Analogous Colors of #528743

#528743 #438756 #748743

Monochromatic Colors of #528743

#528743

Complementary Color

#528743 #784387

#528743 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528743 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528743 Color CSS Codes

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

#528743 Text Font Color

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

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


#528743 Background Color

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

This div background color is #528743


#528743 Border Color

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

This div border color is #528743


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528743


Comments

No comments written yet.

Please login to write comment.