Color Hex Logo

#98853d Color Hex

#98853D
(152,133,61)
0 Favorites   0 Comments

Color spaces of #98853d

RGB 15213361
HSL0.130.430.42
HSV47°60°60°
CMYK 0.000.130.60   0.40
XYZ22.178723.78747.8374
Yxy23.78740.41220.4421
Hunter Lab48.7723-4.180624.6131
CIE-Lab55.8743-1.979040.7256

#98853d color RGB value is (152,133,61).

#98853d hex color red value is 152, green value is 133 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #98853d hue: 0.13 , saturation: 0.43 and the lightness value of 98853d is 0.42.

The process color (four color CMYK) of #98853d color hex is 0.00, 0.13, 0.60, 0.40. Web safe color of #98853d is #999933. Color #98853d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000101 00111101
Octal 230 205 75
Decimal 152 133 61
Hex 98 85 3D

RGB Percentages of Color #98853d

%43.93
%38.44
%17.63

CMYK Percentages of Color #98853d

%0
%13
%60
%40

Triadic Colors of #98853d

#98853d #3d9885 #853d98

Analogous Colors of #98853d

#98853d #7e983d #98583d

Monochromatic Colors of #98853d

#98853d

Complementary Color

#98853d #3d5098

#98853d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98853d Color Preview on White Background

Lorem ipsum dolor sit amet.

#98853d Color CSS Codes

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

#98853d Text Font Color

<p style="color:#98853d">Text here</p>

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


#98853d Background Color

<div style="background-color:#98853d">
Div content here</div>

This div background color is #98853d


#98853d Border Color

<div style="border:3px solid #98853d">
Div here</div>

This div border color is #98853d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,133,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98853d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98853d;
  -webkit-box-shadow: 1px 1px 3px 2px #98853d;
  box-shadow:         1px 1px 3px 2px #98853d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98853d


Comments

No comments written yet.

Please login to write comment.