Color Hex Logo

#66523a Color Hex

#66523A
(102,82,58)
0 Favorites   0 Comments

Color spaces of #66523a

RGB 1028258
HSL0.090.280.31
HSV33°43°40°
CMYK 0.000.200.43   0.60
XYZ9.26059.16495.2839
Yxy9.16490.39060.3866
Hunter Lab30.27361.623310.8431
CIE-Lab36.29994.644117.2217

#66523a color RGB value is (102,82,58).

#66523a hex color red value is 102, green value is 82 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #66523a hue: 0.09 , saturation: 0.28 and the lightness value of 66523a is 0.31.

The process color (four color CMYK) of #66523a color hex is 0.00, 0.20, 0.43, 0.60. Web safe color of #66523a is #666633. Color #66523a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010010 00111010
Octal 146 122 72
Decimal 102 82 58
Hex 66 52 3A

RGB Percentages of Color #66523a

%42.15
%33.88
%23.97

CMYK Percentages of Color #66523a

%0
%20
%43
%60

Triadic Colors of #66523a

#66523a #3a6652 #523a66

Analogous Colors of #66523a

#66523a #64663a #663c3a

Monochromatic Colors of #66523a

#66523a

Complementary Color

#66523a #3a4e66

#66523a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66523a Color Preview on White Background

Lorem ipsum dolor sit amet.

#66523a Color CSS Codes

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

#66523a Text Font Color

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

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


#66523a Background Color

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

This div background color is #66523a


#66523a Border Color

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

This div border color is #66523a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,82,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66523a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66523a;
  -webkit-box-shadow: 1px 1px 3px 2px #66523a;
  box-shadow:         1px 1px 3px 2px #66523a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66523a


Comments

No comments written yet.

Please login to write comment.