Color Hex Logo

#953324 Color Hex

#953324
(149,51,36)
0 Favorites   0 Comments

Color spaces of #953324

RGB 1495136
HSL0.020.610.36
HSV76°58°
CMYK 0.000.660.76   0.42
XYZ13.89678.88462.6515
Yxy8.88460.54640.3493
Hunter Lab29.807031.058315.5908
CIE-Lab35.761240.298931.2729

#953324 color RGB value is (149,51,36).

#953324 hex color red value is 149, green value is 51 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #953324 hue: 0.02 , saturation: 0.61 and the lightness value of 953324 is 0.36.

The process color (four color CMYK) of #953324 color hex is 0.00, 0.66, 0.76, 0.42. Web safe color of #953324 is #993333. Color #953324 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110011 00100100
Octal 225 63 44
Decimal 149 51 36
Hex 95 33 24

RGB Percentages of Color #953324

%63.14
%21.61
%15.25

CMYK Percentages of Color #953324

%0
%66
%76
%42

Triadic Colors of #953324

#953324 #249533 #332495

Analogous Colors of #953324

#953324 #956c24 #95244d

Monochromatic Colors of #953324

#953324

Complementary Color

#953324 #248695

#953324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953324 Color CSS Codes

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

#953324 Text Font Color

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

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


#953324 Background Color

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

This div background color is #953324


#953324 Border Color

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

This div border color is #953324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953324


Comments

No comments written yet.

Please login to write comment.