Color Hex Logo

#526741 Color Hex

#526741
(82,103,65)
0 Favorites   0 Comments

Color spaces of #526741

RGB 8210365
HSL0.260.230.33
HSV93°37°40°
CMYK 0.200.000.37   0.60
XYZ9.284111.87606.8040
Yxy11.87600.33200.4247
Hunter Lab34.4616-12.219112.4170
CIE-Lab41.0184-15.498918.9421

#526741 color RGB value is (82,103,65).

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

The process color (four color CMYK) of #526741 color hex is 0.20, 0.00, 0.37, 0.60. Web safe color of #526741 is #666633. Color #526741 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100111 01000001
Octal 122 147 101
Decimal 82 103 65
Hex 52 67 41

RGB Percentages of Color #526741

%32.80
%41.20
%26.00

CMYK Percentages of Color #526741

%20
%0
%37
%60

Triadic Colors of #526741

#526741 #415267 #674152

Analogous Colors of #526741

#526741 #416743 #656741

Monochromatic Colors of #526741

#526741

Complementary Color

#526741 #564167

#526741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526741 Color CSS Codes

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

#526741 Text Font Color

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

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


#526741 Background Color

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

This div background color is #526741


#526741 Border Color

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

This div border color is #526741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526741


Comments

No comments written yet.

Please login to write comment.