Color Hex Logo

#948861 Color Hex

#948861
(148,136,97)
0 Favorites   0 Comments

Color spaces of #948861

RGB 14813697
HSL0.130.210.48
HSV46°34°58°
CMYK 0.000.080.34   0.42
XYZ23.174624.767314.8684
Yxy24.76730.36900.3943
Hunter Lab49.7668-3.970817.1231
CIE-Lab56.8480-1.635722.6093

#948861 color RGB value is (148,136,97).

#948861 hex color red value is 148, green value is 136 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #948861 hue: 0.13 , saturation: 0.21 and the lightness value of 948861 is 0.48.

The process color (four color CMYK) of #948861 color hex is 0.00, 0.08, 0.34, 0.42. Web safe color of #948861 is #999966. Color #948861 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001000 01100001
Octal 224 210 141
Decimal 148 136 97
Hex 94 88 61

RGB Percentages of Color #948861

%38.85
%35.70
%25.46

CMYK Percentages of Color #948861

%0
%8
%34
%42

Triadic Colors of #948861

#948861 #619488 #886194

Analogous Colors of #948861

#948861 #879461 #946f61

Monochromatic Colors of #948861

#948861

Complementary Color

#948861 #616d94

#948861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948861 Color CSS Codes

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

#948861 Text Font Color

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

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


#948861 Background Color

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

This div background color is #948861


#948861 Border Color

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

This div border color is #948861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948861


Comments

No comments written yet.

Please login to write comment.