Color Hex Logo

#66293f Color Hex

#66293F
(102,41,63)
0 Favorites   0 Comments

Color spaces of #66293f

RGB 1024163
HSL0.940.430.28
HSV338°60°40°
CMYK 0.000.600.38   0.60
XYZ7.16964.76955.2454
Yxy4.76950.41720.2775
Hunter Lab21.839220.38131.0470
CIE-Lab26.067729.9360-0.2423

#66293f color RGB value is (102,41,63).

#66293f hex color red value is 102, green value is 41 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #66293f hue: 0.94 , saturation: 0.43 and the lightness value of 66293f is 0.28.

The process color (four color CMYK) of #66293f color hex is 0.00, 0.60, 0.38, 0.60. Web safe color of #66293f is #663333. Color #66293f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00101001 00111111
Octal 146 51 77
Decimal 102 41 63
Hex 66 29 3F

RGB Percentages of Color #66293f

%49.51
%19.90
%30.58

CMYK Percentages of Color #66293f

%0
%60
%38
%60

Triadic Colors of #66293f

#66293f #3f6629 #293f66

Analogous Colors of #66293f

#66293f #663229 #66295e

Monochromatic Colors of #66293f

#66293f

Complementary Color

#66293f #296650

#66293f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66293f Color Preview on White Background

Lorem ipsum dolor sit amet.

#66293f Color CSS Codes

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

#66293f Text Font Color

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

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


#66293f Background Color

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

This div background color is #66293f


#66293f Border Color

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

This div border color is #66293f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,41,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66293f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66293f;
  -webkit-box-shadow: 1px 1px 3px 2px #66293f;
  box-shadow:         1px 1px 3px 2px #66293f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66293f


Comments

No comments written yet.

Please login to write comment.