Color Hex Logo

#93874d Color Hex

#93874D
(147,135,77)
0 Favorites   0 Comments

Color spaces of #93874d

RGB 14713577
HSL0.140.310.44
HSV50°48°58°
CMYK 0.000.080.48   0.42
XYZ22.036124.066810.5051
Yxy24.06680.38930.4251
Hunter Lab49.0579-5.671821.6444
CIE-Lab56.1546-3.848432.6748

#93874d color RGB value is (147,135,77).

#93874d hex color red value is 147, green value is 135 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #93874d hue: 0.14 , saturation: 0.31 and the lightness value of 93874d is 0.44.

The process color (four color CMYK) of #93874d color hex is 0.00, 0.08, 0.48, 0.42. Web safe color of #93874d is #999966. Color #93874d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000111 01001101
Octal 223 207 115
Decimal 147 135 77
Hex 93 87 4D

RGB Percentages of Color #93874d

%40.95
%37.60
%21.45

CMYK Percentages of Color #93874d

%0
%8
%48
%42

Triadic Colors of #93874d

#93874d #4d9387 #874d93

Analogous Colors of #93874d

#93874d #7c934d #93644d

Monochromatic Colors of #93874d

#93874d

Complementary Color

#93874d #4d5993

#93874d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93874d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93874d Color CSS Codes

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

#93874d Text Font Color

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

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


#93874d Background Color

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

This div background color is #93874d


#93874d Border Color

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

This div border color is #93874d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,135,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93874d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93874d;
  -webkit-box-shadow: 1px 1px 3px 2px #93874d;
  box-shadow:         1px 1px 3px 2px #93874d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93874d


Comments

No comments written yet.

Please login to write comment.