Color Hex Logo

#526046 Color Hex

#526046
(82,96,70)
0 Favorites   0 Comments

Color spaces of #526046

RGB 829670
HSL0.260.160.33
HSV92°27°38°
CMYK 0.150.000.27   0.62
XYZ8.768010.60187.3786
Yxy10.60180.32780.3964
Hunter Lab32.5604-8.91359.3564
CIE-Lab38.9015-10.723213.1183

#526046 color RGB value is (82,96,70).

#526046 hex color red value is 82, green value is 96 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #526046 hue: 0.26 , saturation: 0.16 and the lightness value of 526046 is 0.33.

The process color (four color CMYK) of #526046 color hex is 0.15, 0.00, 0.27, 0.62. Web safe color of #526046 is #666633. Color #526046 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100000 01000110
Octal 122 140 106
Decimal 82 96 70
Hex 52 60 46

RGB Percentages of Color #526046

%33.06
%38.71
%28.23

CMYK Percentages of Color #526046

%15
%0
%27
%62

Triadic Colors of #526046

#526046 #465260 #604652

Analogous Colors of #526046

#526046 #466047 #5f6046

Monochromatic Colors of #526046

#526046

Complementary Color

#526046 #544660

#526046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526046 Color CSS Codes

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

#526046 Text Font Color

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

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


#526046 Background Color

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

This div background color is #526046


#526046 Border Color

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

This div border color is #526046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526046


Comments

No comments written yet.

Please login to write comment.