Color Hex Logo

#928446 Color Hex

#928446
(146,132,70)
0 Favorites   0 Comments

Color spaces of #928446

RGB 14613270
HSL0.140.350.42
HSV49°52°57°
CMYK 0.000.100.52   0.43
XYZ21.210823.05579.1266
Yxy23.05570.39730.4318
Hunter Lab48.0164-5.177822.3420
CIE-Lab55.1297-3.314035.1095

#928446 color RGB value is (146,132,70).

#928446 hex color red value is 146, green value is 132 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #928446 hue: 0.14 , saturation: 0.35 and the lightness value of 928446 is 0.42.

The process color (four color CMYK) of #928446 color hex is 0.00, 0.10, 0.52, 0.43. Web safe color of #928446 is #999933. Color #928446 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10000100 01000110
Octal 222 204 106
Decimal 146 132 70
Hex 92 84 46

RGB Percentages of Color #928446

%41.95
%37.93
%20.11

CMYK Percentages of Color #928446

%0
%10
%52
%43

Triadic Colors of #928446

#928446 #469284 #844692

Analogous Colors of #928446

#928446 #7a9246 #925e46

Monochromatic Colors of #928446

#928446

Complementary Color

#928446 #465492

#928446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#928446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#928446 Color CSS Codes

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

#928446 Text Font Color

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

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


#928446 Background Color

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

This div background color is #928446


#928446 Border Color

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

This div border color is #928446


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,132,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #928446; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #928446;
  -webkit-box-shadow: 1px 1px 3px 2px #928446;
  box-shadow:         1px 1px 3px 2px #928446; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,132,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #928446


Comments

No comments written yet.

Please login to write comment.