Color Hex Logo

#948047 Color Hex

#948047
(148,128,71)
0 Favorites   0 Comments

Color spaces of #948047

RGB 14812871
HSL0.120.350.43
HSV44°52°58°
CMYK 0.000.140.52   0.42
XYZ21.069222.18929.1337
Yxy22.18920.40210.4235
Hunter Lab47.1054-2.595421.4775
CIE-Lab54.2272-0.100433.5308

#948047 color RGB value is (148,128,71).

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

The process color (four color CMYK) of #948047 color hex is 0.00, 0.14, 0.52, 0.42. Web safe color of #948047 is #999933. Color #948047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000000 01000111
Octal 224 200 107
Decimal 148 128 71
Hex 94 80 47

RGB Percentages of Color #948047

%42.65
%36.89
%20.46

CMYK Percentages of Color #948047

%0
%14
%52
%42

Triadic Colors of #948047

#948047 #479480 #804794

Analogous Colors of #948047

#948047 #829447 #945a47

Monochromatic Colors of #948047

#948047

Complementary Color

#948047 #475b94

#948047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948047 Color CSS Codes

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

#948047 Text Font Color

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

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


#948047 Background Color

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

This div background color is #948047


#948047 Border Color

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

This div border color is #948047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948047


Comments

No comments written yet.

Please login to write comment.