Color Hex Logo

#98491b Color Hex

#98491B
(152,73,27)
0 Favorites   0 Comments

Color spaces of #98491b

RGB 1527327
HSL0.060.700.35
HSV22°82°60°
CMYK 0.000.520.82   0.40
XYZ15.529311.51962.4419
Yxy11.51960.52660.3906
Hunter Lab33.940522.275719.4927
CIE-Lab40.442230.057740.9132

#98491b color RGB value is (152,73,27).

#98491b hex color red value is 152, green value is 73 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #98491b hue: 0.06 , saturation: 0.70 and the lightness value of 98491b is 0.35.

The process color (four color CMYK) of #98491b color hex is 0.00, 0.52, 0.82, 0.40. Web safe color of #98491b is #993333. Color #98491b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001001 00011011
Octal 230 111 33
Decimal 152 73 27
Hex 98 49 1B

RGB Percentages of Color #98491b

%60.32
%28.97
%10.71

CMYK Percentages of Color #98491b

%0
%52
%82
%40

Triadic Colors of #98491b

#98491b #1b9849 #491b98

Analogous Colors of #98491b

#98491b #98881b #981b2b

Monochromatic Colors of #98491b

#98491b

Complementary Color

#98491b #1b6a98

#98491b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98491b Color Preview on White Background

Lorem ipsum dolor sit amet.

#98491b Color CSS Codes

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

#98491b Text Font Color

<p style="color:#98491b">Text here</p>

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


#98491b Background Color

<div style="background-color:#98491b">
Div content here</div>

This div background color is #98491b


#98491b Border Color

<div style="border:3px solid #98491b">
Div here</div>

This div border color is #98491b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,73,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98491b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98491b;
  -webkit-box-shadow: 1px 1px 3px 2px #98491b;
  box-shadow:         1px 1px 3px 2px #98491b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98491b


Comments

No comments written yet.

Please login to write comment.