Color Hex Logo

#938c2e Color Hex

#938C2E
(147,140,46)
0 Favorites   0 Comments

Color spaces of #938c2e

RGB 14714046
HSL0.160.520.38
HSV56°69°58°
CMYK 0.000.050.69   0.42
XYZ21.903825.15656.2860
Yxy25.15650.41060.4716
Hunter Lab50.1563-9.820527.6787
CIE-Lab57.2276-9.089248.9565

#938c2e color RGB value is (147,140,46).

#938c2e hex color red value is 147, green value is 140 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #938c2e hue: 0.16 , saturation: 0.52 and the lightness value of 938c2e is 0.38.

The process color (four color CMYK) of #938c2e color hex is 0.00, 0.05, 0.69, 0.42. Web safe color of #938c2e is #999933. Color #938c2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001100 00101110
Octal 223 214 56
Decimal 147 140 46
Hex 93 8C 2E

RGB Percentages of Color #938c2e

%44.14
%42.04
%13.81

CMYK Percentages of Color #938c2e

%0
%5
%69
%42

Triadic Colors of #938c2e

#938c2e #2e938c #8c2e93

Analogous Colors of #938c2e

#938c2e #68932e #935a2e

Monochromatic Colors of #938c2e

#938c2e

Complementary Color

#938c2e #2e3593

#938c2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938c2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#938c2e Color CSS Codes

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

#938c2e Text Font Color

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

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


#938c2e Background Color

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

This div background color is #938c2e


#938c2e Border Color

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

This div border color is #938c2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,140,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #938c2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #938c2e;
  -webkit-box-shadow: 1px 1px 3px 2px #938c2e;
  box-shadow:         1px 1px 3px 2px #938c2e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,140,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938c2e


Comments

No comments written yet.

Please login to write comment.