Color Hex Logo

#526330 Color Hex

#526330
(82,99,48)
0 Favorites   0 Comments

Color spaces of #526330

RGB 829948
HSL0.220.350.29
HSV80°52°39°
CMYK 0.170.000.52   0.61
XYZ8.475010.93094.4595
Yxy10.93090.35510.4580
Hunter Lab33.0619-12.102115.1461
CIE-Lab39.4638-15.692026.6872

#526330 color RGB value is (82,99,48).

#526330 hex color red value is 82, green value is 99 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #526330 hue: 0.22 , saturation: 0.35 and the lightness value of 526330 is 0.29.

The process color (four color CMYK) of #526330 color hex is 0.17, 0.00, 0.52, 0.61. Web safe color of #526330 is #666633. Color #526330 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100011 00110000
Octal 122 143 60
Decimal 82 99 48
Hex 52 63 30

RGB Percentages of Color #526330

%35.81
%43.23
%20.96

CMYK Percentages of Color #526330

%17
%0
%52
%61

Triadic Colors of #526330

#526330 #305263 #633052

Analogous Colors of #526330

#526330 #396330 #635b30

Monochromatic Colors of #526330

#526330

Complementary Color

#526330 #413063

#526330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526330 Color CSS Codes

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

#526330 Text Font Color

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

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


#526330 Background Color

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

This div background color is #526330


#526330 Border Color

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

This div border color is #526330


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,99,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 #526330">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526330


Comments

No comments written yet.

Please login to write comment.