Color Hex Logo

#968674 Color Hex

#968674
(150,134,116)
0 Favorites   0 Comments

Color spaces of #968674

RGB 150134116
HSL0.090.140.52
HSV32°23°59°
CMYK 0.000.110.23   0.41
XYZ24.255224.795220.0306
Yxy24.79520.35110.3589
Hunter Lab49.7948-0.192911.0062
CIE-Lab56.87533.027911.8998

#968674 color RGB value is (150,134,116).

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

The process color (four color CMYK) of #968674 color hex is 0.00, 0.11, 0.23, 0.41. Web safe color of #968674 is #999966. Color #968674 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000110 01110100
Octal 226 206 164
Decimal 150 134 116
Hex 96 86 74

RGB Percentages of Color #968674

%37.50
%33.50
%29.00

CMYK Percentages of Color #968674

%0
%11
%23
%41

Triadic Colors of #968674

#968674 #749686 #867496

Analogous Colors of #968674

#968674 #959674 #967574

Monochromatic Colors of #968674

#968674

Complementary Color

#968674 #748496

#968674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968674 Color CSS Codes

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

#968674 Text Font Color

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

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


#968674 Background Color

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

This div background color is #968674


#968674 Border Color

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

This div border color is #968674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968674


Comments

No comments written yet.

Please login to write comment.