Color Hex Logo

#948720 Color Hex

#948720
(148,135,32)
0 Favorites   0 Comments

Color spaces of #948720

RGB 14813532
HSL0.150.640.35
HSV53°78°58°
CMYK 0.000.090.78   0.42
XYZ21.137423.72814.8324
Yxy23.72810.42530.4774
Hunter Lab48.7115-7.788528.2162
CIE-Lab55.8145-6.616253.0077

#948720 color RGB value is (148,135,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000111 00100000
Octal 224 207 40
Decimal 148 135 32
Hex 94 87 20

RGB Percentages of Color #948720

%46.98
%42.86
%10.16

CMYK Percentages of Color #948720

%0
%9
%78
%42

Triadic Colors of #948720

#948720 #209487 #872094

Analogous Colors of #948720

#948720 #679420 #944d20

Monochromatic Colors of #948720

#948720

Complementary Color

#948720 #202d94

#948720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948720 Color CSS Codes

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

#948720 Text Font Color

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

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


#948720 Background Color

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

This div background color is #948720


#948720 Border Color

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

This div border color is #948720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948720


Comments

No comments written yet.

Please login to write comment.