Color Hex Logo

#969467 Color Hex

#969467
(150,148,103)
0 Favorites   0 Comments

Color spaces of #969467

RGB 150148103
HSL0.160.190.50
HSV57°31°59°
CMYK 0.000.010.31   0.41
XYZ25.615828.643117.0105
Yxy28.64310.35940.4019
Hunter Lab53.5192-8.223618.6188
CIE-Lab60.4653-6.623824.1203

#969467 color RGB value is (150,148,103).

#969467 hex color red value is 150, green value is 148 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #969467 hue: 0.16 , saturation: 0.19 and the lightness value of 969467 is 0.50.

The process color (four color CMYK) of #969467 color hex is 0.00, 0.01, 0.31, 0.41. Web safe color of #969467 is #999966. Color #969467 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010100 01100111
Octal 226 224 147
Decimal 150 148 103
Hex 96 94 67

RGB Percentages of Color #969467

%37.41
%36.91
%25.69

CMYK Percentages of Color #969467

%0
%1
%31
%41

Triadic Colors of #969467

#969467 #679694 #946796

Analogous Colors of #969467

#969467 #819667 #967d67

Monochromatic Colors of #969467

#969467

Complementary Color

#969467 #676996

#969467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#969467 Color CSS Codes

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

#969467 Text Font Color

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

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


#969467 Background Color

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

This div background color is #969467


#969467 Border Color

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

This div border color is #969467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969467


Comments

No comments written yet.

Please login to write comment.