Color Hex Logo

#969072 Color Hex

#969072
(150,144,114)
0 Favorites   0 Comments

Color spaces of #969072

RGB 150144114
HSL0.140.150.52
HSV50°24°59°
CMYK 0.000.040.24   0.41
XYZ25.588227.645519.9071
Yxy27.64550.34980.3780
Hunter Lab52.5790-5.144014.3573
CIE-Lab59.5671-2.868116.7750

#969072 color RGB value is (150,144,114).

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

The process color (four color CMYK) of #969072 color hex is 0.00, 0.04, 0.24, 0.41. Web safe color of #969072 is #999966. Color #969072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010000 01110010
Octal 226 220 162
Decimal 150 144 114
Hex 96 90 72

RGB Percentages of Color #969072

%36.76
%35.29
%27.94

CMYK Percentages of Color #969072

%0
%4
%24
%41

Triadic Colors of #969072

#969072 #729690 #907296

Analogous Colors of #969072

#969072 #8a9672 #967e72

Monochromatic Colors of #969072

#969072

Complementary Color

#969072 #727896

#969072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#969072 Color CSS Codes

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

#969072 Text Font Color

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

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


#969072 Background Color

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

This div background color is #969072


#969072 Border Color

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

This div border color is #969072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969072


Comments

No comments written yet.

Please login to write comment.