Color Hex Logo

#949471 Color Hex

#949471
(148,148,113)
0 Favorites   0 Comments

Color spaces of #949471

RGB 148148113
HSL0.170.140.51
HSV60°24°58°
CMYK 0.000.000.24   0.42
XYZ25.783328.668019.7973
Yxy28.66800.34730.3861
Hunter Lab53.5425-7.743015.5573
CIE-Lab60.4875-6.016818.5710

#949471 color RGB value is (148,148,113).

#949471 hex color red value is 148, green value is 148 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #949471 hue: 0.17 , saturation: 0.14 and the lightness value of 949471 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10010100 01110001
Octal 224 224 161
Decimal 148 148 113
Hex 94 94 71

RGB Percentages of Color #949471

%36.19
%36.19
%27.63

CMYK Percentages of Color #949471

%0
%0
%24
%42

Triadic Colors of #949471

#949471 #719494 #947194

Analogous Colors of #949471

#949471 #839471 #948371

Monochromatic Colors of #949471

#949471

Complementary Color

#949471 #717194

#949471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#949471 Color CSS Codes

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

#949471 Text Font Color

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

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


#949471 Background Color

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

This div background color is #949471


#949471 Border Color

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

This div border color is #949471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949471


Comments

No comments written yet.

Please login to write comment.