Color Hex Logo

#655005 Color Hex

#655005
(101,80,5)
0 Favorites   0 Comments

Color spaces of #655005

RGB 101805
HSL0.130.910.21
HSV47°95°40°
CMYK 0.000.210.95   0.60
XYZ8.26298.51501.3516
Yxy8.51500.45580.4697
Hunter Lab29.1805-0.520817.6801
CIE-Lab35.03321.526441.6799

#655005 color RGB value is (101,80,5).

#655005 hex color red value is 101, green value is 80 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #655005 hue: 0.13 , saturation: 0.91 and the lightness value of 655005 is 0.21.

The process color (four color CMYK) of #655005 color hex is 0.00, 0.21, 0.95, 0.60. Web safe color of #655005 is #666600. Color #655005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010000 00000101
Octal 145 120 5
Decimal 101 80 5
Hex 65 50 5

RGB Percentages of Color #655005

%54.30
%43.01
%2.69

CMYK Percentages of Color #655005

%0
%21
%95
%60

Triadic Colors of #655005

#655005 #056550 #500565

Analogous Colors of #655005

#655005 #4a6505 #652005

Monochromatic Colors of #655005

#655005

Complementary Color

#655005 #051a65

#655005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655005 Color CSS Codes

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

#655005 Text Font Color

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

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


#655005 Background Color

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

This div background color is #655005


#655005 Border Color

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

This div border color is #655005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655005


Comments

No comments written yet.

Please login to write comment.