Color Hex Logo

#948957 Color Hex

#948957
(148,137,87)
0 Favorites   0 Comments

Color spaces of #948957

RGB 14813787
HSL0.140.260.46
HSV49°41°58°
CMYK 0.000.070.41   0.42
XYZ22.878724.875312.6124
Yxy24.87530.37900.4121
Hunter Lab49.8751-5.400119.9194
CIE-Lab56.9537-3.426628.2887

#948957 color RGB value is (148,137,87).

#948957 hex color red value is 148, green value is 137 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #948957 hue: 0.14 , saturation: 0.26 and the lightness value of 948957 is 0.46.

The process color (four color CMYK) of #948957 color hex is 0.00, 0.07, 0.41, 0.42. Web safe color of #948957 is #999966. Color #948957 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001001 01010111
Octal 224 211 127
Decimal 148 137 87
Hex 94 89 57

RGB Percentages of Color #948957

%39.78
%36.83
%23.39

CMYK Percentages of Color #948957

%0
%7
%41
%42

Triadic Colors of #948957

#948957 #579489 #895794

Analogous Colors of #948957

#948957 #819457 #946b57

Monochromatic Colors of #948957

#948957

Complementary Color

#948957 #576294

#948957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948957 Color CSS Codes

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

#948957 Text Font Color

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

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


#948957 Background Color

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

This div background color is #948957


#948957 Border Color

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

This div border color is #948957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948957


Comments

No comments written yet.

Please login to write comment.