Color Hex Logo

#98983d Color Hex

#98983D
(152,152,61)
0 Favorites   0 Comments

Color spaces of #98983d

RGB 15215261
HSL0.170.430.42
HSV60°60°60°
CMYK 0.000.000.60   0.40
XYZ25.019429.46888.7843
Yxy29.46880.39540.4657
Hunter Lab54.2852-12.730528.4055
CIE-Lab61.1932-12.287146.6720

#98983d color RGB value is (152,152,61).

#98983d hex color red value is 152, green value is 152 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #98983d hue: 0.17 , saturation: 0.43 and the lightness value of 98983d is 0.42.

The process color (four color CMYK) of #98983d color hex is 0.00, 0.00, 0.60, 0.40. Web safe color of #98983d is #999933. Color #98983d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011000 00111101
Octal 230 230 75
Decimal 152 152 61
Hex 98 98 3D

RGB Percentages of Color #98983d

%41.64
%41.64
%16.71

CMYK Percentages of Color #98983d

%0
%0
%60
%40

Triadic Colors of #98983d

#98983d #3d9898 #983d98

Analogous Colors of #98983d

#98983d #6b983d #986b3d

Monochromatic Colors of #98983d

#98983d

Complementary Color

#98983d #3d3d98

#98983d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98983d Color Preview on White Background

Lorem ipsum dolor sit amet.

#98983d Color CSS Codes

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

#98983d Text Font Color

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

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


#98983d Background Color

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

This div background color is #98983d


#98983d Border Color

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

This div border color is #98983d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,152,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98983d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98983d;
  -webkit-box-shadow: 1px 1px 3px 2px #98983d;
  box-shadow:         1px 1px 3px 2px #98983d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,152,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 #98983d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98983d


Comments

No comments written yet.

Please login to write comment.