Color Hex Logo

#948776 Color Hex

#948776
(148,135,118)
0 Favorites   0 Comments

Color spaces of #948776

RGB 148135118
HSL0.090.120.52
HSV34°20°58°
CMYK 0.000.090.20   0.42
XYZ24.146724.931920.6792
Yxy24.93190.34620.3574
Hunter Lab49.9319-1.059410.3974
CIE-Lab57.00901.978110.9155

#948776 color RGB value is (148,135,118).

#948776 hex color red value is 148, green value is 135 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #948776 hue: 0.09 , saturation: 0.12 and the lightness value of 948776 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000111 01110110
Octal 224 207 166
Decimal 148 135 118
Hex 94 87 76

RGB Percentages of Color #948776

%36.91
%33.67
%29.43

CMYK Percentages of Color #948776

%0
%9
%20
%42

Triadic Colors of #948776

#948776 #769487 #877694

Analogous Colors of #948776

#948776 #929476 #947876

Monochromatic Colors of #948776

#948776

Complementary Color

#948776 #768394

#948776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948776 Color CSS Codes

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

#948776 Text Font Color

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

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


#948776 Background Color

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

This div background color is #948776


#948776 Border Color

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

This div border color is #948776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948776


Comments

No comments written yet.

Please login to write comment.