Color Hex Logo

#928375 Color Hex

#928375
(146,131,117)
0 Favorites   0 Comments

Color spaces of #928375

RGB 146131117
HSL0.080.120.52
HSV29°20°57°
CMYK 0.000.100.20   0.43
XYZ23.181223.627920.1685
Yxy23.62790.34610.3528
Hunter Lab48.60850.06099.4256
CIE-Lab55.71333.28489.6358

#928375 color RGB value is (146,131,117).

#928375 hex color red value is 146, green value is 131 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #928375 hue: 0.08 , saturation: 0.12 and the lightness value of 928375 is 0.52.

The process color (four color CMYK) of #928375 color hex is 0.00, 0.10, 0.20, 0.43. Web safe color of #928375 is #999966. Color #928375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10000011 01110101
Octal 222 203 165
Decimal 146 131 117
Hex 92 83 75

RGB Percentages of Color #928375

%37.06
%33.25
%29.70

CMYK Percentages of Color #928375

%0
%10
%20
%43

Triadic Colors of #928375

#928375 #759283 #837592

Analogous Colors of #928375

#928375 #929275 #927576

Monochromatic Colors of #928375

#928375

Complementary Color

#928375 #758492

#928375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#928375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#928375 Color CSS Codes

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

#928375 Text Font Color

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

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


#928375 Background Color

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

This div background color is #928375


#928375 Border Color

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

This div border color is #928375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #928375


Comments

No comments written yet.

Please login to write comment.