Color Hex Logo

#938763 Color Hex

#938763
(147,135,99)
0 Favorites   0 Comments

Color spaces of #938763

RGB 14713599
HSL0.130.200.48
HSV45°33°58°
CMYK 0.000.080.33   0.42
XYZ22.948724.431815.3107
Yxy24.43180.36610.3897
Hunter Lab49.4285-3.625916.2346
CIE-Lab56.5176-1.229721.0283

#938763 color RGB value is (147,135,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000111 01100011
Octal 223 207 143
Decimal 147 135 99
Hex 93 87 63

RGB Percentages of Color #938763

%38.58
%35.43
%25.98

CMYK Percentages of Color #938763

%0
%8
%33
%42

Triadic Colors of #938763

#938763 #639387 #876393

Analogous Colors of #938763

#938763 #879363 #936f63

Monochromatic Colors of #938763

#938763

Complementary Color

#938763 #636f93

#938763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#938763 Color CSS Codes

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

#938763 Text Font Color

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

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


#938763 Background Color

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

This div background color is #938763


#938763 Border Color

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

This div border color is #938763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938763


Comments

No comments written yet.

Please login to write comment.