Color Hex Logo

#956344 Color Hex

#956344
(149,99,68)
0 Favorites   0 Comments

Color spaces of #956344

RGB 1499968
HSL0.060.370.43
HSV23°54°58°
CMYK 0.000.340.54   0.42
XYZ17.899715.73067.5617
Yxy15.73060.43450.3819
Hunter Lab39.661811.150316.4594
CIE-Lab46.619016.687925.7554

#956344 color RGB value is (149,99,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100011 01000100
Octal 225 143 104
Decimal 149 99 68
Hex 95 63 44

RGB Percentages of Color #956344

%47.15
%31.33
%21.52

CMYK Percentages of Color #956344

%0
%34
%54
%42

Triadic Colors of #956344

#956344 #449563 #634495

Analogous Colors of #956344

#956344 #958c44 #95444e

Monochromatic Colors of #956344

#956344

Complementary Color

#956344 #447695

#956344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#956344 Color CSS Codes

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

#956344 Text Font Color

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

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


#956344 Background Color

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

This div background color is #956344


#956344 Border Color

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

This div border color is #956344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956344


Comments

No comments written yet.

Please login to write comment.