Color Hex Logo

#877228 Color Hex

#877228
(135,114,40)
0 Favorites   0 Comments

Color spaces of #877228

RGB 13511440
HSL0.130.540.34
HSV47°70°53°
CMYK 0.000.160.70   0.47
XYZ16.392017.33874.4902
Yxy17.33870.42890.4536
Hunter Lab41.6398-2.600922.7543
CIE-Lab48.6840-0.496742.4262

#877228 color RGB value is (135,114,40).

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

The process color (four color CMYK) of #877228 color hex is 0.00, 0.16, 0.70, 0.47. Web safe color of #877228 is #996633. Color #877228 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110010 00101000
Octal 207 162 50
Decimal 135 114 40
Hex 87 72 28

RGB Percentages of Color #877228

%46.71
%39.45
%13.84

CMYK Percentages of Color #877228

%0
%16
%70
%47

Triadic Colors of #877228

#877228 #288772 #722887

Analogous Colors of #877228

#877228 #6d8728 #874328

Monochromatic Colors of #877228

#877228

Complementary Color

#877228 #283d87

#877228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#877228 Color CSS Codes

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

#877228 Text Font Color

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

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


#877228 Background Color

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

This div background color is #877228


#877228 Border Color

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

This div border color is #877228


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,114,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 #877228">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877228


Comments

No comments written yet.

Please login to write comment.