Color Hex Logo

#98713b Color Hex

#98713B
(152,113,59)
0 Favorites   0 Comments

Color spaces of #98713b

RGB 15211359
HSL0.100.440.41
HSV35°61°60°
CMYK 0.000.260.61   0.40
XYZ19.643418.80146.7314
Yxy18.80140.43480.4162
Hunter Lab43.36064.983821.1481
CIE-Lab50.45409.177235.4938

#98713b color RGB value is (152,113,59).

#98713b hex color red value is 152, green value is 113 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #98713b hue: 0.10 , saturation: 0.44 and the lightness value of 98713b is 0.41.

The process color (four color CMYK) of #98713b color hex is 0.00, 0.26, 0.61, 0.40. Web safe color of #98713b is #996633. Color #98713b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01110001 00111011
Octal 230 161 73
Decimal 152 113 59
Hex 98 71 3B

RGB Percentages of Color #98713b

%46.91
%34.88
%18.21

CMYK Percentages of Color #98713b

%0
%26
%61
%40

Triadic Colors of #98713b

#98713b #3b9871 #713b98

Analogous Colors of #98713b

#98713b #91983b #98433b

Monochromatic Colors of #98713b

#98713b

Complementary Color

#98713b #3b6298

#98713b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98713b Color Preview on White Background

Lorem ipsum dolor sit amet.

#98713b Color CSS Codes

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

#98713b Text Font Color

<p style="color:#98713b">Text here</p>

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


#98713b Background Color

<div style="background-color:#98713b">
Div content here</div>

This div background color is #98713b


#98713b Border Color

<div style="border:3px solid #98713b">
Div here</div>

This div border color is #98713b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,113,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98713b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98713b;
  -webkit-box-shadow: 1px 1px 3px 2px #98713b;
  box-shadow:         1px 1px 3px 2px #98713b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98713b


Comments

No comments written yet.

Please login to write comment.