Color Hex Logo

#957953 Color Hex

#957953
(149,121,83)
0 Favorites   0 Comments

Color spaces of #957953

RGB 14912183
HSL0.100.280.45
HSV35°44°58°
CMYK 0.000.190.44   0.42
XYZ20.793120.688811.0810
Yxy20.68880.39560.3936
Hunter Lab45.48492.001317.3953
CIE-Lab52.60725.554624.9121

#957953 color RGB value is (149,121,83).

#957953 hex color red value is 149, green value is 121 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #957953 hue: 0.10 , saturation: 0.28 and the lightness value of 957953 is 0.45.

The process color (four color CMYK) of #957953 color hex is 0.00, 0.19, 0.44, 0.42. Web safe color of #957953 is #996666. Color #957953 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111001 01010011
Octal 225 171 123
Decimal 149 121 83
Hex 95 79 53

RGB Percentages of Color #957953

%42.21
%34.28
%23.51

CMYK Percentages of Color #957953

%0
%19
%44
%42

Triadic Colors of #957953

#957953 #539579 #795395

Analogous Colors of #957953

#957953 #909553 #955853

Monochromatic Colors of #957953

#957953

Complementary Color

#957953 #536f95

#957953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957953 Color CSS Codes

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

#957953 Text Font Color

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

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


#957953 Background Color

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

This div background color is #957953


#957953 Border Color

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

This div border color is #957953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957953


Comments

No comments written yet.

Please login to write comment.