Color Hex Logo

#872933 Color Hex

#872933
(135,41,51)
0 Favorites   0 Comments

Color spaces of #872933

RGB 1354151
HSL0.980.530.35
HSV354°70°53°
CMYK 0.000.700.62   0.47
XYZ11.38226.97583.8785
Yxy6.97580.51190.3137
Hunter Lab26.411730.70449.7816
CIE-Lab31.751840.625616.5248

#872933 color RGB value is (135,41,51).

#872933 hex color red value is 135, green value is 41 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #872933 hue: 0.98 , saturation: 0.53 and the lightness value of 872933 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101001 00110011
Octal 207 51 63
Decimal 135 41 51
Hex 87 29 33

RGB Percentages of Color #872933

%59.47
%18.06
%22.47

CMYK Percentages of Color #872933

%0
%70
%62
%47

Triadic Colors of #872933

#872933 #338729 #293387

Analogous Colors of #872933

#872933 #874e29 #872962

Monochromatic Colors of #872933

#872933

Complementary Color

#872933 #29877d

#872933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872933 Color CSS Codes

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

#872933 Text Font Color

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

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


#872933 Background Color

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

This div background color is #872933


#872933 Border Color

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

This div border color is #872933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872933


Comments

No comments written yet.

Please login to write comment.