Color Hex Logo

#523c5b Color Hex

#523C5B
(82,60,91)
0 Favorites   0 Comments

Color spaces of #523c5b

RGB 826091
HSL0.780.210.30
HSV283°34°36°
CMYK 0.100.340.00   0.64
XYZ6.98395.780910.6453
Yxy5.78090.29830.2469
Hunter Lab24.04359.7726-9.4203
CIE-Lab28.852816.0913-14.8035

#523c5b color RGB value is (82,60,91).

#523c5b hex color red value is 82, green value is 60 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #523c5b hue: 0.78 , saturation: 0.21 and the lightness value of 523c5b is 0.30.

The process color (four color CMYK) of #523c5b color hex is 0.10, 0.34, 0.00, 0.64. Web safe color of #523c5b is #663366. Color #523c5b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111100 01011011
Octal 122 74 133
Decimal 82 60 91
Hex 52 3C 5B

RGB Percentages of Color #523c5b

%35.19
%25.75
%39.06

CMYK Percentages of Color #523c5b

%10
%34
%0
%64

Triadic Colors of #523c5b

#523c5b #5b523c #3c5b52

Analogous Colors of #523c5b

#523c5b #5b3c55 #433c5b

Monochromatic Colors of #523c5b

#523c5b

Complementary Color

#523c5b #455b3c

#523c5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523c5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#523c5b Color CSS Codes

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

#523c5b Text Font Color

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

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


#523c5b Background Color

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

This div background color is #523c5b


#523c5b Border Color

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

This div border color is #523c5b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,60,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #523c5b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #523c5b;
  -webkit-box-shadow: 1px 1px 3px 2px #523c5b;
  box-shadow:         1px 1px 3px 2px #523c5b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523c5b


Comments

No comments written yet.

Please login to write comment.