Color Hex Logo

#98731c Color Hex

#98731C
(152,115,28)
0 Favorites   0 Comments

Color spaces of #98731c

RGB 15211528
HSL0.120.690.35
HSV42°82°60°
CMYK 0.000.240.82   0.40
XYZ19.289219.02073.7533
Yxy19.02070.45860.4522
Hunter Lab43.61272.625425.4264
CIE-Lab50.71146.280249.9297

#98731c color RGB value is (152,115,28).

#98731c hex color red value is 152, green value is 115 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #98731c hue: 0.12 , saturation: 0.69 and the lightness value of 98731c is 0.35.

The process color (four color CMYK) of #98731c color hex is 0.00, 0.24, 0.82, 0.40. Web safe color of #98731c is #996633. Color #98731c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01110011 00011100
Octal 230 163 34
Decimal 152 115 28
Hex 98 73 1C

RGB Percentages of Color #98731c

%51.53
%38.98
%9.49

CMYK Percentages of Color #98731c

%0
%24
%82
%40

Triadic Colors of #98731c

#98731c #1c9873 #731c98

Analogous Colors of #98731c

#98731c #7f981c #98351c

Monochromatic Colors of #98731c

#98731c

Complementary Color

#98731c #1c4198

#98731c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98731c Color Preview on White Background

Lorem ipsum dolor sit amet.

#98731c Color CSS Codes

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

#98731c Text Font Color

<p style="color:#98731c">Text here</p>

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


#98731c Background Color

<div style="background-color:#98731c">
Div content here</div>

This div background color is #98731c


#98731c Border Color

<div style="border:3px solid #98731c">
Div here</div>

This div border color is #98731c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,115,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98731c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98731c;
  -webkit-box-shadow: 1px 1px 3px 2px #98731c;
  box-shadow:         1px 1px 3px 2px #98731c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98731c


Comments

No comments written yet.

Please login to write comment.