Color Hex Logo

#93712d Color Hex

#93712D
(147,113,45)
0 Favorites   0 Comments

Color spaces of #93712d

RGB 14711345
HSL0.110.530.38
HSV40°69°58°
CMYK 0.000.230.69   0.42
XYZ18.411418.20285.0257
Yxy18.20280.44220.4371
Hunter Lab42.66472.366022.8812
CIE-Lab49.74125.935841.6045

#93712d color RGB value is (147,113,45).

#93712d hex color red value is 147, green value is 113 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #93712d hue: 0.11 , saturation: 0.53 and the lightness value of 93712d is 0.38.

The process color (four color CMYK) of #93712d color hex is 0.00, 0.23, 0.69, 0.42. Web safe color of #93712d is #996633. Color #93712d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01110001 00101101
Octal 223 161 55
Decimal 147 113 45
Hex 93 71 2D

RGB Percentages of Color #93712d

%48.20
%37.05
%14.75

CMYK Percentages of Color #93712d

%0
%23
%69
%42

Triadic Colors of #93712d

#93712d #2d9371 #712d93

Analogous Colors of #93712d

#93712d #82932d #933e2d

Monochromatic Colors of #93712d

#93712d

Complementary Color

#93712d #2d4f93

#93712d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93712d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93712d Color CSS Codes

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

#93712d Text Font Color

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

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


#93712d Background Color

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

This div background color is #93712d


#93712d Border Color

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

This div border color is #93712d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93712d


Comments

No comments written yet.

Please login to write comment.