Color Hex Logo

#965949 Color Hex

#965949
(150,89,73)
0 Favorites   0 Comments

Color spaces of #965949

RGB 1508973
HSL0.030.350.44
HSV12°51°59°
CMYK 0.000.410.51   0.41
XYZ17.352714.10988.1122
Yxy14.10980.43850.3565
Hunter Lab37.563016.725013.4897
CIE-Lab44.390023.346219.9638

#965949 color RGB value is (150,89,73).

#965949 hex color red value is 150, green value is 89 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #965949 hue: 0.03 , saturation: 0.35 and the lightness value of 965949 is 0.44.

The process color (four color CMYK) of #965949 color hex is 0.00, 0.41, 0.51, 0.41. Web safe color of #965949 is #996633. Color #965949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011001 01001001
Octal 226 131 111
Decimal 150 89 73
Hex 96 59 49

RGB Percentages of Color #965949

%48.08
%28.53
%23.40

CMYK Percentages of Color #965949

%0
%41
%51
%41

Triadic Colors of #965949

#965949 #499659 #594996

Analogous Colors of #965949

#965949 #968049 #96495f

Monochromatic Colors of #965949

#965949

Complementary Color

#965949 #498696

#965949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965949 Color CSS Codes

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

#965949 Text Font Color

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

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


#965949 Background Color

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

This div background color is #965949


#965949 Border Color

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

This div border color is #965949


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,89,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #965949; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #965949;
  -webkit-box-shadow: 1px 1px 3px 2px #965949;
  box-shadow:         1px 1px 3px 2px #965949; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,89,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965949


Comments

No comments written yet.

Please login to write comment.