Color Hex Logo

#663949 Color Hex

#663949
(102,57,73)
0 Favorites   0 Comments

Color spaces of #663949

RGB 1025773
HSL0.940.280.31
HSV339°44°40°
CMYK 0.000.440.28   0.60
XYZ8.14526.23217.0769
Yxy6.23210.37970.2905
Hunter Lab24.964214.55290.6673
CIE-Lab29.990622.2048-1.1184

#663949 color RGB value is (102,57,73).

#663949 hex color red value is 102, green value is 57 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #663949 hue: 0.94 , saturation: 0.28 and the lightness value of 663949 is 0.31.

The process color (four color CMYK) of #663949 color hex is 0.00, 0.44, 0.28, 0.60. Web safe color of #663949 is #663333. Color #663949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111001 01001001
Octal 146 71 111
Decimal 102 57 73
Hex 66 39 49

RGB Percentages of Color #663949

%43.97
%24.57
%31.47

CMYK Percentages of Color #663949

%0
%44
%28
%60

Triadic Colors of #663949

#663949 #496639 #394966

Analogous Colors of #663949

#663949 #664039 #663960

Monochromatic Colors of #663949

#663949

Complementary Color

#663949 #396656

#663949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663949 Color CSS Codes

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

#663949 Text Font Color

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

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


#663949 Background Color

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

This div background color is #663949


#663949 Border Color

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

This div border color is #663949


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,57,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #663949; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #663949;
  -webkit-box-shadow: 1px 1px 3px 2px #663949;
  box-shadow:         1px 1px 3px 2px #663949; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663949


Comments

No comments written yet.

Please login to write comment.