Color Hex Logo

#98412e Color Hex

#98412E
(152,65,46)
0 Favorites   0 Comments

Color spaces of #98412e

RGB 1526546
HSL0.030.540.39
HSV11°70°60°
CMYK 0.000.570.70   0.40
XYZ15.332310.65333.8329
Yxy10.65330.51420.3573
Hunter Lab32.639426.731115.8850
CIE-Lab38.990335.155029.2639

#98412e color RGB value is (152,65,46).

#98412e hex color red value is 152, green value is 65 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #98412e hue: 0.03 , saturation: 0.54 and the lightness value of 98412e is 0.39.

The process color (four color CMYK) of #98412e color hex is 0.00, 0.57, 0.70, 0.40. Web safe color of #98412e is #993333. Color #98412e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000001 00101110
Octal 230 101 56
Decimal 152 65 46
Hex 98 41 2E

RGB Percentages of Color #98412e

%57.79
%24.71
%17.49

CMYK Percentages of Color #98412e

%0
%57
%70
%40

Triadic Colors of #98412e

#98412e #2e9841 #412e98

Analogous Colors of #98412e

#98412e #98762e #982e50

Monochromatic Colors of #98412e

#98412e

Complementary Color

#98412e #2e8598

#98412e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98412e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98412e Color CSS Codes

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

#98412e Text Font Color

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

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


#98412e Background Color

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

This div background color is #98412e


#98412e Border Color

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

This div border color is #98412e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98412e


Comments

No comments written yet.

Please login to write comment.