Color Hex Logo

#8f993d Color Hex

#8F993D
(143,153,61)
0 Favorites   0 Comments

Color spaces of #8f993d

RGB 14315361
HSL0.180.430.42
HSV67°60°60°
CMYK 0.070.000.60   0.40
XYZ23.561228.95908.7627
Yxy28.95900.38450.4725
Hunter Lab53.8136-16.021128.0150
CIE-Lab60.7454-16.707645.9710

#8f993d color RGB value is (143,153,61).

#8f993d hex color red value is 143, green value is 153 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #8f993d hue: 0.18 , saturation: 0.43 and the lightness value of 8f993d is 0.42.

The process color (four color CMYK) of #8f993d color hex is 0.07, 0.00, 0.60, 0.40. Web safe color of #8f993d is #999933. Color #8f993d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10011001 00111101
Octal 217 231 75
Decimal 143 153 61
Hex 8F 99 3D

RGB Percentages of Color #8f993d

%40.06
%42.86
%17.09

CMYK Percentages of Color #8f993d

%7
%0
%60
%40

Triadic Colors of #8f993d

#8f993d #3d8f99 #993d8f

Analogous Colors of #8f993d

#8f993d #61993d #99753d

Monochromatic Colors of #8f993d

#8f993d

Complementary Color

#8f993d #473d99

#8f993d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f993d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f993d Color CSS Codes

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

#8f993d Text Font Color

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

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


#8f993d Background Color

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

This div background color is #8f993d


#8f993d Border Color

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

This div border color is #8f993d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,153,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f993d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f993d;
  -webkit-box-shadow: 1px 1px 3px 2px #8f993d;
  box-shadow:         1px 1px 3px 2px #8f993d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,153,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f993d


Comments

No comments written yet.

Please login to write comment.