Color Hex Logo

#99853f Color Hex

#99853F
(153,133,63)
0 Favorites   0 Comments

Color spaces of #99853f

RGB 15313363
HSL0.130.420.42
HSV47°59°60°
CMYK 0.000.130.59   0.40
XYZ22.421623.90628.1352
Yxy23.90620.41170.4389
Hunter Lab48.8940-3.708624.3608
CIE-Lab55.9938-1.374239.8908

#99853f color RGB value is (153,133,63).

#99853f hex color red value is 153, green value is 133 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #99853f hue: 0.13 , saturation: 0.42 and the lightness value of 99853f is 0.42.

The process color (four color CMYK) of #99853f color hex is 0.00, 0.13, 0.59, 0.40. Web safe color of #99853f is #999933. Color #99853f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000101 00111111
Octal 231 205 77
Decimal 153 133 63
Hex 99 85 3F

RGB Percentages of Color #99853f

%43.84
%38.11
%18.05

CMYK Percentages of Color #99853f

%0
%13
%59
%40

Triadic Colors of #99853f

#99853f #3f9985 #853f99

Analogous Colors of #99853f

#99853f #80993f #99583f

Monochromatic Colors of #99853f

#99853f

Complementary Color

#99853f #3f5399

#99853f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99853f Color Preview on White Background

Lorem ipsum dolor sit amet.

#99853f Color CSS Codes

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

#99853f Text Font Color

<p style="color:#99853f">Text here</p>

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


#99853f Background Color

<div style="background-color:#99853f">
Div content here</div>

This div background color is #99853f


#99853f Border Color

<div style="border:3px solid #99853f">
Div here</div>

This div border color is #99853f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,133,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99853f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99853f;
  -webkit-box-shadow: 1px 1px 3px 2px #99853f;
  box-shadow:         1px 1px 3px 2px #99853f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99853f


Comments

No comments written yet.

Please login to write comment.