Color Hex Logo

#98682b Color Hex

#98682B
(152,104,43)
0 Favorites   0 Comments

Color spaces of #98682b

RGB 15210443
HSL0.090.560.38
HSV34°72°60°
CMYK 0.000.320.72   0.40
XYZ18.335316.75044.5523
Yxy16.75040.46260.4226
Hunter Lab40.92738.344822.0543
CIE-Lab47.944013.283140.8332

#98682b color RGB value is (152,104,43).

#98682b hex color red value is 152, green value is 104 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #98682b hue: 0.09 , saturation: 0.56 and the lightness value of 98682b is 0.38.

The process color (four color CMYK) of #98682b color hex is 0.00, 0.32, 0.72, 0.40. Web safe color of #98682b is #996633. Color #98682b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101000 00101011
Octal 230 150 53
Decimal 152 104 43
Hex 98 68 2B

RGB Percentages of Color #98682b

%50.84
%34.78
%14.38

CMYK Percentages of Color #98682b

%0
%32
%72
%40

Triadic Colors of #98682b

#98682b #2b9868 #682b98

Analogous Colors of #98682b

#98682b #92982b #98322b

Monochromatic Colors of #98682b

#98682b

Complementary Color

#98682b #2b5b98

#98682b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98682b Color Preview on White Background

Lorem ipsum dolor sit amet.

#98682b Color CSS Codes

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

#98682b Text Font Color

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

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


#98682b Background Color

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

This div background color is #98682b


#98682b Border Color

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

This div border color is #98682b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98682b


Comments

No comments written yet.

Please login to write comment.