Color Hex Logo

#863d2d Color Hex

#863D2D
(134,61,45)
0 Favorites   0 Comments

Color spaces of #863d2d

RGB 1346145
HSL0.030.500.35
HSV11°66°53°
CMYK 0.000.540.66   0.47
XYZ11.97398.59533.5106
Yxy8.59530.49730.3570
Hunter Lab29.317721.596613.4228
CIE-Lab35.193129.990824.6083

#863d2d color RGB value is (134,61,45).

#863d2d hex color red value is 134, green value is 61 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #863d2d hue: 0.03 , saturation: 0.50 and the lightness value of 863d2d is 0.35.

The process color (four color CMYK) of #863d2d color hex is 0.00, 0.54, 0.66, 0.47. Web safe color of #863d2d is #993333. Color #863d2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111101 00101101
Octal 206 75 55
Decimal 134 61 45
Hex 86 3D 2D

RGB Percentages of Color #863d2d

%55.83
%25.42
%18.75

CMYK Percentages of Color #863d2d

%0
%54
%66
%47

Triadic Colors of #863d2d

#863d2d #2d863d #3d2d86

Analogous Colors of #863d2d

#863d2d #866a2d #862d4a

Monochromatic Colors of #863d2d

#863d2d

Complementary Color

#863d2d #2d7686

#863d2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863d2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#863d2d Color CSS Codes

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

#863d2d Text Font Color

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

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


#863d2d Background Color

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

This div background color is #863d2d


#863d2d Border Color

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

This div border color is #863d2d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,61,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #863d2d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #863d2d;
  -webkit-box-shadow: 1px 1px 3px 2px #863d2d;
  box-shadow:         1px 1px 3px 2px #863d2d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863d2d

#863d2d Color Palettes


Comments

No comments written yet.

Please login to write comment.