Color Hex Logo

#865748 Color Hex

#865748
(134,87,72)
0 Favorites   0 Comments

Color spaces of #865748

RGB 1348772
HSL0.040.300.40
HSV15°46°53°
CMYK 0.000.350.46   0.47
XYZ14.409412.35267.7557
Yxy12.35260.41740.3579
Hunter Lab35.146311.676111.5189
CIE-Lab41.771117.594116.6998

#865748 color RGB value is (134,87,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010111 01001000
Octal 206 127 110
Decimal 134 87 72
Hex 86 57 48

RGB Percentages of Color #865748

%45.73
%29.69
%24.57

CMYK Percentages of Color #865748

%0
%35
%46
%47

Triadic Colors of #865748

#865748 #488657 #574886

Analogous Colors of #865748

#865748 #867648 #864858

Monochromatic Colors of #865748

#865748

Complementary Color

#865748 #487786

#865748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865748 Color CSS Codes

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

#865748 Text Font Color

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

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


#865748 Background Color

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

This div background color is #865748


#865748 Border Color

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

This div border color is #865748


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,87,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 #865748">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865748


Comments

No comments written yet.

Please login to write comment.