Color Hex Logo

#953641 Color Hex

#953641
(149,54,65)
0 Favorites   0 Comments

Color spaces of #953641

RGB 1495465
HSL0.980.470.40
HSV353°64°58°
CMYK 0.000.640.56   0.42
XYZ14.66779.40956.0442
Yxy9.40950.48700.3124
Hunter Lab30.674931.67169.7899
CIE-Lab36.761140.772914.6735

#953641 color RGB value is (149,54,65).

#953641 hex color red value is 149, green value is 54 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #953641 hue: 0.98 , saturation: 0.47 and the lightness value of 953641 is 0.40.

The process color (four color CMYK) of #953641 color hex is 0.00, 0.64, 0.56, 0.42. Web safe color of #953641 is #993333. Color #953641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110110 01000001
Octal 225 66 101
Decimal 149 54 65
Hex 95 36 41

RGB Percentages of Color #953641

%55.60
%20.15
%24.25

CMYK Percentages of Color #953641

%0
%64
%56
%42

Triadic Colors of #953641

#953641 #419536 #364195

Analogous Colors of #953641

#953641 #955b36 #953671

Monochromatic Colors of #953641

#953641

Complementary Color

#953641 #36958a

#953641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953641 Color CSS Codes

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

#953641 Text Font Color

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

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


#953641 Background Color

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

This div background color is #953641


#953641 Border Color

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

This div border color is #953641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953641


Comments

No comments written yet.

Please login to write comment.