Color Hex Logo

#969247 Color Hex

#969247
(150,146,71)
0 Favorites   0 Comments

Color spaces of #969247

RGB 15014671
HSL0.160.360.43
HSV57°53°59°
CMYK 0.000.030.53   0.41
XYZ23.993927.496710.0040
Yxy27.49670.39020.4471
Hunter Lab52.4373-10.088525.3947
CIE-Lab59.4313-9.132139.8066

#969247 color RGB value is (150,146,71).

#969247 hex color red value is 150, green value is 146 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #969247 hue: 0.16 , saturation: 0.36 and the lightness value of 969247 is 0.43.

The process color (four color CMYK) of #969247 color hex is 0.00, 0.03, 0.53, 0.41. Web safe color of #969247 is #999933. Color #969247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010010 01000111
Octal 226 222 107
Decimal 150 146 71
Hex 96 92 47

RGB Percentages of Color #969247

%40.87
%39.78
%19.35

CMYK Percentages of Color #969247

%0
%3
%53
%41

Triadic Colors of #969247

#969247 #479692 #924796

Analogous Colors of #969247

#969247 #739647 #966b47

Monochromatic Colors of #969247

#969247

Complementary Color

#969247 #474b96

#969247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#969247 Color CSS Codes

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

#969247 Text Font Color

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

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


#969247 Background Color

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

This div background color is #969247


#969247 Border Color

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

This div border color is #969247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969247


Comments

No comments written yet.

Please login to write comment.