Color Hex Logo

#955a45 Color Hex

#955A45
(149,90,69)
0 Favorites   0 Comments

Color spaces of #955a45

RGB 1499069
HSL0.040.370.43
HSV16°54°58°
CMYK 0.000.400.54   0.42
XYZ17.124814.13167.4553
Yxy14.13160.44240.3650
Hunter Lab37.592015.528514.5559
CIE-Lab44.421121.965022.3532

#955a45 color RGB value is (149,90,69).

#955a45 hex color red value is 149, green value is 90 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #955a45 hue: 0.04 , saturation: 0.37 and the lightness value of 955a45 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011010 01000101
Octal 225 132 105
Decimal 149 90 69
Hex 95 5A 45

RGB Percentages of Color #955a45

%48.38
%29.22
%22.40

CMYK Percentages of Color #955a45

%0
%40
%54
%42

Triadic Colors of #955a45

#955a45 #45955a #5a4595

Analogous Colors of #955a45

#955a45 #958245 #954558

Monochromatic Colors of #955a45

#955a45

Complementary Color

#955a45 #458095

#955a45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955a45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955a45 Color CSS Codes

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

#955a45 Text Font Color

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

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


#955a45 Background Color

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

This div background color is #955a45


#955a45 Border Color

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

This div border color is #955a45


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,90,69, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #955a45; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #955a45;
  -webkit-box-shadow: 1px 1px 3px 2px #955a45;
  box-shadow:         1px 1px 3px 2px #955a45; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955a45


Comments

No comments written yet.

Please login to write comment.