Color Hex Logo

#873041 Color Hex

#873041
(135,48,65)
0 Favorites   0 Comments

Color spaces of #873041

RGB 1354865
HSL0.970.480.36
HSV348°64°53°
CMYK 0.000.640.52   0.47
XYZ12.00287.64655.8443
Yxy7.64650.47080.2999
Hunter Lab27.652329.08846.8257
CIE-Lab33.235638.63009.4456

#873041 color RGB value is (135,48,65).

#873041 hex color red value is 135, green value is 48 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #873041 hue: 0.97 , saturation: 0.48 and the lightness value of 873041 is 0.36.

The process color (four color CMYK) of #873041 color hex is 0.00, 0.64, 0.52, 0.47. Web safe color of #873041 is #993333. Color #873041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110000 01000001
Octal 207 60 101
Decimal 135 48 65
Hex 87 30 41

RGB Percentages of Color #873041

%54.44
%19.35
%26.21

CMYK Percentages of Color #873041

%0
%64
%52
%47

Triadic Colors of #873041

#873041 #418730 #304187

Analogous Colors of #873041

#873041 #874b30 #87306d

Monochromatic Colors of #873041

#873041

Complementary Color

#873041 #308776

#873041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#873041 Color CSS Codes

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

#873041 Text Font Color

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

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


#873041 Background Color

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

This div background color is #873041


#873041 Border Color

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

This div border color is #873041


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,48,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #873041; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #873041;
  -webkit-box-shadow: 1px 1px 3px 2px #873041;
  box-shadow:         1px 1px 3px 2px #873041; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873041


Comments

No comments written yet.

Please login to write comment.