Color Hex Logo

#957946 Color Hex

#957946
(149,121,70)
0 Favorites   0 Comments

Color spaces of #957946

RGB 14912170
HSL0.110.360.43
HSV39°53°58°
CMYK 0.000.190.53   0.42
XYZ20.337320.50658.6806
Yxy20.50650.41070.4141
Hunter Lab45.28410.918020.3335
CIE-Lab52.40514.208131.8616

#957946 color RGB value is (149,121,70).

#957946 hex color red value is 149, green value is 121 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #957946 hue: 0.11 , saturation: 0.36 and the lightness value of 957946 is 0.43.

The process color (four color CMYK) of #957946 color hex is 0.00, 0.19, 0.53, 0.42. Web safe color of #957946 is #996633. Color #957946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111001 01000110
Octal 225 171 106
Decimal 149 121 70
Hex 95 79 46

RGB Percentages of Color #957946

%43.82
%35.59
%20.59

CMYK Percentages of Color #957946

%0
%19
%53
%42

Triadic Colors of #957946

#957946 #469579 #794695

Analogous Colors of #957946

#957946 #8a9546 #955246

Monochromatic Colors of #957946

#957946

Complementary Color

#957946 #466295

#957946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957946 Color CSS Codes

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

#957946 Text Font Color

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

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


#957946 Background Color

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

This div background color is #957946


#957946 Border Color

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

This div border color is #957946


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,121,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #957946; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #957946;
  -webkit-box-shadow: 1px 1px 3px 2px #957946;
  box-shadow:         1px 1px 3px 2px #957946; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,121,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957946


Comments

No comments written yet.

Please login to write comment.