Color Hex Logo

#938713 Color Hex

#938713
(147,135,19)
0 Favorites   0 Comments

Color spaces of #938713

RGB 14713519
HSL0.150.770.33
HSV54°87°58°
CMYK 0.000.080.87   0.42
XYZ20.814123.57804.0701
Yxy23.57800.42950.4865
Hunter Lab48.5572-8.460829.0203
CIE-Lab55.6628-7.514556.6844

#938713 color RGB value is (147,135,19).

#938713 hex color red value is 147, green value is 135 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #938713 hue: 0.15 , saturation: 0.77 and the lightness value of 938713 is 0.33.

The process color (four color CMYK) of #938713 color hex is 0.00, 0.08, 0.87, 0.42. Web safe color of #938713 is #999900. Color #938713 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000111 00010011
Octal 223 207 23
Decimal 147 135 19
Hex 93 87 13

RGB Percentages of Color #938713

%48.84
%44.85
%6.31

CMYK Percentages of Color #938713

%0
%8
%87
%42

Triadic Colors of #938713

#938713 #139387 #871393

Analogous Colors of #938713

#938713 #5f9313 #934713

Monochromatic Colors of #938713

#938713

Complementary Color

#938713 #131f93

#938713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#938713 Color CSS Codes

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

#938713 Text Font Color

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

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


#938713 Background Color

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

This div background color is #938713


#938713 Border Color

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

This div border color is #938713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938713


Comments

No comments written yet.

Please login to write comment.