Color Hex Logo

#66594a Color Hex

#66594A
(102,89,74)
0 Favorites   0 Comments

Color spaces of #66594a

RGB 1028974
HSL0.090.160.35
HSV32°27°40°
CMYK 0.000.130.27   0.60
XYZ10.287910.46397.9561
Yxy10.46390.35840.3645
Hunter Lab32.34800.16108.0610
CIE-Lab38.66252.672410.6321

#66594a color RGB value is (102,89,74).

#66594a hex color red value is 102, green value is 89 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #66594a hue: 0.09 , saturation: 0.16 and the lightness value of 66594a is 0.35.

The process color (four color CMYK) of #66594a color hex is 0.00, 0.13, 0.27, 0.60. Web safe color of #66594a is #666633. Color #66594a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011001 01001010
Octal 146 131 112
Decimal 102 89 74
Hex 66 59 4A

RGB Percentages of Color #66594a

%38.49
%33.58
%27.92

CMYK Percentages of Color #66594a

%0
%13
%27
%60

Triadic Colors of #66594a

#66594a #4a6659 #594a66

Analogous Colors of #66594a

#66594a #65664a #664b4a

Monochromatic Colors of #66594a

#66594a

Complementary Color

#66594a #4a5766

#66594a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66594a Color Preview on White Background

Lorem ipsum dolor sit amet.

#66594a Color CSS Codes

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

#66594a Text Font Color

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

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


#66594a Background Color

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

This div background color is #66594a


#66594a Border Color

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

This div border color is #66594a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66594a


Comments

No comments written yet.

Please login to write comment.