Color Hex Logo

#957453 Color Hex

#957453
(149,116,83)
0 Favorites   0 Comments

Color spaces of #957453

RGB 14911683
HSL0.080.280.45
HSV30°44°58°
CMYK 0.000.220.44   0.42
XYZ20.201219.504910.8837
Yxy19.50490.39930.3856
Hunter Lab44.16444.360016.3038
CIE-Lab51.27288.420323.1688

#957453 color RGB value is (149,116,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110100 01010011
Octal 225 164 123
Decimal 149 116 83
Hex 95 74 53

RGB Percentages of Color #957453

%42.82
%33.33
%23.85

CMYK Percentages of Color #957453

%0
%22
%44
%42

Triadic Colors of #957453

#957453 #539574 #745395

Analogous Colors of #957453

#957453 #959553 #955353

Monochromatic Colors of #957453

#957453

Complementary Color

#957453 #537495

#957453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957453 Color CSS Codes

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

#957453 Text Font Color

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

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


#957453 Background Color

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

This div background color is #957453


#957453 Border Color

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

This div border color is #957453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957453


Comments

No comments written yet.

Please login to write comment.