Color Hex Logo

#948b6f Color Hex

#948B6F
(148,139,111)
0 Favorites   0 Comments

Color spaces of #948b6f

RGB 148139111
HSL0.130.150.51
HSV45°25°58°
CMYK 0.000.060.25   0.42
XYZ24.314625.908818.7583
Yxy25.90880.35250.3756
Hunter Lab50.9007-3.809113.7805
CIE-Lab57.9504-1.347316.2145

#948b6f color RGB value is (148,139,111).

#948b6f hex color red value is 148, green value is 139 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #948b6f hue: 0.13 , saturation: 0.15 and the lightness value of 948b6f is 0.51.

The process color (four color CMYK) of #948b6f color hex is 0.00, 0.06, 0.25, 0.42. Web safe color of #948b6f is #999966. Color #948b6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001011 01101111
Octal 224 213 157
Decimal 148 139 111
Hex 94 8B 6F

RGB Percentages of Color #948b6f

%37.19
%34.92
%27.89

CMYK Percentages of Color #948b6f

%0
%6
%25
%42

Triadic Colors of #948b6f

#948b6f #6f948b #8b6f94

Analogous Colors of #948b6f

#948b6f #8b946f #94796f

Monochromatic Colors of #948b6f

#948b6f

Complementary Color

#948b6f #6f7894

#948b6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948b6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#948b6f Color CSS Codes

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

#948b6f Text Font Color

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

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


#948b6f Background Color

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

This div background color is #948b6f


#948b6f Border Color

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

This div border color is #948b6f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,139,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #948b6f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #948b6f;
  -webkit-box-shadow: 1px 1px 3px 2px #948b6f;
  box-shadow:         1px 1px 3px 2px #948b6f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948b6f


Comments

No comments written yet.

Please login to write comment.