Color Hex Logo

#957448 Color Hex

#957448
(149,116,72)
0 Favorites   0 Comments

Color spaces of #957448

RGB 14911672
HSL0.100.350.43
HSV34°52°58°
CMYK 0.000.220.52   0.42
XYZ19.809519.34828.8214
Yxy19.34820.41290.4033
Hunter Lab43.98663.411518.9002
CIE-Lab51.09217.257729.1350

#957448 color RGB value is (149,116,72).

#957448 hex color red value is 149, green value is 116 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #957448 hue: 0.10 , saturation: 0.35 and the lightness value of 957448 is 0.43.

The process color (four color CMYK) of #957448 color hex is 0.00, 0.22, 0.52, 0.42. Web safe color of #957448 is #996633. Color #957448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110100 01001000
Octal 225 164 110
Decimal 149 116 72
Hex 95 74 48

RGB Percentages of Color #957448

%44.21
%34.42
%21.36

CMYK Percentages of Color #957448

%0
%22
%52
%42

Triadic Colors of #957448

#957448 #489574 #744895

Analogous Colors of #957448

#957448 #909548 #954e48

Monochromatic Colors of #957448

#957448

Complementary Color

#957448 #486995

#957448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957448 Color CSS Codes

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

#957448 Text Font Color

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

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


#957448 Background Color

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

This div background color is #957448


#957448 Border Color

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

This div border color is #957448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957448


Comments

No comments written yet.

Please login to write comment.