Color Hex Logo

#938270 Color Hex

#938270
(147,130,112)
0 Favorites   0 Comments

Color spaces of #938270

RGB 147130112
HSL0.090.140.51
HSV31°24°58°
CMYK 0.000.120.24   0.42
XYZ22.939923.338218.6249
Yxy23.33820.35340.3596
Hunter Lab48.30960.219210.9586
CIE-Lab55.41903.465612.1145

#938270 color RGB value is (147,130,112).

#938270 hex color red value is 147, green value is 130 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #938270 hue: 0.09 , saturation: 0.14 and the lightness value of 938270 is 0.51.

The process color (four color CMYK) of #938270 color hex is 0.00, 0.12, 0.24, 0.42. Web safe color of #938270 is #999966. Color #938270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000010 01110000
Octal 223 202 160
Decimal 147 130 112
Hex 93 82 70

RGB Percentages of Color #938270

%37.79
%33.42
%28.79

CMYK Percentages of Color #938270

%0
%12
%24
%42

Triadic Colors of #938270

#938270 #709382 #827093

Analogous Colors of #938270

#938270 #939370 #937170

Monochromatic Colors of #938270

#938270

Complementary Color

#938270 #708193

#938270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#938270 Color CSS Codes

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

#938270 Text Font Color

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

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


#938270 Background Color

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

This div background color is #938270


#938270 Border Color

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

This div border color is #938270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938270

#938270 Color Palettes


Comments

No comments written yet.

Please login to write comment.