Color Hex Logo

#968272 Color Hex

#968272
(150,130,114)
0 Favorites   0 Comments

Color spaces of #968272

RGB 150130114
HSL0.070.150.52
HSV27°24°59°
CMYK 0.000.130.24   0.41
XYZ23.597623.664219.2435
Yxy23.66420.35480.3558
Hunter Lab48.64591.458210.5980
CIE-Lab55.75004.986011.4694

#968272 color RGB value is (150,130,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000010 01110010
Octal 226 202 162
Decimal 150 130 114
Hex 96 82 72

RGB Percentages of Color #968272

%38.07
%32.99
%28.93

CMYK Percentages of Color #968272

%0
%13
%24
%41

Triadic Colors of #968272

#968272 #729682 #827296

Analogous Colors of #968272

#968272 #969472 #967274

Monochromatic Colors of #968272

#968272

Complementary Color

#968272 #728696

#968272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968272 Color CSS Codes

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

#968272 Text Font Color

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

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


#968272 Background Color

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

This div background color is #968272


#968272 Border Color

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

This div border color is #968272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968272


Comments

No comments written yet.

Please login to write comment.