Color Hex Logo

#526225 Color Hex

#526225
(82,98,37)
0 Favorites   0 Comments

Color spaces of #526225

RGB 829837
HSL0.210.450.26
HSV76°62°38°
CMYK 0.160.000.62   0.62
XYZ8.181310.66283.3772
Yxy10.66280.36820.4798
Hunter Lab32.6539-12.422016.7258
CIE-Lab39.0066-16.332032.0001

#526225 color RGB value is (82,98,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100010 00100101
Octal 122 142 45
Decimal 82 98 37
Hex 52 62 25

RGB Percentages of Color #526225

%37.79
%45.16
%17.05

CMYK Percentages of Color #526225

%16
%0
%62
%62

Triadic Colors of #526225

#526225 #255262 #622552

Analogous Colors of #526225

#526225 #346225 #625425

Monochromatic Colors of #526225

#526225

Complementary Color

#526225 #352562

#526225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526225 Color CSS Codes

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

#526225 Text Font Color

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

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


#526225 Background Color

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

This div background color is #526225


#526225 Border Color

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

This div border color is #526225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526225


Comments

No comments written yet.

Please login to write comment.