Color Hex Logo

#874630 Color Hex

#874630
(135,70,48)
0 Favorites   0 Comments

Color spaces of #874630

RGB 1357048
HSL0.040.480.36
HSV15°64°53°
CMYK 0.000.480.64   0.47
XYZ12.71539.74464.0070
Yxy9.74460.48040.3682
Hunter Lab31.216318.079514.2408
CIE-Lab37.380125.634225.5099

#874630 color RGB value is (135,70,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000110 00110000
Octal 207 106 60
Decimal 135 70 48
Hex 87 46 30

RGB Percentages of Color #874630

%53.36
%27.67
%18.97

CMYK Percentages of Color #874630

%0
%48
%64
%47

Triadic Colors of #874630

#874630 #308746 #463087

Analogous Colors of #874630

#874630 #877230 #873046

Monochromatic Colors of #874630

#874630

Complementary Color

#874630 #307187

#874630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874630 Color CSS Codes

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

#874630 Text Font Color

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

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


#874630 Background Color

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

This div background color is #874630


#874630 Border Color

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

This div border color is #874630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874630


Comments

No comments written yet.

Please login to write comment.