Color Hex Logo

#957943 Color Hex

#957943
(149,121,67)
0 Favorites   0 Comments

Color spaces of #957943

RGB 14912167
HSL0.110.380.42
HSV40°55°58°
CMYK 0.000.190.55   0.42
XYZ20.244920.46968.1942
Yxy20.46960.41390.4185
Hunter Lab45.24330.697020.9321
CIE-Lab52.36403.931533.4296

#957943 color RGB value is (149,121,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111001 01000011
Octal 225 171 103
Decimal 149 121 67
Hex 95 79 43

RGB Percentages of Color #957943

%44.21
%35.91
%19.88

CMYK Percentages of Color #957943

%0
%19
%55
%42

Triadic Colors of #957943

#957943 #439579 #794395

Analogous Colors of #957943

#957943 #889543 #955043

Monochromatic Colors of #957943

#957943

Complementary Color

#957943 #435f95

#957943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957943 Color CSS Codes

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

#957943 Text Font Color

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

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


#957943 Background Color

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

This div background color is #957943


#957943 Border Color

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

This div border color is #957943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957943


Comments

No comments written yet.

Please login to write comment.