Color Hex Logo

#948473 Color Hex

#948473
(148,132,115)
0 Favorites   0 Comments

Color spaces of #948473

RGB 148132115
HSL0.090.130.52
HSV31°22°58°
CMYK 0.000.110.22   0.42
XYZ23.558524.036219.6174
Yxy24.03620.35050.3576
Hunter Lab49.0267-0.023310.5946
CIE-Lab56.12403.200211.3920

#948473 color RGB value is (148,132,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000100 01110011
Octal 224 204 163
Decimal 148 132 115
Hex 94 84 73

RGB Percentages of Color #948473

%37.47
%33.42
%29.11

CMYK Percentages of Color #948473

%0
%11
%22
%42

Triadic Colors of #948473

#948473 #739484 #847394

Analogous Colors of #948473

#948473 #949473 #947473

Monochromatic Colors of #948473

#948473

Complementary Color

#948473 #738394

#948473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948473 Color CSS Codes

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

#948473 Text Font Color

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

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


#948473 Background Color

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

This div background color is #948473


#948473 Border Color

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

This div border color is #948473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948473


Comments

No comments written yet.

Please login to write comment.