Color Hex Logo

#872a03 Color Hex

#872A03
(135,42,3)
0 Favorites   0 Comments

Color spaces of #872a03

RGB 135423
HSL0.050.960.27
HSV18°98°53°
CMYK 0.000.690.98   0.47
XYZ10.83616.81340.8301
Yxy6.81340.58640.3687
Hunter Lab26.102528.422516.3862
CIE-Lab31.378338.229242.2272

#872a03 color RGB value is (135,42,3).

#872a03 hex color red value is 135, green value is 42 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #872a03 hue: 0.05 , saturation: 0.96 and the lightness value of 872a03 is 0.27.

The process color (four color CMYK) of #872a03 color hex is 0.00, 0.69, 0.98, 0.47. Web safe color of #872a03 is #993300. Color #872a03 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101010 00000011
Octal 207 52 3
Decimal 135 42 3
Hex 87 2A 3

RGB Percentages of Color #872a03

%75.00
%23.33
%1.67

CMYK Percentages of Color #872a03

%0
%69
%98
%47

Triadic Colors of #872a03

#872a03 #03872a #2a0387

Analogous Colors of #872a03

#872a03 #876c03 #87031e

Monochromatic Colors of #872a03

#872a03

Complementary Color

#872a03 #036087

#872a03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872a03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872a03 Color CSS Codes

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

#872a03 Text Font Color

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

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


#872a03 Background Color

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

This div background color is #872a03


#872a03 Border Color

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

This div border color is #872a03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872a03


Comments

No comments written yet.

Please login to write comment.