Color Hex Logo

#953120 Color Hex

#953120
(149,49,32)
0 Favorites   0 Comments

Color spaces of #953120

RGB 1494932
HSL0.020.650.35
HSV79°58°
CMYK 0.000.670.79   0.42
XYZ13.75358.69052.3190
Yxy8.69050.55540.3509
Hunter Lab29.479731.688415.9717
CIE-Lab35.381441.027733.1503

#953120 color RGB value is (149,49,32).

#953120 hex color red value is 149, green value is 49 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #953120 hue: 0.02 , saturation: 0.65 and the lightness value of 953120 is 0.35.

The process color (four color CMYK) of #953120 color hex is 0.00, 0.67, 0.79, 0.42. Web safe color of #953120 is #993333. Color #953120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110001 00100000
Octal 225 61 40
Decimal 149 49 32
Hex 95 31 20

RGB Percentages of Color #953120

%64.78
%21.30
%13.91

CMYK Percentages of Color #953120

%0
%67
%79
%42

Triadic Colors of #953120

#953120 #209531 #312095

Analogous Colors of #953120

#953120 #956c20 #952049

Monochromatic Colors of #953120

#953120

Complementary Color

#953120 #208495

#953120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953120 Color CSS Codes

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

#953120 Text Font Color

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

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


#953120 Background Color

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

This div background color is #953120


#953120 Border Color

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

This div border color is #953120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953120


Comments

No comments written yet.

Please login to write comment.