Color Hex Logo

#98601c Color Hex

#98601C
(152,96,28)
0 Favorites   0 Comments

Color spaces of #98601c

RGB 1529628
HSL0.090.690.35
HSV33°82°60°
CMYK 0.000.370.82   0.40
XYZ17.341415.12503.1040
Yxy15.12500.48750.4252
Hunter Lab38.890911.533922.4915
CIE-Lab45.804917.185745.4636

#98601c color RGB value is (152,96,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01100000 00011100
Octal 230 140 34
Decimal 152 96 28
Hex 98 60 1C

RGB Percentages of Color #98601c

%55.07
%34.78
%10.14

CMYK Percentages of Color #98601c

%0
%37
%82
%40

Triadic Colors of #98601c

#98601c #1c9860 #601c98

Analogous Colors of #98601c

#98601c #92981c #98221c

Monochromatic Colors of #98601c

#98601c

Complementary Color

#98601c #1c5498

#98601c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98601c Color Preview on White Background

Lorem ipsum dolor sit amet.

#98601c Color CSS Codes

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

#98601c Text Font Color

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

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


#98601c Background Color

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

This div background color is #98601c


#98601c Border Color

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

This div border color is #98601c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98601c


Comments

No comments written yet.

Please login to write comment.