Color Hex Logo

#87823d Color Hex

#87823D
(135,130,61)
0 Favorites   0 Comments

Color spaces of #87823d

RGB 13513061
HSL0.160.380.38
HSV56°55°53°
CMYK 0.000.040.55   0.47
XYZ18.816621.45317.5640
Yxy21.45310.39340.4485
Hunter Lab46.3175-8.539522.7397
CIE-Lab53.4419-7.908537.5106

#87823d color RGB value is (135,130,61).

#87823d hex color red value is 135, green value is 130 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #87823d hue: 0.16 , saturation: 0.38 and the lightness value of 87823d is 0.38.

The process color (four color CMYK) of #87823d color hex is 0.00, 0.04, 0.55, 0.47. Web safe color of #87823d is #999933. Color #87823d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000010 00111101
Octal 207 202 75
Decimal 135 130 61
Hex 87 82 3D

RGB Percentages of Color #87823d

%41.41
%39.88
%18.71

CMYK Percentages of Color #87823d

%0
%4
%55
%47

Triadic Colors of #87823d

#87823d #3d8782 #823d87

Analogous Colors of #87823d

#87823d #67873d #875d3d

Monochromatic Colors of #87823d

#87823d

Complementary Color

#87823d #3d4287

#87823d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87823d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87823d Color CSS Codes

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

#87823d Text Font Color

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

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


#87823d Background Color

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

This div background color is #87823d


#87823d Border Color

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

This div border color is #87823d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,130,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87823d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87823d;
  -webkit-box-shadow: 1px 1px 3px 2px #87823d;
  box-shadow:         1px 1px 3px 2px #87823d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87823d


Comments

No comments written yet.

Please login to write comment.