Color Hex Logo

#948366 Color Hex

#948366
(148,131,102)
0 Favorites   0 Comments

Color spaces of #948366

RGB 148131102
HSL0.110.180.49
HSV38°31°58°
CMYK 0.000.110.31   0.42
XYZ22.727323.487815.9061
Yxy23.48780.36590.3781
Hunter Lab48.4642-1.104814.4658
CIE-Lab55.57131.844618.0657

#948366 color RGB value is (148,131,102).

#948366 hex color red value is 148, green value is 131 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #948366 hue: 0.11 , saturation: 0.18 and the lightness value of 948366 is 0.49.

The process color (four color CMYK) of #948366 color hex is 0.00, 0.11, 0.31, 0.42. Web safe color of #948366 is #999966. Color #948366 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000011 01100110
Octal 224 203 146
Decimal 148 131 102
Hex 94 83 66

RGB Percentages of Color #948366

%38.85
%34.38
%26.77

CMYK Percentages of Color #948366

%0
%11
%31
%42

Triadic Colors of #948366

#948366 #669483 #836694

Analogous Colors of #948366

#948366 #8e9466 #946c66

Monochromatic Colors of #948366

#948366

Complementary Color

#948366 #667794

#948366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948366 Color CSS Codes

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

#948366 Text Font Color

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

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


#948366 Background Color

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

This div background color is #948366


#948366 Border Color

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

This div border color is #948366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948366


Comments

No comments written yet.

Please login to write comment.