Color Hex Logo

#98372f Color Hex

#98372F
(152,55,47)
0 Favorites   0 Comments

Color spaces of #98372f

RGB 1525547
HSL0.010.530.39
HSV69°60°
CMYK 0.000.640.69   0.40
XYZ14.82829.61303.7633
Yxy9.61300.52570.3408
Hunter Lab31.004831.109914.5069
CIE-Lab37.138740.119726.4707

#98372f color RGB value is (152,55,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110111 00101111
Octal 230 67 57
Decimal 152 55 47
Hex 98 37 2F

RGB Percentages of Color #98372f

%59.84
%21.65
%18.50

CMYK Percentages of Color #98372f

%0
%64
%69
%40

Triadic Colors of #98372f

#98372f #2f9837 #372f98

Analogous Colors of #98372f

#98372f #986c2f #982f5c

Monochromatic Colors of #98372f

#98372f

Complementary Color

#98372f #2f9098

#98372f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98372f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98372f Color CSS Codes

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

#98372f Text Font Color

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

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


#98372f Background Color

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

This div background color is #98372f


#98372f Border Color

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

This div border color is #98372f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,55,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 #98372f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98372f


Comments

No comments written yet.

Please login to write comment.