Color Hex Logo

#874633 Color Hex

#874633
(135,70,51)
0 Favorites   0 Comments

Color spaces of #874633

RGB 1357051
HSL0.040.450.36
HSV14°62°53°
CMYK 0.000.480.62   0.47
XYZ12.77949.77024.3443
Yxy9.77020.47520.3633
Hunter Lab31.257318.278513.6397
CIE-Lab37.426825.861923.7739

#874633 color RGB value is (135,70,51).

#874633 hex color red value is 135, green value is 70 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #874633 hue: 0.04 , saturation: 0.45 and the lightness value of 874633 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000110 00110011
Octal 207 106 63
Decimal 135 70 51
Hex 87 46 33

RGB Percentages of Color #874633

%52.73
%27.34
%19.92

CMYK Percentages of Color #874633

%0
%48
%62
%47

Triadic Colors of #874633

#874633 #338746 #463387

Analogous Colors of #874633

#874633 #877033 #87334a

Monochromatic Colors of #874633

#874633

Complementary Color

#874633 #337487

#874633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874633 Color CSS Codes

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

#874633 Text Font Color

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

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


#874633 Background Color

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

This div background color is #874633


#874633 Border Color

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

This div border color is #874633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874633


Comments

No comments written yet.

Please login to write comment.