Color Hex Logo

#947968 Color Hex

#947968
(148,121,104)
0 Favorites   0 Comments

Color spaces of #947968

RGB 148121104
HSL0.060.170.49
HSV23°30°58°
CMYK 0.000.180.30   0.42
XYZ21.548820.970116.0086
Yxy20.97010.36820.3583
Hunter Lab45.79313.858511.3283
CIE-Lab52.91687.826913.2632

#947968 color RGB value is (148,121,104).

#947968 hex color red value is 148, green value is 121 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #947968 hue: 0.06 , saturation: 0.17 and the lightness value of 947968 is 0.49.

The process color (four color CMYK) of #947968 color hex is 0.00, 0.18, 0.30, 0.42. Web safe color of #947968 is #996666. Color #947968 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111001 01101000
Octal 224 171 150
Decimal 148 121 104
Hex 94 79 68

RGB Percentages of Color #947968

%39.68
%32.44
%27.88

CMYK Percentages of Color #947968

%0
%18
%30
%42

Triadic Colors of #947968

#947968 #689479 #796894

Analogous Colors of #947968

#947968 #948f68 #94686d

Monochromatic Colors of #947968

#947968

Complementary Color

#947968 #688394

#947968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#947968 Color CSS Codes

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

#947968 Text Font Color

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

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


#947968 Background Color

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

This div background color is #947968


#947968 Border Color

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

This div border color is #947968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947968


Comments

No comments written yet.

Please login to write comment.