Color Hex Logo

#873030 Color Hex

#873030
(135,48,48)
0 Favorites   0 Comments

Color spaces of #873030

RGB 1354848
HSL0.000.480.36
HSV64°53°
CMYK 0.000.640.64   0.47
XYZ11.58217.47823.6293
Yxy7.47820.51050.3296
Hunter Lab27.346327.744911.2737
CIE-Lab32.871737.232919.8963

#873030 color RGB value is (135,48,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110000 00110000
Octal 207 60 60
Decimal 135 48 48
Hex 87 30 30

RGB Percentages of Color #873030

%58.44
%20.78
%20.78

CMYK Percentages of Color #873030

%0
%64
%64
%47

Triadic Colors of #873030

#873030 #308730 #303087

Analogous Colors of #873030

#873030 #875c30 #87305c

Monochromatic Colors of #873030

#873030

Complementary Color

#873030 #308787

#873030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#873030 Color CSS Codes

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

#873030 Text Font Color

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

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


#873030 Background Color

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

This div background color is #873030


#873030 Border Color

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

This div border color is #873030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873030


Comments

No comments written yet.

Please login to write comment.