Color Hex Logo

#93744b Color Hex

#93744B
(147,116,75)
0 Favorites   0 Comments

Color spaces of #93744b

RGB 14711675
HSL0.090.320.44
HSV34°49°58°
CMYK 0.000.210.49   0.42
XYZ19.548019.20189.3326
Yxy19.20180.40660.3994
Hunter Lab43.81992.943918.0465
CIE-Lab50.92256.678727.2021

#93744b color RGB value is (147,116,75).

#93744b hex color red value is 147, green value is 116 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #93744b hue: 0.09 , saturation: 0.32 and the lightness value of 93744b is 0.44.

The process color (four color CMYK) of #93744b color hex is 0.00, 0.21, 0.49, 0.42. Web safe color of #93744b is #996633. Color #93744b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01110100 01001011
Octal 223 164 113
Decimal 147 116 75
Hex 93 74 4B

RGB Percentages of Color #93744b

%43.49
%34.32
%22.19

CMYK Percentages of Color #93744b

%0
%21
%49
%42

Triadic Colors of #93744b

#93744b #4b9374 #744b93

Analogous Colors of #93744b

#93744b #8e934b #93504b

Monochromatic Colors of #93744b

#93744b

Complementary Color

#93744b #4b6a93

#93744b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93744b Color Preview on White Background

Lorem ipsum dolor sit amet.

#93744b Color CSS Codes

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

#93744b Text Font Color

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

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


#93744b Background Color

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

This div background color is #93744b


#93744b Border Color

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

This div border color is #93744b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,116,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93744b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93744b;
  -webkit-box-shadow: 1px 1px 3px 2px #93744b;
  box-shadow:         1px 1px 3px 2px #93744b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93744b


Comments

No comments written yet.

Please login to write comment.