Color Hex Logo

#947357 Color Hex

#947357
(148,115,87)
0 Favorites   0 Comments

Color spaces of #947357

RGB 14811587
HSL0.080.260.46
HSV28°41°58°
CMYK 0.000.220.41   0.42
XYZ20.063819.245511.6741
Yxy19.24550.39350.3775
Hunter Lab43.86974.865014.9312
CIE-Lab50.97329.033420.4577

#947357 color RGB value is (148,115,87).

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

The process color (four color CMYK) of #947357 color hex is 0.00, 0.22, 0.41, 0.42. Web safe color of #947357 is #996666. Color #947357 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110011 01010111
Octal 224 163 127
Decimal 148 115 87
Hex 94 73 57

RGB Percentages of Color #947357

%42.29
%32.86
%24.86

CMYK Percentages of Color #947357

%0
%22
%41
%42

Triadic Colors of #947357

#947357 #579473 #735794

Analogous Colors of #947357

#947357 #949257 #94575a

Monochromatic Colors of #947357

#947357

Complementary Color

#947357 #577894

#947357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#947357 Color CSS Codes

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

#947357 Text Font Color

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

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


#947357 Background Color

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

This div background color is #947357


#947357 Border Color

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

This div border color is #947357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947357


Comments

No comments written yet.

Please login to write comment.