Color Hex Logo

#98504e Color Hex

#98504E
(152,80,78)
0 Favorites   0 Comments

Color spaces of #98504e

RGB 1528078
HSL0.000.320.45
HSV49°60°
CMYK 0.000.470.49   0.40
XYZ17.192712.96288.8036
Yxy12.96280.44130.3327
Hunter Lab36.003922.231110.7052
CIE-Lab42.707129.725414.7363

#98504e color RGB value is (152,80,78).

#98504e hex color red value is 152, green value is 80 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #98504e hue: 0.00 , saturation: 0.32 and the lightness value of 98504e is 0.45.

The process color (four color CMYK) of #98504e color hex is 0.00, 0.47, 0.49, 0.40. Web safe color of #98504e is #996666. Color #98504e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010000 01001110
Octal 230 120 116
Decimal 152 80 78
Hex 98 50 4E

RGB Percentages of Color #98504e

%49.03
%25.81
%25.16

CMYK Percentages of Color #98504e

%0
%47
%49
%40

Triadic Colors of #98504e

#98504e #4e9850 #504e98

Analogous Colors of #98504e

#98504e #98754e #984e71

Monochromatic Colors of #98504e

#98504e

Complementary Color

#98504e #4e9698

#98504e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98504e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98504e Color CSS Codes

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

#98504e Text Font Color

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

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


#98504e Background Color

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

This div background color is #98504e


#98504e Border Color

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

This div border color is #98504e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98504e


Comments

No comments written yet.

Please login to write comment.