Color Hex Logo

#99883c Color Hex

#99883C
(153,136,60)
0 Favorites   0 Comments

Color spaces of #99883c

RGB 15313660
HSL0.140.440.42
HSV49°61°60°
CMYK 0.000.110.61   0.40
XYZ22.756624.70697.8445
Yxy24.70690.41150.4467
Hunter Lab49.7060-5.264025.4372
CIE-Lab56.7887-3.269742.2770

#99883c color RGB value is (153,136,60).

#99883c hex color red value is 153, green value is 136 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #99883c hue: 0.14 , saturation: 0.44 and the lightness value of 99883c is 0.42.

The process color (four color CMYK) of #99883c color hex is 0.00, 0.11, 0.61, 0.40. Web safe color of #99883c is #999933. Color #99883c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001000 00111100
Octal 231 210 74
Decimal 153 136 60
Hex 99 88 3C

RGB Percentages of Color #99883c

%43.84
%38.97
%17.19

CMYK Percentages of Color #99883c

%0
%11
%61
%40

Triadic Colors of #99883c

#99883c #3c9988 #883c99

Analogous Colors of #99883c

#99883c #7c993c #995a3c

Monochromatic Colors of #99883c

#99883c

Complementary Color

#99883c #3c4d99

#99883c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99883c Color Preview on White Background

Lorem ipsum dolor sit amet.

#99883c Color CSS Codes

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

#99883c Text Font Color

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

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


#99883c Background Color

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

This div background color is #99883c


#99883c Border Color

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

This div border color is #99883c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99883c


Comments

No comments written yet.

Please login to write comment.