Color Hex Logo

#98492f Color Hex

#98492F
(152,73,47)
0 Favorites   0 Comments

Color spaces of #98492f

RGB 1527347
HSL0.040.530.39
HSV15°69°60°
CMYK 0.000.520.69   0.40
XYZ15.844511.64574.1021
Yxy11.64570.50150.3686
Hunter Lab34.125823.156816.7611
CIE-Lab40.647431.010130.6210

#98492f color RGB value is (152,73,47).

#98492f hex color red value is 152, green value is 73 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #98492f hue: 0.04 , saturation: 0.53 and the lightness value of 98492f is 0.39.

The process color (four color CMYK) of #98492f color hex is 0.00, 0.52, 0.69, 0.40. Web safe color of #98492f is #993333. Color #98492f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001001 00101111
Octal 230 111 57
Decimal 152 73 47
Hex 98 49 2F

RGB Percentages of Color #98492f

%55.88
%26.84
%17.28

CMYK Percentages of Color #98492f

%0
%52
%69
%40

Triadic Colors of #98492f

#98492f #2f9849 #492f98

Analogous Colors of #98492f

#98492f #987e2f #982f4a

Monochromatic Colors of #98492f

#98492f

Complementary Color

#98492f #2f7e98

#98492f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98492f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98492f Color CSS Codes

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

#98492f Text Font Color

<p style="color:#98492f">Text here</p>

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


#98492f Background Color

<div style="background-color:#98492f">
Div content here</div>

This div background color is #98492f


#98492f Border Color

<div style="border:3px solid #98492f">
Div here</div>

This div border color is #98492f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98492f


Comments

No comments written yet.

Please login to write comment.