Color Hex Logo

#948540 Color Hex

#948540
(148,133,64)
0 Favorites   0 Comments

Color spaces of #948540

RGB 14813364
HSL0.140.400.42
HSV49°57°58°
CMYK 0.000.100.57   0.42
XYZ21.525723.44118.2406
Yxy23.44110.40460.4406
Hunter Lab48.4160-5.367123.7998
CIE-Lab55.5238-3.519438.7184

#948540 color RGB value is (148,133,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000101 01000000
Octal 224 205 100
Decimal 148 133 64
Hex 94 85 40

RGB Percentages of Color #948540

%42.90
%38.55
%18.55

CMYK Percentages of Color #948540

%0
%10
%57
%42

Triadic Colors of #948540

#948540 #409485 #854094

Analogous Colors of #948540

#948540 #799440 #945b40

Monochromatic Colors of #948540

#948540

Complementary Color

#948540 #404f94

#948540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948540 Color CSS Codes

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

#948540 Text Font Color

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

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


#948540 Background Color

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

This div background color is #948540


#948540 Border Color

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

This div border color is #948540


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,133,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 #948540">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948540


Comments

No comments written yet.

Please login to write comment.