Color Hex Logo

#93952b Color Hex

#93952B
(147,149,43)
0 Favorites   0 Comments

Color spaces of #93952b

RGB 14714943
HSL0.170.550.38
HSV61°71°58°
CMYK 0.010.000.71   0.42
XYZ23.216127.87246.4418
Yxy27.87240.40350.4845
Hunter Lab52.7943-13.895429.7216
CIE-Lab59.7733-14.058452.7122

#93952b color RGB value is (147,149,43).

#93952b hex color red value is 147, green value is 149 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #93952b hue: 0.17 , saturation: 0.55 and the lightness value of 93952b is 0.38.

The process color (four color CMYK) of #93952b color hex is 0.01, 0.00, 0.71, 0.42. Web safe color of #93952b is #999933. Color #93952b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10010101 00101011
Octal 223 225 53
Decimal 147 149 43
Hex 93 95 2B

RGB Percentages of Color #93952b

%43.36
%43.95
%12.68

CMYK Percentages of Color #93952b

%1
%0
%71
%42

Triadic Colors of #93952b

#93952b #2b9395 #952b93

Analogous Colors of #93952b

#93952b #5e952b #95622b

Monochromatic Colors of #93952b

#93952b

Complementary Color

#93952b #2d2b95

#93952b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93952b Color Preview on White Background

Lorem ipsum dolor sit amet.

#93952b Color CSS Codes

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

#93952b Text Font Color

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

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


#93952b Background Color

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

This div background color is #93952b


#93952b Border Color

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

This div border color is #93952b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,149,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93952b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93952b;
  -webkit-box-shadow: 1px 1px 3px 2px #93952b;
  box-shadow:         1px 1px 3px 2px #93952b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93952b


Comments

No comments written yet.

Please login to write comment.