Color Hex Logo

#98832e Color Hex

#98832E
(152,131,46)
0 Favorites   0 Comments

Color spaces of #98832e

RGB 15213146
HSL0.130.540.39
HSV48°70°60°
CMYK 0.000.140.70   0.40
XYZ21.558323.10535.9083
Yxy23.10530.42630.4569
Hunter Lab48.0680-4.062426.3599
CIE-Lab55.1806-1.886447.0075

#98832e color RGB value is (152,131,46).

#98832e hex color red value is 152, green value is 131 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #98832e hue: 0.13 , saturation: 0.54 and the lightness value of 98832e is 0.39.

The process color (four color CMYK) of #98832e color hex is 0.00, 0.14, 0.70, 0.40. Web safe color of #98832e is #999933. Color #98832e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000011 00101110
Octal 230 203 56
Decimal 152 131 46
Hex 98 83 2E

RGB Percentages of Color #98832e

%46.20
%39.82
%13.98

CMYK Percentages of Color #98832e

%0
%14
%70
%40

Triadic Colors of #98832e

#98832e #2e9883 #832e98

Analogous Colors of #98832e

#98832e #78982e #984e2e

Monochromatic Colors of #98832e

#98832e

Complementary Color

#98832e #2e4398

#98832e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98832e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98832e Color CSS Codes

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

#98832e Text Font Color

<p style="color:#98832e">Text here</p>

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


#98832e Background Color

<div style="background-color:#98832e">
Div content here</div>

This div background color is #98832e


#98832e Border Color

<div style="border:3px solid #98832e">
Div here</div>

This div border color is #98832e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,131,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98832e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98832e;
  -webkit-box-shadow: 1px 1px 3px 2px #98832e;
  box-shadow:         1px 1px 3px 2px #98832e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98832e


Comments

No comments written yet.

Please login to write comment.