Color Hex Logo

#665013 Color Hex

#665013
(102,80,19)
0 Favorites   0 Comments

Color spaces of #665013

RGB 1028019
HSL0.120.690.24
HSV44°81°40°
CMYK 0.000.220.81   0.60
XYZ8.46578.60911.8316
Yxy8.60910.44780.4554
Hunter Lab29.34130.154616.8378
CIE-Lab35.22052.516537.0660

#665013 color RGB value is (102,80,19).

#665013 hex color red value is 102, green value is 80 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #665013 hue: 0.12 , saturation: 0.69 and the lightness value of 665013 is 0.24.

The process color (four color CMYK) of #665013 color hex is 0.00, 0.22, 0.81, 0.60. Web safe color of #665013 is #666600. Color #665013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010000 00010011
Octal 146 120 23
Decimal 102 80 19
Hex 66 50 13

RGB Percentages of Color #665013

%50.75
%39.80
%9.45

CMYK Percentages of Color #665013

%0
%22
%81
%60

Triadic Colors of #665013

#665013 #136650 #501366

Analogous Colors of #665013

#665013 #536613 #662713

Monochromatic Colors of #665013

#665013

Complementary Color

#665013 #132966

#665013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665013 Color CSS Codes

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

#665013 Text Font Color

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

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


#665013 Background Color

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

This div background color is #665013


#665013 Border Color

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

This div border color is #665013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665013


Comments

No comments written yet.

Please login to write comment.