Color Hex Logo

#93925a Color Hex

#93925A
(147,146,90)
0 Favorites   0 Comments

Color spaces of #93925a

RGB 14714690
HSL0.160.240.46
HSV59°39°58°
CMYK 0.000.010.39   0.42
XYZ24.157027.499013.7075
Yxy27.49900.36960.4207
Hunter Lab52.4395-9.540521.2094
CIE-Lab59.4334-8.426829.8203

#93925a color RGB value is (147,146,90).

#93925a hex color red value is 147, green value is 146 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #93925a hue: 0.16 , saturation: 0.24 and the lightness value of 93925a is 0.46.

The process color (four color CMYK) of #93925a color hex is 0.00, 0.01, 0.39, 0.42. Web safe color of #93925a is #999966. Color #93925a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10010010 01011010
Octal 223 222 132
Decimal 147 146 90
Hex 93 92 5A

RGB Percentages of Color #93925a

%38.38
%38.12
%23.50

CMYK Percentages of Color #93925a

%0
%1
%39
%42

Triadic Colors of #93925a

#93925a #5a9392 #925a93

Analogous Colors of #93925a

#93925a #78935a #93765a

Monochromatic Colors of #93925a

#93925a

Complementary Color

#93925a #5a5b93

#93925a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93925a Color Preview on White Background

Lorem ipsum dolor sit amet.

#93925a Color CSS Codes

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

#93925a Text Font Color

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

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


#93925a Background Color

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

This div background color is #93925a


#93925a Border Color

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

This div border color is #93925a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,146,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93925a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93925a;
  -webkit-box-shadow: 1px 1px 3px 2px #93925a;
  box-shadow:         1px 1px 3px 2px #93925a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93925a


Comments

No comments written yet.

Please login to write comment.