Color Hex Logo

#953c22 Color Hex

#953C22
(149,60,34)
0 Favorites   0 Comments

Color spaces of #953c22

RGB 1496034
HSL0.040.630.36
HSV14°77°58°
CMYK 0.000.600.77   0.42
XYZ14.29909.73682.6391
Yxy9.73680.53600.3650
Hunter Lab31.203827.190016.8282
CIE-Lab37.365835.899734.1301

#953c22 color RGB value is (149,60,34).

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

The process color (four color CMYK) of #953c22 color hex is 0.00, 0.60, 0.77, 0.42. Web safe color of #953c22 is #993333. Color #953c22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111100 00100010
Octal 225 74 42
Decimal 149 60 34
Hex 95 3C 22

RGB Percentages of Color #953c22

%61.32
%24.69
%13.99

CMYK Percentages of Color #953c22

%0
%60
%77
%42

Triadic Colors of #953c22

#953c22 #22953c #3c2295

Analogous Colors of #953c22

#953c22 #957622 #952242

Monochromatic Colors of #953c22

#953c22

Complementary Color

#953c22 #227b95

#953c22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953c22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953c22 Color CSS Codes

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

#953c22 Text Font Color

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

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


#953c22 Background Color

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

This div background color is #953c22


#953c22 Border Color

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

This div border color is #953c22


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,60,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 #953c22">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953c22


Comments

No comments written yet.

Please login to write comment.