Color Hex Logo

#984d3e Color Hex

#984D3E
(152,77,62)
0 Favorites   0 Comments

Color spaces of #984d3e

RGB 1527762
HSL0.030.420.42
HSV10°59°60°
CMYK 0.000.490.59   0.40
XYZ16.472312.33106.0694
Yxy12.33100.47240.3536
Hunter Lab35.115522.280214.3331
CIE-Lab41.737429.899223.1475

#984d3e color RGB value is (152,77,62).

#984d3e hex color red value is 152, green value is 77 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #984d3e hue: 0.03 , saturation: 0.42 and the lightness value of 984d3e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001101 00111110
Octal 230 115 76
Decimal 152 77 62
Hex 98 4D 3E

RGB Percentages of Color #984d3e

%52.23
%26.46
%21.31

CMYK Percentages of Color #984d3e

%0
%49
%59
%40

Triadic Colors of #984d3e

#984d3e #3e984d #4d3e98

Analogous Colors of #984d3e

#984d3e #987a3e #983e5c

Monochromatic Colors of #984d3e

#984d3e

Complementary Color

#984d3e #3e8998

#984d3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984d3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#984d3e Color CSS Codes

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

#984d3e Text Font Color

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

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


#984d3e Background Color

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

This div background color is #984d3e


#984d3e Border Color

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

This div border color is #984d3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984d3e


Comments

No comments written yet.

Please login to write comment.