Color Hex Logo

#93814d Color Hex

#93814D
(147,129,77)
0 Favorites   0 Comments

Color spaces of #93814d

RGB 14712977
HSL0.120.310.44
HSV45°48°58°
CMYK 0.000.120.48   0.42
XYZ21.222422.439410.2339
Yxy22.43940.39380.4163
Hunter Lab47.3702-2.927920.3501
CIE-Lab54.4901-0.502230.6013

#93814d color RGB value is (147,129,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000001 01001101
Octal 223 201 115
Decimal 147 129 77
Hex 93 81 4D

RGB Percentages of Color #93814d

%41.64
%36.54
%21.81

CMYK Percentages of Color #93814d

%0
%12
%48
%42

Triadic Colors of #93814d

#93814d #4d9381 #814d93

Analogous Colors of #93814d

#93814d #82934d #935e4d

Monochromatic Colors of #93814d

#93814d

Complementary Color

#93814d #4d5f93

#93814d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93814d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93814d Color CSS Codes

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

#93814d Text Font Color

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

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


#93814d Background Color

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

This div background color is #93814d


#93814d Border Color

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

This div border color is #93814d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,129,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 #93814d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93814d


Comments

No comments written yet.

Please login to write comment.