Color Hex Logo

#526026 Color Hex

#526026
(82,96,38)
0 Favorites   0 Comments

Color spaces of #526026

RGB 829638
HSL0.210.430.26
HSV74°60°38°
CMYK 0.150.000.60   0.62
XYZ8.012410.29953.3994
Yxy10.29950.36900.4744
Hunter Lab32.0928-11.597616.1848
CIE-Lab38.3747-15.137830.7731

#526026 color RGB value is (82,96,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100000 00100110
Octal 122 140 46
Decimal 82 96 38
Hex 52 60 26

RGB Percentages of Color #526026

%37.96
%44.44
%17.59

CMYK Percentages of Color #526026

%15
%0
%60
%62

Triadic Colors of #526026

#526026 #265260 #602652

Analogous Colors of #526026

#526026 #356026 #605126

Monochromatic Colors of #526026

#526026

Complementary Color

#526026 #342660

#526026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526026 Color CSS Codes

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

#526026 Text Font Color

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

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


#526026 Background Color

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

This div background color is #526026


#526026 Border Color

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

This div border color is #526026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526026


Comments

No comments written yet.

Please login to write comment.