Color Hex Logo

#928325 Color Hex

#928325
(146,131,37)
0 Favorites   0 Comments

Color spaces of #928325

RGB 14613137
HSL0.140.600.36
HSV52°75°57°
CMYK 0.000.100.75   0.43
XYZ20.304322.47725.0186
Yxy22.47720.42480.4702
Hunter Lab47.4101-6.521726.9109
CIE-Lab54.5297-5.111549.8944

#928325 color RGB value is (146,131,37).

#928325 hex color red value is 146, green value is 131 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #928325 hue: 0.14 , saturation: 0.60 and the lightness value of 928325 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10000011 00100101
Octal 222 203 45
Decimal 146 131 37
Hex 92 83 25

RGB Percentages of Color #928325

%46.50
%41.72
%11.78

CMYK Percentages of Color #928325

%0
%10
%75
%43

Triadic Colors of #928325

#928325 #259283 #832592

Analogous Colors of #928325

#928325 #6b9225 #924d25

Monochromatic Colors of #928325

#928325

Complementary Color

#928325 #253492

#928325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#928325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#928325 Color CSS Codes

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

#928325 Text Font Color

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

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


#928325 Background Color

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

This div background color is #928325


#928325 Border Color

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

This div border color is #928325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #928325


Comments

No comments written yet.

Please login to write comment.