Color Hex Logo

#957126 Color Hex

#957126
(149,113,38)
0 Favorites   0 Comments

Color spaces of #957126

RGB 14911338
HSL0.110.590.37
HSV41°74°58°
CMYK 0.000.240.74   0.42
XYZ18.649418.33984.3907
Yxy18.33980.45070.4432
Hunter Lab42.82502.789323.8987
CIE-Lab49.90576.467945.0467

#957126 color RGB value is (149,113,38).

#957126 hex color red value is 149, green value is 113 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #957126 hue: 0.11 , saturation: 0.59 and the lightness value of 957126 is 0.37.

The process color (four color CMYK) of #957126 color hex is 0.00, 0.24, 0.74, 0.42. Web safe color of #957126 is #996633. Color #957126 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110001 00100110
Octal 225 161 46
Decimal 149 113 38
Hex 95 71 26

RGB Percentages of Color #957126

%49.67
%37.67
%12.67

CMYK Percentages of Color #957126

%0
%24
%74
%42

Triadic Colors of #957126

#957126 #269571 #712695

Analogous Colors of #957126

#957126 #829526 #953a26

Monochromatic Colors of #957126

#957126

Complementary Color

#957126 #264a95

#957126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957126 Color CSS Codes

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

#957126 Text Font Color

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

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


#957126 Background Color

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

This div background color is #957126


#957126 Border Color

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

This div border color is #957126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957126


Comments

No comments written yet.

Please login to write comment.