Color Hex Logo

#948176 Color Hex

#948176
(148,129,118)
0 Favorites   0 Comments

Color spaces of #948176

RGB 148129118
HSL0.060.120.52
HSV22°20°58°
CMYK 0.000.130.20   0.42
XYZ23.333023.304420.4080
Yxy23.30440.34800.3476
Hunter Lab48.27461.79548.7275
CIE-Lab55.38455.38248.6194

#948176 color RGB value is (148,129,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000001 01110110
Octal 224 201 166
Decimal 148 129 118
Hex 94 81 76

RGB Percentages of Color #948176

%37.47
%32.66
%29.87

CMYK Percentages of Color #948176

%0
%13
%20
%42

Triadic Colors of #948176

#948176 #769481 #817694

Analogous Colors of #948176

#948176 #949076 #94767a

Monochromatic Colors of #948176

#948176

Complementary Color

#948176 #768994

#948176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948176 Color CSS Codes

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

#948176 Text Font Color

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

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


#948176 Background Color

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

This div background color is #948176


#948176 Border Color

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

This div border color is #948176


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,129,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 #948176">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948176


Comments

No comments written yet.

Please login to write comment.