Color Hex Logo

#948474 Color Hex

#948474
(148,132,116)
0 Favorites   0 Comments

Color spaces of #948474

RGB 148132116
HSL0.080.130.52
HSV30°22°58°
CMYK 0.000.110.22   0.42
XYZ23.616424.059419.9222
Yxy24.05940.34940.3559
Hunter Lab49.05040.104610.2542
CIE-Lab56.14723.357310.8500

#948474 color RGB value is (148,132,116).

#948474 hex color red value is 148, green value is 132 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #948474 hue: 0.08 , saturation: 0.13 and the lightness value of 948474 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000100 01110100
Octal 224 204 164
Decimal 148 132 116
Hex 94 84 74

RGB Percentages of Color #948474

%37.37
%33.33
%29.29

CMYK Percentages of Color #948474

%0
%11
%22
%42

Triadic Colors of #948474

#948474 #749484 #847494

Analogous Colors of #948474

#948474 #949474 #947474

Monochromatic Colors of #948474

#948474

Complementary Color

#948474 #748494

#948474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948474 Color CSS Codes

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

#948474 Text Font Color

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

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


#948474 Background Color

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

This div background color is #948474


#948474 Border Color

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

This div border color is #948474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948474


Comments

No comments written yet.

Please login to write comment.