Color Hex Logo

#948640 Color Hex

#948640
(148,134,64)
0 Favorites   0 Comments

Color spaces of #948640

RGB 14813464
HSL0.140.400.42
HSV50°57°58°
CMYK 0.000.090.57   0.42
XYZ21.663323.71638.2864
Yxy23.71630.40370.4419
Hunter Lab48.6994-5.820524.0011
CIE-Lab55.8026-4.073239.0426

#948640 color RGB value is (148,134,64).

#948640 hex color red value is 148, green value is 134 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #948640 hue: 0.14 , saturation: 0.40 and the lightness value of 948640 is 0.42.

The process color (four color CMYK) of #948640 color hex is 0.00, 0.09, 0.57, 0.42. Web safe color of #948640 is #999933. Color #948640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000110 01000000
Octal 224 206 100
Decimal 148 134 64
Hex 94 86 40

RGB Percentages of Color #948640

%42.77
%38.73
%18.50

CMYK Percentages of Color #948640

%0
%9
%57
%42

Triadic Colors of #948640

#948640 #409486 #864094

Analogous Colors of #948640

#948640 #789440 #945c40

Monochromatic Colors of #948640

#948640

Complementary Color

#948640 #404e94

#948640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948640 Color CSS Codes

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

#948640 Text Font Color

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

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


#948640 Background Color

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

This div background color is #948640


#948640 Border Color

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

This div border color is #948640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948640


Comments

No comments written yet.

Please login to write comment.