Color Hex Logo

#526829 Color Hex

#526829
(82,104,41)
0 Favorites   0 Comments

Color spaces of #526829

RGB 8210441
HSL0.220.430.28
HSV81°61°41°
CMYK 0.210.000.61   0.59
XYZ8.830211.85463.9206
Yxy11.85460.35890.4818
Hunter Lab34.4305-14.474517.3500
CIE-Lab40.9841-19.166732.2053

#526829 color RGB value is (82,104,41).

#526829 hex color red value is 82, green value is 104 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #526829 hue: 0.22 , saturation: 0.43 and the lightness value of 526829 is 0.28.

The process color (four color CMYK) of #526829 color hex is 0.21, 0.00, 0.61, 0.59. Web safe color of #526829 is #666633. Color #526829 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101000 00101001
Octal 122 150 51
Decimal 82 104 41
Hex 52 68 29

RGB Percentages of Color #526829

%36.12
%45.81
%18.06

CMYK Percentages of Color #526829

%21
%0
%61
%59

Triadic Colors of #526829

#526829 #295268 #682952

Analogous Colors of #526829

#526829 #336829 #685e29

Monochromatic Colors of #526829

#526829

Complementary Color

#526829 #3f2968

#526829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526829 Color CSS Codes

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

#526829 Text Font Color

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

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


#526829 Background Color

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

This div background color is #526829


#526829 Border Color

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

This div border color is #526829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526829


Comments

No comments written yet.

Please login to write comment.