Color Hex Logo

#947611 Color Hex

#947611
(148,118,17)
0 Favorites   0 Comments

Color spaces of #947611

RGB 14811817
HSL0.130.790.32
HSV46°89°58°
CMYK 0.000.200.89   0.42
XYZ18.792419.29323.2638
Yxy19.29320.45450.4666
Hunter Lab43.9240-0.497826.3412
CIE-Lab51.02852.369053.4388

#947611 color RGB value is (148,118,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110110 00010001
Octal 224 166 21
Decimal 148 118 17
Hex 94 76 11

RGB Percentages of Color #947611

%52.30
%41.70
%6.01

CMYK Percentages of Color #947611

%0
%20
%89
%42

Triadic Colors of #947611

#947611 #119476 #761194

Analogous Colors of #947611

#947611 #719411 #943511

Monochromatic Colors of #947611

#947611

Complementary Color

#947611 #112f94

#947611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#947611 Color CSS Codes

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

#947611 Text Font Color

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

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


#947611 Background Color

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

This div background color is #947611


#947611 Border Color

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

This div border color is #947611


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,118,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 #947611">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947611

#947611 Color Palettes


Comments

No comments written yet.

Please login to write comment.