Color Hex Logo

#526047 Color Hex

#526047
(82,96,71)
0 Favorites   0 Comments

Color spaces of #526047

RGB 829671
HSL0.260.150.33
HSV94°26°38°
CMYK 0.150.000.26   0.62
XYZ8.799910.61457.5462
Yxy10.61450.32640.3937
Hunter Lab32.5799-8.80169.0731
CIE-Lab38.9235-10.544012.5434

#526047 color RGB value is (82,96,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100000 01000111
Octal 122 140 107
Decimal 82 96 71
Hex 52 60 47

RGB Percentages of Color #526047

%32.93
%38.55
%28.51

CMYK Percentages of Color #526047

%15
%0
%26
%62

Triadic Colors of #526047

#526047 #475260 #604752

Analogous Colors of #526047

#526047 #476049 #5f6047

Monochromatic Colors of #526047

#526047

Complementary Color

#526047 #554760

#526047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526047 Color CSS Codes

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

#526047 Text Font Color

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

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


#526047 Background Color

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

This div background color is #526047


#526047 Border Color

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

This div border color is #526047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526047


Comments

No comments written yet.

Please login to write comment.