Color Hex Logo

#99841c Color Hex

#99841C
(153,132,28)
0 Favorites   0 Comments

Color spaces of #99841c

RGB 15313228
HSL0.140.690.35
HSV50°82°60°
CMYK 0.000.140.82   0.40
XYZ21.597723.35874.4690
Yxy23.35870.43700.4726
Hunter Lab48.3308-4.812328.3492
CIE-Lab55.4399-2.818354.1832

#99841c color RGB value is (153,132,28).

#99841c hex color red value is 153, green value is 132 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #99841c hue: 0.14 , saturation: 0.69 and the lightness value of 99841c is 0.35.

The process color (four color CMYK) of #99841c color hex is 0.00, 0.14, 0.82, 0.40. Web safe color of #99841c is #999933. Color #99841c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000100 00011100
Octal 231 204 34
Decimal 153 132 28
Hex 99 84 1C

RGB Percentages of Color #99841c

%48.88
%42.17
%8.95

CMYK Percentages of Color #99841c

%0
%14
%82
%40

Triadic Colors of #99841c

#99841c #1c9984 #841c99

Analogous Colors of #99841c

#99841c #70991c #99461c

Monochromatic Colors of #99841c

#99841c

Complementary Color

#99841c #1c3199

#99841c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99841c Color Preview on White Background

Lorem ipsum dolor sit amet.

#99841c Color CSS Codes

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

#99841c Text Font Color

<p style="color:#99841c">Text here</p>

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


#99841c Background Color

<div style="background-color:#99841c">
Div content here</div>

This div background color is #99841c


#99841c Border Color

<div style="border:3px solid #99841c">
Div here</div>

This div border color is #99841c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,132,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99841c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99841c;
  -webkit-box-shadow: 1px 1px 3px 2px #99841c;
  box-shadow:         1px 1px 3px 2px #99841c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99841c


Comments

No comments written yet.

Please login to write comment.