Color Hex Logo

#957346 Color Hex

#957346
(149,115,70)
0 Favorites   0 Comments

Color spaces of #957346

RGB 14911570
HSL0.090.360.43
HSV34°53°58°
CMYK 0.000.230.53   0.42
XYZ19.630719.09328.4451
Yxy19.09320.41620.4048
Hunter Lab43.69583.725119.1280
CIE-Lab50.79617.639229.8730

#957346 color RGB value is (149,115,70).

#957346 hex color red value is 149, green value is 115 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #957346 hue: 0.09 , saturation: 0.36 and the lightness value of 957346 is 0.43.

The process color (four color CMYK) of #957346 color hex is 0.00, 0.23, 0.53, 0.42. Web safe color of #957346 is #996633. Color #957346 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110011 01000110
Octal 225 163 106
Decimal 149 115 70
Hex 95 73 46

RGB Percentages of Color #957346

%44.61
%34.43
%20.96

CMYK Percentages of Color #957346

%0
%23
%53
%42

Triadic Colors of #957346

#957346 #469573 #734695

Analogous Colors of #957346

#957346 #909546 #954c46

Monochromatic Colors of #957346

#957346

Complementary Color

#957346 #466895

#957346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957346 Color CSS Codes

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

#957346 Text Font Color

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

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


#957346 Background Color

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

This div background color is #957346


#957346 Border Color

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

This div border color is #957346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957346


Comments

No comments written yet.

Please login to write comment.