Color Hex Logo

#663950 Color Hex

#663950
(102,57,80)
0 Favorites   0 Comments

Color spaces of #663950

RGB 1025780
HSL0.910.280.31
HSV329°44°40°
CMYK 0.000.440.22   0.60
XYZ8.39066.33028.3690
Yxy6.33020.36340.2742
Hunter Lab25.159915.4984-2.1099
CIE-Lab30.230723.3621-5.3276

#663950 color RGB value is (102,57,80).

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

The process color (four color CMYK) of #663950 color hex is 0.00, 0.44, 0.22, 0.60. Web safe color of #663950 is #663366. Color #663950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111001 01010000
Octal 146 71 120
Decimal 102 57 80
Hex 66 39 50

RGB Percentages of Color #663950

%42.68
%23.85
%33.47

CMYK Percentages of Color #663950

%0
%44
%22
%60

Triadic Colors of #663950

#663950 #506639 #395066

Analogous Colors of #663950

#663950 #66393a #663966

Monochromatic Colors of #663950

#663950

Complementary Color

#663950 #39664f

#663950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663950 Color CSS Codes

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

#663950 Text Font Color

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

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


#663950 Background Color

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

This div background color is #663950


#663950 Border Color

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

This div border color is #663950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663950


Comments

No comments written yet.

Please login to write comment.