Color Hex Logo

#948340 Color Hex

#948340
(148,131,64)
0 Favorites   0 Comments

Color spaces of #948340

RGB 14813164
HSL0.130.400.42
HSV48°57°58°
CMYK 0.000.110.57   0.42
XYZ21.254522.89878.1501
Yxy22.89870.40640.4378
Hunter Lab47.8526-4.458423.3987
CIE-Lab54.9678-2.408438.0706

#948340 color RGB value is (148,131,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000011 01000000
Octal 224 203 100
Decimal 148 131 64
Hex 94 83 40

RGB Percentages of Color #948340

%43.15
%38.19
%18.66

CMYK Percentages of Color #948340

%0
%11
%57
%42

Triadic Colors of #948340

#948340 #409483 #834094

Analogous Colors of #948340

#948340 #7b9440 #945940

Monochromatic Colors of #948340

#948340

Complementary Color

#948340 #405194

#948340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948340 Color CSS Codes

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

#948340 Text Font Color

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

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


#948340 Background Color

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

This div background color is #948340


#948340 Border Color

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

This div border color is #948340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948340


Comments

No comments written yet.

Please login to write comment.