Color Hex Logo

#955044 Color Hex

#955044
(149,80,68)
0 Favorites   0 Comments

Color spaces of #955044

RGB 1498068
HSL0.020.370.43
HSV54°58°
CMYK 0.000.460.54   0.42
XYZ16.306512.54427.0307
Yxy12.54420.45450.3496
Hunter Lab35.417820.201013.0229
CIE-Lab42.068327.534619.8805

#955044 color RGB value is (149,80,68).

#955044 hex color red value is 149, green value is 80 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #955044 hue: 0.02 , saturation: 0.37 and the lightness value of 955044 is 0.43.

The process color (four color CMYK) of #955044 color hex is 0.00, 0.46, 0.54, 0.42. Web safe color of #955044 is #996633. Color #955044 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010000 01000100
Octal 225 120 104
Decimal 149 80 68
Hex 95 50 44

RGB Percentages of Color #955044

%50.17
%26.94
%22.90

CMYK Percentages of Color #955044

%0
%46
%54
%42

Triadic Colors of #955044

#955044 #449550 #504495

Analogous Colors of #955044

#955044 #957944 #954461

Monochromatic Colors of #955044

#955044

Complementary Color

#955044 #448995

#955044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955044 Color CSS Codes

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

#955044 Text Font Color

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

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


#955044 Background Color

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

This div background color is #955044


#955044 Border Color

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

This div border color is #955044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955044


Comments

No comments written yet.

Please login to write comment.