Color Hex Logo

#94711e Color Hex

#94711E
(148,113,30)
0 Favorites   0 Comments

Color spaces of #94711e

RGB 14811330
HSL0.120.660.35
HSV42°80°58°
CMYK 0.000.240.80   0.42
XYZ18.352218.19993.7740
Yxy18.19990.45510.4513
Hunter Lab42.66132.130424.6179
CIE-Lab49.73775.640548.1314

#94711e color RGB value is (148,113,30).

#94711e hex color red value is 148, green value is 113 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #94711e hue: 0.12 , saturation: 0.66 and the lightness value of 94711e is 0.35.

The process color (four color CMYK) of #94711e color hex is 0.00, 0.24, 0.80, 0.42. Web safe color of #94711e is #996633. Color #94711e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110001 00011110
Octal 224 161 36
Decimal 148 113 30
Hex 94 71 1E

RGB Percentages of Color #94711e

%50.86
%38.83
%10.31

CMYK Percentages of Color #94711e

%0
%24
%80
%42

Triadic Colors of #94711e

#94711e #1e9471 #711e94

Analogous Colors of #94711e

#94711e #7c941e #94361e

Monochromatic Colors of #94711e

#94711e

Complementary Color

#94711e #1e4194

#94711e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94711e Color Preview on White Background

Lorem ipsum dolor sit amet.

#94711e Color CSS Codes

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

#94711e Text Font Color

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

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


#94711e Background Color

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

This div background color is #94711e


#94711e Border Color

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

This div border color is #94711e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,113,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #94711e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #94711e;
  -webkit-box-shadow: 1px 1px 3px 2px #94711e;
  box-shadow:         1px 1px 3px 2px #94711e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94711e


Comments

No comments written yet.

Please login to write comment.