Color Hex Logo

#938358 Color Hex

#938358
(147,131,88)
0 Favorites   0 Comments

Color spaces of #938358

RGB 14713188
HSL0.120.250.46
HSV44°40°58°
CMYK 0.000.110.40   0.42
XYZ21.910423.140212.5442
Yxy23.14020.38040.4018
Hunter Lab48.1043-2.879818.2119
CIE-Lab55.2165-0.389725.4695

#938358 color RGB value is (147,131,88).

#938358 hex color red value is 147, green value is 131 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #938358 hue: 0.12 , saturation: 0.25 and the lightness value of 938358 is 0.46.

The process color (four color CMYK) of #938358 color hex is 0.00, 0.11, 0.40, 0.42. Web safe color of #938358 is #999966. Color #938358 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000011 01011000
Octal 223 203 130
Decimal 147 131 88
Hex 93 83 58

RGB Percentages of Color #938358

%40.16
%35.79
%24.04

CMYK Percentages of Color #938358

%0
%11
%40
%42

Triadic Colors of #938358

#938358 #589383 #835893

Analogous Colors of #938358

#938358 #869358 #936658

Monochromatic Colors of #938358

#938358

Complementary Color

#938358 #586893

#938358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#938358 Color CSS Codes

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

#938358 Text Font Color

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

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


#938358 Background Color

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

This div background color is #938358


#938358 Border Color

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

This div border color is #938358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938358


Comments

No comments written yet.

Please login to write comment.