Color Hex Logo

#948457 Color Hex

#948457
(148,132,87)
0 Favorites   0 Comments

Color spaces of #948457

RGB 14813287
HSL0.120.260.46
HSV44°41°58°
CMYK 0.000.110.41   0.42
XYZ22.184323.486512.3809
Yxy23.48650.38210.4046
Hunter Lab48.4629-3.100118.7771
CIE-Lab55.5700-0.641226.5031

#948457 color RGB value is (148,132,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000100 01010111
Octal 224 204 127
Decimal 148 132 87
Hex 94 84 57

RGB Percentages of Color #948457

%40.33
%35.97
%23.71

CMYK Percentages of Color #948457

%0
%11
%41
%42

Triadic Colors of #948457

#948457 #579484 #845794

Analogous Colors of #948457

#948457 #869457 #946657

Monochromatic Colors of #948457

#948457

Complementary Color

#948457 #576794

#948457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948457 Color CSS Codes

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

#948457 Text Font Color

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

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


#948457 Background Color

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

This div background color is #948457


#948457 Border Color

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

This div border color is #948457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948457


Comments

No comments written yet.

Please login to write comment.