Color Hex Logo

#948663 Color Hex

#948663
(148,134,99)
0 Favorites   0 Comments

Color spaces of #948663

RGB 14813499
HSL0.120.200.48
HSV43°33°58°
CMYK 0.000.090.33   0.42
XYZ22.990024.246915.2728
Yxy24.24690.36780.3879
Hunter Lab49.2411-2.832816.0792
CIE-Lab56.3342-0.252520.7980

#948663 color RGB value is (148,134,99).

#948663 hex color red value is 148, green value is 134 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #948663 hue: 0.12 , saturation: 0.20 and the lightness value of 948663 is 0.48.

The process color (four color CMYK) of #948663 color hex is 0.00, 0.09, 0.33, 0.42. Web safe color of #948663 is #999966. Color #948663 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000110 01100011
Octal 224 206 143
Decimal 148 134 99
Hex 94 86 63

RGB Percentages of Color #948663

%38.85
%35.17
%25.98

CMYK Percentages of Color #948663

%0
%9
%33
%42

Triadic Colors of #948663

#948663 #639486 #866394

Analogous Colors of #948663

#948663 #8a9463 #946e63

Monochromatic Colors of #948663

#948663

Complementary Color

#948663 #637194

#948663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948663 Color CSS Codes

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

#948663 Text Font Color

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

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


#948663 Background Color

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

This div background color is #948663


#948663 Border Color

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

This div border color is #948663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948663


Comments

No comments written yet.

Please login to write comment.