Color Hex Logo

#526967 Color Hex

#526967
(82,105,103)
0 Favorites   0 Comments

Color spaces of #526967

RGB 82105103
HSL0.490.120.37
HSV175°22°41°
CMYK 0.220.000.02   0.59
XYZ10.979412.876314.7387
Yxy12.87630.28450.3336
Hunter Lab35.8836-8.18010.7659
CIE-Lab42.5763-8.9739-1.6968

#526967 color RGB value is (82,105,103).

#526967 hex color red value is 82, green value is 105 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #526967 hue: 0.49 , saturation: 0.12 and the lightness value of 526967 is 0.37.

The process color (four color CMYK) of #526967 color hex is 0.22, 0.00, 0.02, 0.59. Web safe color of #526967 is #666666. Color #526967 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101001 01100111
Octal 122 151 147
Decimal 82 105 103
Hex 52 69 67

RGB Percentages of Color #526967

%28.28
%36.21
%35.52

CMYK Percentages of Color #526967

%22
%0
%2
%59

Triadic Colors of #526967

#526967 #675269 #696752

Analogous Colors of #526967

#526967 #526069 #52695c

Monochromatic Colors of #526967

#526967

Complementary Color

#526967 #695254

#526967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526967 Color CSS Codes

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

#526967 Text Font Color

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

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


#526967 Background Color

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

This div background color is #526967


#526967 Border Color

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

This div border color is #526967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526967


Comments

No comments written yet.

Please login to write comment.