Color Hex Logo

#947f81 Color Hex

#947F81
(148,127,129)
0 Favorites   0 Comments

Color spaces of #947f81

RGB 148127129
HSL0.980.090.54
HSV354°14°58°
CMYK 0.000.140.13   0.42
XYZ23.764623.059623.9673
Yxy23.05960.33570.3257
Hunter Lab48.02044.30134.0223
CIE-Lab55.13378.38221.8861

#947f81 color RGB value is (148,127,129).

#947f81 hex color red value is 148, green value is 127 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #947f81 hue: 0.98 , saturation: 0.09 and the lightness value of 947f81 is 0.54.

The process color (four color CMYK) of #947f81 color hex is 0.00, 0.14, 0.13, 0.42. Web safe color of #947f81 is #996699. Color #947f81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111111 10000001
Octal 224 177 201
Decimal 148 127 129
Hex 94 7F 81

RGB Percentages of Color #947f81

%36.63
%31.44
%31.93

CMYK Percentages of Color #947f81

%0
%14
%13
%42

Triadic Colors of #947f81

#947f81 #81947f #7f8194

Analogous Colors of #947f81

#947f81 #94887f #947f8c

Monochromatic Colors of #947f81

#947f81

Complementary Color

#947f81 #7f9492

#947f81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947f81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#947f81 Color CSS Codes

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

#947f81 Text Font Color

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

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


#947f81 Background Color

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

This div background color is #947f81


#947f81 Border Color

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

This div border color is #947f81


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,127,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #947f81; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #947f81;
  -webkit-box-shadow: 1px 1px 3px 2px #947f81;
  box-shadow:         1px 1px 3px 2px #947f81; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947f81


Comments

No comments written yet.

Please login to write comment.