Color Hex Logo

#947047 Color Hex

#947047
(148,112,71)
0 Favorites   0 Comments

Color spaces of #947047

RGB 14811271
HSL0.090.350.43
HSV32°52°58°
CMYK 0.000.240.52   0.42
XYZ19.144218.33928.4920
Yxy18.33920.41640.3989
Hunter Lab42.82434.854218.2199
CIE-Lab49.90509.018228.1790

#947047 color RGB value is (148,112,71).

#947047 hex color red value is 148, green value is 112 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #947047 hue: 0.09 , saturation: 0.35 and the lightness value of 947047 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110000 01000111
Octal 224 160 107
Decimal 148 112 71
Hex 94 70 47

RGB Percentages of Color #947047

%44.71
%33.84
%21.45

CMYK Percentages of Color #947047

%0
%24
%52
%42

Triadic Colors of #947047

#947047 #479470 #704794

Analogous Colors of #947047

#947047 #929447 #944a47

Monochromatic Colors of #947047

#947047

Complementary Color

#947047 #476b94

#947047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#947047 Color CSS Codes

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

#947047 Text Font Color

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

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


#947047 Background Color

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

This div background color is #947047


#947047 Border Color

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

This div border color is #947047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947047


Comments

No comments written yet.

Please login to write comment.