Color Hex Logo

#953849 Color Hex

#953849
(149,56,73)
0 Favorites   0 Comments

Color spaces of #953849

RGB 1495673
HSL0.970.450.40
HSV349°62°58°
CMYK 0.000.620.51   0.42
XYZ15.01129.69897.3842
Yxy9.69890.46770.3022
Hunter Lab31.143131.53817.7421
CIE-Lab37.296540.542310.3304

#953849 color RGB value is (149,56,73).

#953849 hex color red value is 149, green value is 56 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #953849 hue: 0.97 , saturation: 0.45 and the lightness value of 953849 is 0.40.

The process color (four color CMYK) of #953849 color hex is 0.00, 0.62, 0.51, 0.42. Web safe color of #953849 is #993333. Color #953849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111000 01001001
Octal 225 70 111
Decimal 149 56 73
Hex 95 38 49

RGB Percentages of Color #953849

%53.60
%20.14
%26.26

CMYK Percentages of Color #953849

%0
%62
%51
%42

Triadic Colors of #953849

#953849 #499538 #384995

Analogous Colors of #953849

#953849 #955638 #953878

Monochromatic Colors of #953849

#953849

Complementary Color

#953849 #389584

#953849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953849 Color CSS Codes

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

#953849 Text Font Color

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

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


#953849 Background Color

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

This div background color is #953849


#953849 Border Color

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

This div border color is #953849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953849


Comments

No comments written yet.

Please login to write comment.