Color Hex Logo

#873028 Color Hex

#873028
(135,48,40)
0 Favorites   0 Comments

Color spaces of #873028

RGB 1354840
HSL0.010.540.34
HSV70°53°
CMYK 0.000.640.70   0.47
XYZ11.43167.41802.8368
Yxy7.41800.52710.3421
Hunter Lab27.236027.257712.8898
CIE-Lab32.740236.721324.7441

#873028 color RGB value is (135,48,40).

#873028 hex color red value is 135, green value is 48 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #873028 hue: 0.01 , saturation: 0.54 and the lightness value of 873028 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110000 00101000
Octal 207 60 50
Decimal 135 48 40
Hex 87 30 28

RGB Percentages of Color #873028

%60.54
%21.52
%17.94

CMYK Percentages of Color #873028

%0
%64
%70
%47

Triadic Colors of #873028

#873028 #288730 #302887

Analogous Colors of #873028

#873028 #876028 #872850

Monochromatic Colors of #873028

#873028

Complementary Color

#873028 #287f87

#873028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#873028 Color CSS Codes

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

#873028 Text Font Color

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

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


#873028 Background Color

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

This div background color is #873028


#873028 Border Color

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

This div border color is #873028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873028


Comments

No comments written yet.

Please login to write comment.