Color Hex Logo

#984e31 Color Hex

#984E31
(152,78,49)
0 Favorites   0 Comments

Color spaces of #984e31

RGB 1527849
HSL0.050.510.39
HSV17°68°60°
CMYK 0.000.490.68   0.40
XYZ16.227712.34594.4334
Yxy12.34590.49160.3740
Hunter Lab35.136720.949917.1148
CIE-Lab41.760728.412330.7820

#984e31 color RGB value is (152,78,49).

#984e31 hex color red value is 152, green value is 78 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #984e31 hue: 0.05 , saturation: 0.51 and the lightness value of 984e31 is 0.39.

The process color (four color CMYK) of #984e31 color hex is 0.00, 0.49, 0.68, 0.40. Web safe color of #984e31 is #996633. Color #984e31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001110 00110001
Octal 230 116 61
Decimal 152 78 49
Hex 98 4E 31

RGB Percentages of Color #984e31

%54.48
%27.96
%17.56

CMYK Percentages of Color #984e31

%0
%49
%68
%40

Triadic Colors of #984e31

#984e31 #31984e #4e3198

Analogous Colors of #984e31

#984e31 #988231 #983148

Monochromatic Colors of #984e31

#984e31

Complementary Color

#984e31 #317b98

#984e31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984e31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984e31 Color CSS Codes

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

#984e31 Text Font Color

<p style="color:#984e31">Text here</p>

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


#984e31 Background Color

<div style="background-color:#984e31">
Div content here</div>

This div background color is #984e31


#984e31 Border Color

<div style="border:3px solid #984e31">
Div here</div>

This div border color is #984e31


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,78,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #984e31; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #984e31;
  -webkit-box-shadow: 1px 1px 3px 2px #984e31;
  box-shadow:         1px 1px 3px 2px #984e31; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984e31


Comments

No comments written yet.

Please login to write comment.