Color Hex Logo

#928346 Color Hex

#928346
(146,131,70)
0 Favorites   0 Comments

Color spaces of #928346

RGB 14613170
HSL0.130.350.42
HSV48°52°57°
CMYK 0.000.100.52   0.43
XYZ21.075922.78589.0816
Yxy22.78580.39810.4304
Hunter Lab47.7345-4.723422.1341
CIE-Lab54.8510-2.757234.7732

#928346 color RGB value is (146,131,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10000011 01000110
Octal 222 203 106
Decimal 146 131 70
Hex 92 83 46

RGB Percentages of Color #928346

%42.07
%37.75
%20.17

CMYK Percentages of Color #928346

%0
%10
%52
%43

Triadic Colors of #928346

#928346 #469283 #834692

Analogous Colors of #928346

#928346 #7b9246 #925d46

Monochromatic Colors of #928346

#928346

Complementary Color

#928346 #465592

#928346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#928346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#928346 Color CSS Codes

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

#928346 Text Font Color

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

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


#928346 Background Color

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

This div background color is #928346


#928346 Border Color

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

This div border color is #928346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #928346


Comments

No comments written yet.

Please login to write comment.