Color Hex Logo

#664830 Color Hex

#664830
(102,72,48)
0 Favorites   0 Comments

Color spaces of #664830

RGB 1027248
HSL0.070.360.29
HSV27°53°40°
CMYK 0.000.290.53   0.60
XYZ8.33047.67293.8383
Yxy7.67290.41980.3867
Hunter Lab27.70005.206511.1744
CIE-Lab33.29229.632419.4088

#664830 color RGB value is (102,72,48).

#664830 hex color red value is 102, green value is 72 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #664830 hue: 0.07 , saturation: 0.36 and the lightness value of 664830 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001000 00110000
Octal 146 110 60
Decimal 102 72 48
Hex 66 48 30

RGB Percentages of Color #664830

%45.95
%32.43
%21.62

CMYK Percentages of Color #664830

%0
%29
%53
%60

Triadic Colors of #664830

#664830 #306648 #483066

Analogous Colors of #664830

#664830 #666330 #663033

Monochromatic Colors of #664830

#664830

Complementary Color

#664830 #304e66

#664830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664830 Color CSS Codes

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

#664830 Text Font Color

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

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


#664830 Background Color

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

This div background color is #664830


#664830 Border Color

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

This div border color is #664830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664830


Comments

No comments written yet.

Please login to write comment.