Color Hex Logo

#957153 Color Hex

#957153
(149,113,83)
0 Favorites   0 Comments

Color spaces of #957153

RGB 14911383
HSL0.080.280.45
HSV27°44°58°
CMYK 0.000.240.44   0.42
XYZ19.860918.824310.7703
Yxy18.82430.40160.3806
Hunter Lab43.38705.783315.6529
CIE-Lab50.481010.148022.1272

#957153 color RGB value is (149,113,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110001 01010011
Octal 225 161 123
Decimal 149 113 83
Hex 95 71 53

RGB Percentages of Color #957153

%43.19
%32.75
%24.06

CMYK Percentages of Color #957153

%0
%24
%44
%42

Triadic Colors of #957153

#957153 #539571 #715395

Analogous Colors of #957153

#957153 #959253 #955356

Monochromatic Colors of #957153

#957153

Complementary Color

#957153 #537795

#957153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957153 Color CSS Codes

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

#957153 Text Font Color

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

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


#957153 Background Color

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

This div background color is #957153


#957153 Border Color

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

This div border color is #957153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957153


Comments

No comments written yet.

Please login to write comment.