Color Hex Logo

#93824e Color Hex

#93824E
(147,130,78)
0 Favorites   0 Comments

Color spaces of #93824e

RGB 14713078
HSL0.130.310.44
HSV45°47°58°
CMYK 0.000.120.47   0.42
XYZ21.390422.718410.4654
Yxy22.71840.39200.4163
Hunter Lab47.6638-3.305120.3466
CIE-Lab54.7811-0.957930.4223

#93824e color RGB value is (147,130,78).

#93824e hex color red value is 147, green value is 130 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #93824e hue: 0.13 , saturation: 0.31 and the lightness value of 93824e is 0.44.

The process color (four color CMYK) of #93824e color hex is 0.00, 0.12, 0.47, 0.42. Web safe color of #93824e is #999966. Color #93824e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000010 01001110
Octal 223 202 116
Decimal 147 130 78
Hex 93 82 4E

RGB Percentages of Color #93824e

%41.41
%36.62
%21.97

CMYK Percentages of Color #93824e

%0
%12
%47
%42

Triadic Colors of #93824e

#93824e #4e9382 #824e93

Analogous Colors of #93824e

#93824e #82934e #93604e

Monochromatic Colors of #93824e

#93824e

Complementary Color

#93824e #4e5f93

#93824e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93824e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93824e Color CSS Codes

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

#93824e Text Font Color

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

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


#93824e Background Color

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

This div background color is #93824e


#93824e Border Color

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

This div border color is #93824e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,130,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93824e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93824e;
  -webkit-box-shadow: 1px 1px 3px 2px #93824e;
  box-shadow:         1px 1px 3px 2px #93824e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93824e


Comments

No comments written yet.

Please login to write comment.