Color Hex Logo

#66374a Color Hex

#66374A
(102,55,74)
0 Favorites   0 Comments

Color spaces of #66374a

RGB 1025574
HSL0.930.300.31
HSV336°46°40°
CMYK 0.000.460.27   0.60
XYZ8.08176.05167.2207
Yxy6.05160.37850.2834
Hunter Lab24.600015.5916-0.1831
CIE-Lab29.542323.5631-2.4325

#66374a color RGB value is (102,55,74).

#66374a hex color red value is 102, green value is 55 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #66374a hue: 0.93 , saturation: 0.30 and the lightness value of 66374a is 0.31.

The process color (four color CMYK) of #66374a color hex is 0.00, 0.46, 0.27, 0.60. Web safe color of #66374a is #663333. Color #66374a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110111 01001010
Octal 146 67 112
Decimal 102 55 74
Hex 66 37 4A

RGB Percentages of Color #66374a

%44.16
%23.81
%32.03

CMYK Percentages of Color #66374a

%0
%46
%27
%60

Triadic Colors of #66374a

#66374a #4a6637 #374a66

Analogous Colors of #66374a

#66374a #663c37 #663762

Monochromatic Colors of #66374a

#66374a

Complementary Color

#66374a #376653

#66374a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66374a Color Preview on White Background

Lorem ipsum dolor sit amet.

#66374a Color CSS Codes

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

#66374a Text Font Color

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

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


#66374a Background Color

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

This div background color is #66374a


#66374a Border Color

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

This div border color is #66374a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,55,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 #66374a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66374a


Comments

No comments written yet.

Please login to write comment.