Color Hex Logo

#969049 Color Hex

#969049
(150,144,73)
0 Favorites   0 Comments

Color spaces of #969049

RGB 15014473
HSL0.150.350.44
HSV55°51°59°
CMYK 0.000.040.51   0.41
XYZ23.753526.911610.2458
Yxy26.91160.39000.4418
Hunter Lab51.8764-9.050924.6035
CIE-Lab58.8924-7.868338.1562

#969049 color RGB value is (150,144,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010000 01001001
Octal 226 220 111
Decimal 150 144 73
Hex 96 90 49

RGB Percentages of Color #969049

%40.87
%39.24
%19.89

CMYK Percentages of Color #969049

%0
%4
%51
%41

Triadic Colors of #969049

#969049 #499690 #904996

Analogous Colors of #969049

#969049 #769649 #966a49

Monochromatic Colors of #969049

#969049

Complementary Color

#969049 #494f96

#969049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#969049 Color CSS Codes

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

#969049 Text Font Color

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

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


#969049 Background Color

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

This div background color is #969049


#969049 Border Color

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

This div border color is #969049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969049


Comments

No comments written yet.

Please login to write comment.