Color Hex Logo

#948520 Color Hex

#948520
(148,133,32)
0 Favorites   0 Comments

Color spaces of #948520

RGB 14813332
HSL0.150.640.35
HSV52°78°58°
CMYK 0.000.100.78   0.42
XYZ20.861023.17524.7403
Yxy23.17520.42770.4751
Hunter Lab48.1406-6.895927.8603
CIE-Lab55.2523-5.519252.4911

#948520 color RGB value is (148,133,32).

#948520 hex color red value is 148, green value is 133 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #948520 hue: 0.15 , saturation: 0.64 and the lightness value of 948520 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000101 00100000
Octal 224 205 40
Decimal 148 133 32
Hex 94 85 20

RGB Percentages of Color #948520

%47.28
%42.49
%10.22

CMYK Percentages of Color #948520

%0
%10
%78
%42

Triadic Colors of #948520

#948520 #209485 #852094

Analogous Colors of #948520

#948520 #699420 #944b20

Monochromatic Colors of #948520

#948520

Complementary Color

#948520 #202f94

#948520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948520 Color CSS Codes

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

#948520 Text Font Color

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

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


#948520 Background Color

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

This div background color is #948520


#948520 Border Color

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

This div border color is #948520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948520


Comments

No comments written yet.

Please login to write comment.