Color Hex Logo

#664348 Color Hex

#664348
(102,67,72)
0 Favorites   0 Comments

Color spaces of #664348

RGB 1026772
HSL0.980.210.33
HSV351°34°40°
CMYK 0.000.340.29   0.60
XYZ8.65637.30707.0850
Yxy7.30700.37560.3170
Hunter Lab27.03159.85613.3820
CIE-Lab32.495815.92423.1702

#664348 color RGB value is (102,67,72).

#664348 hex color red value is 102, green value is 67 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #664348 hue: 0.98 , saturation: 0.21 and the lightness value of 664348 is 0.33.

The process color (four color CMYK) of #664348 color hex is 0.00, 0.34, 0.29, 0.60. Web safe color of #664348 is #663333. Color #664348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000011 01001000
Octal 146 103 110
Decimal 102 67 72
Hex 66 43 48

RGB Percentages of Color #664348

%42.32
%27.80
%29.88

CMYK Percentages of Color #664348

%0
%34
%29
%60

Triadic Colors of #664348

#664348 #486643 #434866

Analogous Colors of #664348

#664348 #665043 #66435a

Monochromatic Colors of #664348

#664348

Complementary Color

#664348 #436661

#664348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664348 Color CSS Codes

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

#664348 Text Font Color

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

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


#664348 Background Color

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

This div background color is #664348


#664348 Border Color

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

This div border color is #664348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664348


Comments

No comments written yet.

Please login to write comment.