Color Hex Logo

#873044 Color Hex

#873044
(135,48,68)
0 Favorites   0 Comments

Color spaces of #873044

RGB 1354868
HSL0.960.480.36
HSV346°64°53°
CMYK 0.000.640.50   0.47
XYZ12.09207.68226.3143
Yxy7.68220.46350.2945
Hunter Lab27.716829.36985.8946
CIE-Lab33.312138.92027.6070

#873044 color RGB value is (135,48,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110000 01000100
Octal 207 60 104
Decimal 135 48 68
Hex 87 30 44

RGB Percentages of Color #873044

%53.78
%19.12
%27.09

CMYK Percentages of Color #873044

%0
%64
%50
%47

Triadic Colors of #873044

#873044 #448730 #304487

Analogous Colors of #873044

#873044 #874830 #873070

Monochromatic Colors of #873044

#873044

Complementary Color

#873044 #308773

#873044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#873044 Color CSS Codes

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

#873044 Text Font Color

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

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


#873044 Background Color

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

This div background color is #873044


#873044 Border Color

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

This div border color is #873044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873044


Comments

No comments written yet.

Please login to write comment.