Color Hex Logo

#948470 Color Hex

#948470
(148,132,112)
0 Favorites   0 Comments

Color spaces of #948470

RGB 148132112
HSL0.090.140.51
HSV33°24°58°
CMYK 0.000.110.24   0.42
XYZ23.388623.968318.7229
Yxy23.96830.35390.3627
Hunter Lab48.9574-0.400111.5958
CIE-Lab56.05602.736413.0185

#948470 color RGB value is (148,132,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000100 01110000
Octal 224 204 160
Decimal 148 132 112
Hex 94 84 70

RGB Percentages of Color #948470

%37.76
%33.67
%28.57

CMYK Percentages of Color #948470

%0
%11
%24
%42

Triadic Colors of #948470

#948470 #709484 #847094

Analogous Colors of #948470

#948470 #929470 #947270

Monochromatic Colors of #948470

#948470

Complementary Color

#948470 #708094

#948470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948470 Color CSS Codes

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

#948470 Text Font Color

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

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


#948470 Background Color

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

This div background color is #948470


#948470 Border Color

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

This div border color is #948470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948470


Comments

No comments written yet.

Please login to write comment.