Color Hex Logo

#948836 Color Hex

#948836
(148,136,54)
0 Favorites   0 Comments

Color spaces of #948836

RGB 14813654
HSL0.150.470.40
HSV52°64°58°
CMYK 0.000.080.64   0.42
XYZ21.682824.17067.0126
Yxy24.17060.41010.4572
Hunter Lab49.1636-7.311825.9575
CIE-Lab56.2582-5.945344.4147

#948836 color RGB value is (148,136,54).

#948836 hex color red value is 148, green value is 136 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #948836 hue: 0.15 , saturation: 0.47 and the lightness value of 948836 is 0.40.

The process color (four color CMYK) of #948836 color hex is 0.00, 0.08, 0.64, 0.42. Web safe color of #948836 is #999933. Color #948836 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001000 00110110
Octal 224 210 66
Decimal 148 136 54
Hex 94 88 36

RGB Percentages of Color #948836

%43.79
%40.24
%15.98

CMYK Percentages of Color #948836

%0
%8
%64
%42

Triadic Colors of #948836

#948836 #369488 #883694

Analogous Colors of #948836

#948836 #719436 #945936

Monochromatic Colors of #948836

#948836

Complementary Color

#948836 #364294

#948836 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948836 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948836 Color CSS Codes

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

#948836 Text Font Color

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

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


#948836 Background Color

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

This div background color is #948836


#948836 Border Color

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

This div border color is #948836


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948836


Comments

No comments written yet.

Please login to write comment.