Color Hex Logo

#93782b Color Hex

#93782B
(147,120,43)
0 Favorites   0 Comments

Color spaces of #93782b

RGB 14712043
HSL0.120.550.37
HSV44°71°58°
CMYK 0.000.180.71   0.42
XYZ19.185119.81045.0981
Yxy19.81040.43510.4493
Hunter Lab44.5089-0.949924.3651
CIE-Lab51.62221.825044.5047

#93782b color RGB value is (147,120,43).

#93782b hex color red value is 147, green value is 120 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #93782b hue: 0.12 , saturation: 0.55 and the lightness value of 93782b is 0.37.

The process color (four color CMYK) of #93782b color hex is 0.00, 0.18, 0.71, 0.42. Web safe color of #93782b is #996633. Color #93782b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01111000 00101011
Octal 223 170 53
Decimal 147 120 43
Hex 93 78 2B

RGB Percentages of Color #93782b

%47.42
%38.71
%13.87

CMYK Percentages of Color #93782b

%0
%18
%71
%42

Triadic Colors of #93782b

#93782b #2b9378 #782b93

Analogous Colors of #93782b

#93782b #7a932b #93442b

Monochromatic Colors of #93782b

#93782b

Complementary Color

#93782b #2b4693

#93782b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93782b Color Preview on White Background

Lorem ipsum dolor sit amet.

#93782b Color CSS Codes

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

#93782b Text Font Color

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

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


#93782b Background Color

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

This div background color is #93782b


#93782b Border Color

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

This div border color is #93782b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93782b


Comments

No comments written yet.

Please login to write comment.