Color Hex Logo

#969473 Color Hex

#969473
(150,148,115)
0 Favorites   0 Comments

Color spaces of #969473

RGB 150148115
HSL0.160.140.52
HSV57°23°59°
CMYK 0.000.010.23   0.41
XYZ26.262128.901620.4141
Yxy28.90160.34750.3824
Hunter Lab53.7602-6.882315.1182
CIE-Lab60.6947-4.918617.7635

#969473 color RGB value is (150,148,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010100 01110011
Octal 226 224 163
Decimal 150 148 115
Hex 96 94 73

RGB Percentages of Color #969473

%36.32
%35.84
%27.85

CMYK Percentages of Color #969473

%0
%1
%23
%41

Triadic Colors of #969473

#969473 #739694 #947396

Analogous Colors of #969473

#969473 #879673 #968373

Monochromatic Colors of #969473

#969473

Complementary Color

#969473 #737596

#969473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#969473 Color CSS Codes

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

#969473 Text Font Color

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

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


#969473 Background Color

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

This div background color is #969473


#969473 Border Color

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

This div border color is #969473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969473


Comments

No comments written yet.

Please login to write comment.