Color Hex Logo

#8b943f Color Hex

#8B943F
(139,148,63)
0 Favorites   0 Comments

Color spaces of #8b943f

RGB 13914863
HSL0.180.400.41
HSV66°57°58°
CMYK 0.060.000.57   0.42
XYZ22.134627.02778.7529
Yxy27.02770.38220.4667
Hunter Lab51.9882-14.980726.4095
CIE-Lab59.0000-15.655842.9937

#8b943f color RGB value is (139,148,63).

#8b943f hex color red value is 139, green value is 148 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #8b943f hue: 0.18 , saturation: 0.40 and the lightness value of 8b943f is 0.41.

The process color (four color CMYK) of #8b943f color hex is 0.06, 0.00, 0.57, 0.42. Web safe color of #8b943f is #999933. Color #8b943f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10010100 00111111
Octal 213 224 77
Decimal 139 148 63
Hex 8B 94 3F

RGB Percentages of Color #8b943f

%39.71
%42.29
%18.00

CMYK Percentages of Color #8b943f

%6
%0
%57
%42

Triadic Colors of #8b943f

#8b943f #3f8b94 #943f8b

Analogous Colors of #8b943f

#8b943f #60943f #94733f

Monochromatic Colors of #8b943f

#8b943f

Complementary Color

#8b943f #483f94

#8b943f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b943f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b943f Color CSS Codes

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

#8b943f Text Font Color

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

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


#8b943f Background Color

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

This div background color is #8b943f


#8b943f Border Color

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

This div border color is #8b943f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,148,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b943f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b943f;
  -webkit-box-shadow: 1px 1px 3px 2px #8b943f;
  box-shadow:         1px 1px 3px 2px #8b943f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,148,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b943f


Comments

No comments written yet.

Please login to write comment.