Color Hex Logo

#938760 Color Hex

#938760
(147,135,96)
0 Favorites   0 Comments

Color spaces of #938760

RGB 14713596
HSL0.130.210.48
HSV46°35°58°
CMYK 0.000.080.35   0.42
XYZ22.807924.375514.5692
Yxy24.37550.36930.3947
Hunter Lab49.3716-3.939617.0640
CIE-Lab56.4618-1.627522.6390

#938760 color RGB value is (147,135,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000111 01100000
Octal 223 207 140
Decimal 147 135 96
Hex 93 87 60

RGB Percentages of Color #938760

%38.89
%35.71
%25.40

CMYK Percentages of Color #938760

%0
%8
%35
%42

Triadic Colors of #938760

#938760 #609387 #876093

Analogous Colors of #938760

#938760 #869360 #936e60

Monochromatic Colors of #938760

#938760

Complementary Color

#938760 #606c93

#938760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#938760 Color CSS Codes

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

#938760 Text Font Color

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

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


#938760 Background Color

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

This div background color is #938760


#938760 Border Color

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

This div border color is #938760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938760


Comments

No comments written yet.

Please login to write comment.