Color Hex Logo

#947411 Color Hex

#947411
(148,116,17)
0 Favorites   0 Comments

Color spaces of #947411

RGB 14811617
HSL0.130.790.32
HSV45°89°58°
CMYK 0.000.220.89   0.42
XYZ18.559318.82723.1861
Yxy18.82720.45740.4640
Hunter Lab43.39030.416626.0196
CIE-Lab50.48443.504752.9977

#947411 color RGB value is (148,116,17).

#947411 hex color red value is 148, green value is 116 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #947411 hue: 0.13 , saturation: 0.79 and the lightness value of 947411 is 0.32.

The process color (four color CMYK) of #947411 color hex is 0.00, 0.22, 0.89, 0.42. Web safe color of #947411 is #996600. Color #947411 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110100 00010001
Octal 224 164 21
Decimal 148 116 17
Hex 94 74 11

RGB Percentages of Color #947411

%52.67
%41.28
%6.05

CMYK Percentages of Color #947411

%0
%22
%89
%42

Triadic Colors of #947411

#947411 #119474 #741194

Analogous Colors of #947411

#947411 #739411 #943311

Monochromatic Colors of #947411

#947411

Complementary Color

#947411 #113194

#947411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#947411 Color CSS Codes

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

#947411 Text Font Color

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

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


#947411 Background Color

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

This div background color is #947411


#947411 Border Color

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

This div border color is #947411


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,116,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #947411; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #947411;
  -webkit-box-shadow: 1px 1px 3px 2px #947411;
  box-shadow:         1px 1px 3px 2px #947411; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947411


Comments

No comments written yet.

Please login to write comment.