Color Hex Logo

#865348 Color Hex

#865348
(134,83,72)
0 Favorites   0 Comments

Color spaces of #865348

RGB 1348372
HSL0.030.300.40
HSV11°46°53°
CMYK 0.000.380.46   0.47
XYZ14.094511.72277.6507
Yxy11.72270.42110.3503
Hunter Lab34.238413.563610.7183
CIE-Lab40.772019.944415.3530

#865348 color RGB value is (134,83,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010011 01001000
Octal 206 123 110
Decimal 134 83 72
Hex 86 53 48

RGB Percentages of Color #865348

%46.37
%28.72
%24.91

CMYK Percentages of Color #865348

%0
%38
%46
%47

Triadic Colors of #865348

#865348 #488653 #534886

Analogous Colors of #865348

#865348 #867248 #86485c

Monochromatic Colors of #865348

#865348

Complementary Color

#865348 #487b86

#865348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865348 Color CSS Codes

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

#865348 Text Font Color

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

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


#865348 Background Color

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

This div background color is #865348


#865348 Border Color

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

This div border color is #865348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865348


Comments

No comments written yet.

Please login to write comment.