Color Hex Logo

#948279 Color Hex

#948279
(148,130,121)
0 Favorites   0 Comments

Color spaces of #948279

RGB 148130121
HSL0.060.110.53
HSV20°18°58°
CMYK 0.000.120.18   0.42
XYZ23.646623.641621.4061
Yxy23.64160.34420.3442
Hunter Lab48.62261.72017.9334
CIE-Lab55.72725.30197.3739

#948279 color RGB value is (148,130,121).

#948279 hex color red value is 148, green value is 130 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #948279 hue: 0.06 , saturation: 0.11 and the lightness value of 948279 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000010 01111001
Octal 224 202 171
Decimal 148 130 121
Hex 94 82 79

RGB Percentages of Color #948279

%37.09
%32.58
%30.33

CMYK Percentages of Color #948279

%0
%12
%18
%42

Triadic Colors of #948279

#948279 #799482 #827994

Analogous Colors of #948279

#948279 #949079 #94797e

Monochromatic Colors of #948279

#948279

Complementary Color

#948279 #798b94

#948279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948279 Color CSS Codes

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

#948279 Text Font Color

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

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


#948279 Background Color

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

This div background color is #948279


#948279 Border Color

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

This div border color is #948279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948279


Comments

No comments written yet.

Please login to write comment.