Color Hex Logo

#664153 Color Hex

#664153
(102,65,83)
0 Favorites   0 Comments

Color spaces of #664153

RGB 1026583
HSL0.920.220.33
HSV331°36°40°
CMYK 0.000.360.19   0.60
XYZ8.93117.22999.1084
Yxy7.22990.35340.2861
Hunter Lab26.888512.2346-1.2624
CIE-Lab32.324719.0177-4.1513

#664153 color RGB value is (102,65,83).

#664153 hex color red value is 102, green value is 65 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #664153 hue: 0.92 , saturation: 0.22 and the lightness value of 664153 is 0.33.

The process color (four color CMYK) of #664153 color hex is 0.00, 0.36, 0.19, 0.60. Web safe color of #664153 is #663366. Color #664153 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000001 01010011
Octal 146 101 123
Decimal 102 65 83
Hex 66 41 53

RGB Percentages of Color #664153

%40.80
%26.00
%33.20

CMYK Percentages of Color #664153

%0
%36
%19
%60

Triadic Colors of #664153

#664153 #536641 #415366

Analogous Colors of #664153

#664153 #664241 #664166

Monochromatic Colors of #664153

#664153

Complementary Color

#664153 #416654

#664153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664153 Color CSS Codes

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

#664153 Text Font Color

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

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


#664153 Background Color

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

This div background color is #664153


#664153 Border Color

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

This div border color is #664153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664153


Comments

No comments written yet.

Please login to write comment.