Color Hex Logo

#873a2d Color Hex

#873A2D
(135,58,45)
0 Favorites   0 Comments

Color spaces of #873a2d

RGB 1355845
HSL0.020.500.35
HSV67°53°
CMYK 0.000.570.67   0.47
XYZ11.97848.36653.4662
Yxy8.36650.50310.3514
Hunter Lab28.924923.302013.1424
CIE-Lab34.734831.997724.0876

#873a2d color RGB value is (135,58,45).

#873a2d hex color red value is 135, green value is 58 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #873a2d hue: 0.02 , saturation: 0.50 and the lightness value of 873a2d is 0.35.

The process color (four color CMYK) of #873a2d color hex is 0.00, 0.57, 0.67, 0.47. Web safe color of #873a2d is #993333. Color #873a2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111010 00101101
Octal 207 72 55
Decimal 135 58 45
Hex 87 3A 2D

RGB Percentages of Color #873a2d

%56.72
%24.37
%18.91

CMYK Percentages of Color #873a2d

%0
%57
%67
%47

Triadic Colors of #873a2d

#873a2d #2d873a #3a2d87

Analogous Colors of #873a2d

#873a2d #87672d #872d4d

Monochromatic Colors of #873a2d

#873a2d

Complementary Color

#873a2d #2d7a87

#873a2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873a2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#873a2d Color CSS Codes

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

#873a2d Text Font Color

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

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


#873a2d Background Color

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

This div background color is #873a2d


#873a2d Border Color

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

This div border color is #873a2d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,58,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #873a2d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #873a2d;
  -webkit-box-shadow: 1px 1px 3px 2px #873a2d;
  box-shadow:         1px 1px 3px 2px #873a2d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,58,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 #873a2d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873a2d


Comments

No comments written yet.

Please login to write comment.