Color Hex Logo

#938e60 Color Hex

#938E60
(147,142,96)
0 Favorites   0 Comments

Color spaces of #938e60

RGB 14714296
HSL0.150.210.48
HSV54°35°58°
CMYK 0.000.030.35   0.42
XYZ23.816926.393614.9055
Yxy26.39360.36580.4053
Hunter Lab51.3747-7.154618.7603
CIE-Lab58.4088-5.503825.2147

#938e60 color RGB value is (147,142,96).

#938e60 hex color red value is 147, green value is 142 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #938e60 hue: 0.15 , saturation: 0.21 and the lightness value of 938e60 is 0.48.

The process color (four color CMYK) of #938e60 color hex is 0.00, 0.03, 0.35, 0.42. Web safe color of #938e60 is #999966. Color #938e60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001110 01100000
Octal 223 216 140
Decimal 147 142 96
Hex 93 8E 60

RGB Percentages of Color #938e60

%38.18
%36.88
%24.94

CMYK Percentages of Color #938e60

%0
%3
%35
%42

Triadic Colors of #938e60

#938e60 #60938e #8e6093

Analogous Colors of #938e60

#938e60 #7f9360 #937560

Monochromatic Colors of #938e60

#938e60

Complementary Color

#938e60 #606593

#938e60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938e60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#938e60 Color CSS Codes

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

#938e60 Text Font Color

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

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


#938e60 Background Color

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

This div background color is #938e60


#938e60 Border Color

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

This div border color is #938e60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938e60


Comments

No comments written yet.

Please login to write comment.