Color Hex Logo

#93982f Color Hex

#93982F
(147,152,47)
0 Favorites   0 Comments

Color spaces of #93982f

RGB 14715247
HSL0.170.530.39
HSV63°69°60°
CMYK 0.030.000.69   0.40
XYZ23.773928.86487.0078
Yxy28.86480.39860.4839
Hunter Lab53.7260-15.033729.8746
CIE-Lab60.6621-15.406252.0260

#93982f color RGB value is (147,152,47).

#93982f hex color red value is 147, green value is 152 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #93982f hue: 0.17 , saturation: 0.53 and the lightness value of 93982f is 0.39.

The process color (four color CMYK) of #93982f color hex is 0.03, 0.00, 0.69, 0.40. Web safe color of #93982f is #999933. Color #93982f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10011000 00101111
Octal 223 230 57
Decimal 147 152 47
Hex 93 98 2F

RGB Percentages of Color #93982f

%42.49
%43.93
%13.58

CMYK Percentages of Color #93982f

%3
%0
%69
%40

Triadic Colors of #93982f

#93982f #2f9398 #982f93

Analogous Colors of #93982f

#93982f #5e982f #98692f

Monochromatic Colors of #93982f

#93982f

Complementary Color

#93982f #342f98

#93982f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93982f Color Preview on White Background

Lorem ipsum dolor sit amet.

#93982f Color CSS Codes

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

#93982f Text Font Color

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

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


#93982f Background Color

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

This div background color is #93982f


#93982f Border Color

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

This div border color is #93982f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,152,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93982f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93982f;
  -webkit-box-shadow: 1px 1px 3px 2px #93982f;
  box-shadow:         1px 1px 3px 2px #93982f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93982f


Comments

No comments written yet.

Please login to write comment.