Color Hex Logo

#938462 Color Hex

#938462
(147,132,98)
0 Favorites   0 Comments

Color spaces of #938462

RGB 14713298
HSL0.120.200.48
HSV42°33°58°
CMYK 0.000.100.33   0.42
XYZ22.488523.587414.9228
Yxy23.58740.36870.3867
Hunter Lab48.5669-2.339015.7792
CIE-Lab55.67230.318420.4568

#938462 color RGB value is (147,132,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000100 01100010
Octal 223 204 142
Decimal 147 132 98
Hex 93 84 62

RGB Percentages of Color #938462

%38.99
%35.01
%25.99

CMYK Percentages of Color #938462

%0
%10
%33
%42

Triadic Colors of #938462

#938462 #629384 #846293

Analogous Colors of #938462

#938462 #8a9362 #936c62

Monochromatic Colors of #938462

#938462

Complementary Color

#938462 #627193

#938462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#938462 Color CSS Codes

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

#938462 Text Font Color

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

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


#938462 Background Color

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

This div background color is #938462


#938462 Border Color

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

This div border color is #938462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938462

#938462 Color Palettes


Comments

No comments written yet.

Please login to write comment.