Color Hex Logo

#955222 Color Hex

#955222
(149,82,34)
0 Favorites   0 Comments

Color spaces of #955222

RGB 1498234
HSL0.070.630.36
HSV25°77°58°
CMYK 0.000.450.77   0.42
XYZ15.700512.53963.1063
Yxy12.53960.50090.4000
Hunter Lab35.411317.172719.5870
CIE-Lab42.061224.080038.9938

#955222 color RGB value is (149,82,34).

#955222 hex color red value is 149, green value is 82 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #955222 hue: 0.07 , saturation: 0.63 and the lightness value of 955222 is 0.36.

The process color (four color CMYK) of #955222 color hex is 0.00, 0.45, 0.77, 0.42. Web safe color of #955222 is #996633. Color #955222 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010010 00100010
Octal 225 122 42
Decimal 149 82 34
Hex 95 52 22

RGB Percentages of Color #955222

%56.23
%30.94
%12.83

CMYK Percentages of Color #955222

%0
%45
%77
%42

Triadic Colors of #955222

#955222 #229552 #522295

Analogous Colors of #955222

#955222 #958c22 #95222c

Monochromatic Colors of #955222

#955222

Complementary Color

#955222 #226595

#955222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955222 Color CSS Codes

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

#955222 Text Font Color

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

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


#955222 Background Color

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

This div background color is #955222


#955222 Border Color

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

This div border color is #955222


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955222


Comments

No comments written yet.

Please login to write comment.