Color Hex Logo

#846565 Color Hex

#846565
(132,101,101)
0 Favorites   0 Comments

Color spaces of #846565

RGB 132101101
HSL0.000.130.46
HSV23°52°
CMYK 0.000.230.23   0.48
XYZ16.518415.152514.3660
Yxy15.15250.35880.3291
Hunter Lab38.92627.62595.3669
CIE-Lab45.842412.46534.8074

#846565 color RGB value is (132,101,101).

#846565 hex color red value is 132, green value is 101 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #846565 hue: 0.00 , saturation: 0.13 and the lightness value of 846565 is 0.46.

The process color (four color CMYK) of #846565 color hex is 0.00, 0.23, 0.23, 0.48. Web safe color of #846565 is #996666. Color #846565 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100101 01100101
Octal 204 145 145
Decimal 132 101 101
Hex 84 65 65

RGB Percentages of Color #846565

%39.52
%30.24
%30.24

CMYK Percentages of Color #846565

%0
%23
%23
%48

Triadic Colors of #846565

#846565 #658465 #656584

Analogous Colors of #846565

#846565 #847565 #846575

Monochromatic Colors of #846565

#846565

Complementary Color

#846565 #658484

#846565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846565 Color CSS Codes

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

#846565 Text Font Color

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

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


#846565 Background Color

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

This div background color is #846565


#846565 Border Color

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

This div border color is #846565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846565


Comments

No comments written yet.

Please login to write comment.