Color Hex Logo

#65520e Color Hex

#65520E
(101,82,14)
0 Favorites   0 Comments

Color spaces of #65520e

RGB 1018214
HSL0.130.760.23
HSV47°86°40°
CMYK 0.000.190.86   0.60
XYZ8.46348.83301.6743
Yxy8.83300.44610.4656
Hunter Lab29.7204-1.179617.4641
CIE-Lab35.66080.598739.3361

#65520e color RGB value is (101,82,14).

#65520e hex color red value is 101, green value is 82 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #65520e hue: 0.13 , saturation: 0.76 and the lightness value of 65520e is 0.23.

The process color (four color CMYK) of #65520e color hex is 0.00, 0.19, 0.86, 0.60. Web safe color of #65520e is #666600. Color #65520e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010010 00001110
Octal 145 122 16
Decimal 101 82 14
Hex 65 52 E

RGB Percentages of Color #65520e

%51.27
%41.62
%7.11

CMYK Percentages of Color #65520e

%0
%19
%86
%60

Triadic Colors of #65520e

#65520e #0e6552 #520e65

Analogous Colors of #65520e

#65520e #4c650e #65270e

Monochromatic Colors of #65520e

#65520e

Complementary Color

#65520e #0e2165

#65520e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65520e Color Preview on White Background

Lorem ipsum dolor sit amet.

#65520e Color CSS Codes

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

#65520e Text Font Color

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

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


#65520e Background Color

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

This div background color is #65520e


#65520e Border Color

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

This div border color is #65520e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,82,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65520e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65520e;
  -webkit-box-shadow: 1px 1px 3px 2px #65520e;
  box-shadow:         1px 1px 3px 2px #65520e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,82,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65520e


Comments

No comments written yet.

Please login to write comment.