Color Hex Logo

#967074 Color Hex

#967074
(150,112,116)
0 Favorites   0 Comments

Color spaces of #967074

RGB 150112116
HSL0.980.150.51
HSV354°25°59°
CMYK 0.000.250.23   0.41
XYZ21.524219.333319.1203
Yxy19.33330.35890.3223
Hunter Lab43.969610.43324.9964
CIE-Lab51.074915.64993.6489

#967074 color RGB value is (150,112,116).

#967074 hex color red value is 150, green value is 112 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #967074 hue: 0.98 , saturation: 0.15 and the lightness value of 967074 is 0.51.

The process color (four color CMYK) of #967074 color hex is 0.00, 0.25, 0.23, 0.41. Web safe color of #967074 is #996666. Color #967074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110000 01110100
Octal 226 160 164
Decimal 150 112 116
Hex 96 70 74

RGB Percentages of Color #967074

%39.68
%29.63
%30.69

CMYK Percentages of Color #967074

%0
%25
%23
%41

Triadic Colors of #967074

#967074 #749670 #707496

Analogous Colors of #967074

#967074 #967f70 #967087

Monochromatic Colors of #967074

#967074

Complementary Color

#967074 #709692

#967074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967074 Color CSS Codes

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

#967074 Text Font Color

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

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


#967074 Background Color

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

This div background color is #967074


#967074 Border Color

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

This div border color is #967074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967074


Comments

No comments written yet.

Please login to write comment.