Color Hex Logo

#865048 Color Hex

#865048
(134,80,72)
0 Favorites   0 Comments

Color spaces of #865048

RGB 1348072
HSL0.020.300.40
HSV46°53°
CMYK 0.000.400.46   0.47
XYZ13.869911.27357.5759
Yxy11.27350.42390.3446
Hunter Lab33.576014.978410.1254
CIE-Lab40.037321.697514.3562

#865048 color RGB value is (134,80,72).

#865048 hex color red value is 134, green value is 80 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #865048 hue: 0.02 , saturation: 0.30 and the lightness value of 865048 is 0.40.

The process color (four color CMYK) of #865048 color hex is 0.00, 0.40, 0.46, 0.47. Web safe color of #865048 is #996633. Color #865048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010000 01001000
Octal 206 120 110
Decimal 134 80 72
Hex 86 50 48

RGB Percentages of Color #865048

%46.85
%27.97
%25.17

CMYK Percentages of Color #865048

%0
%40
%46
%47

Triadic Colors of #865048

#865048 #488650 #504886

Analogous Colors of #865048

#865048 #866f48 #86485f

Monochromatic Colors of #865048

#865048

Complementary Color

#865048 #487e86

#865048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865048 Color CSS Codes

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

#865048 Text Font Color

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

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


#865048 Background Color

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

This div background color is #865048


#865048 Border Color

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

This div border color is #865048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865048


Comments

No comments written yet.

Please login to write comment.