Color Hex Logo

#98813b Color Hex

#98813B
(152,129,59)
0 Favorites   0 Comments

Color spaces of #98813b

RGB 15212959
HSL0.130.440.41
HSV45°61°60°
CMYK 0.000.150.61   0.40
XYZ21.588622.69177.3798
Yxy22.69170.41790.4393
Hunter Lab47.6358-2.466324.1598
CIE-Lab54.75330.098140.4446

#98813b color RGB value is (152,129,59).

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

The process color (four color CMYK) of #98813b color hex is 0.00, 0.15, 0.61, 0.40. Web safe color of #98813b is #999933. Color #98813b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000001 00111011
Octal 230 201 73
Decimal 152 129 59
Hex 98 81 3B

RGB Percentages of Color #98813b

%44.71
%37.94
%17.35

CMYK Percentages of Color #98813b

%0
%15
%61
%40

Triadic Colors of #98813b

#98813b #3b9881 #813b98

Analogous Colors of #98813b

#98813b #81983b #98533b

Monochromatic Colors of #98813b

#98813b

Complementary Color

#98813b #3b5298

#98813b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98813b Color Preview on White Background

Lorem ipsum dolor sit amet.

#98813b Color CSS Codes

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

#98813b Text Font Color

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

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


#98813b Background Color

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

This div background color is #98813b


#98813b Border Color

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

This div border color is #98813b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98813b


Comments

No comments written yet.

Please login to write comment.