Color Hex Logo

#526025 Color Hex

#526025
(82,96,37)
0 Favorites   0 Comments

Color spaces of #526025

RGB 829637
HSL0.210.440.26
HSV74°61°38°
CMYK 0.150.000.61   0.62
XYZ7.996510.29323.3156
Yxy10.29320.37010.4764
Hunter Lab32.0830-11.655216.3308
CIE-Lab38.3636-15.235231.2758

#526025 color RGB value is (82,96,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100000 00100101
Octal 122 140 45
Decimal 82 96 37
Hex 52 60 25

RGB Percentages of Color #526025

%38.14
%44.65
%17.21

CMYK Percentages of Color #526025

%15
%0
%61
%62

Triadic Colors of #526025

#526025 #255260 #602552

Analogous Colors of #526025

#526025 #356025 #605125

Monochromatic Colors of #526025

#526025

Complementary Color

#526025 #332560

#526025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526025 Color CSS Codes

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

#526025 Text Font Color

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

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


#526025 Background Color

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

This div background color is #526025


#526025 Border Color

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

This div border color is #526025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526025


Comments

No comments written yet.

Please login to write comment.