Color Hex Logo

#99883b Color Hex

#99883B
(153,136,59)
0 Favorites   0 Comments

Color spaces of #99883b

RGB 15313659
HSL0.140.440.42
HSV49°61°60°
CMYK 0.000.110.61   0.40
XYZ22.730424.69647.7065
Yxy24.69640.41230.4479
Hunter Lab49.6955-5.322325.5925
CIE-Lab56.7784-3.344442.7501

#99883b color RGB value is (153,136,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001000 00111011
Octal 231 210 73
Decimal 153 136 59
Hex 99 88 3B

RGB Percentages of Color #99883b

%43.97
%39.08
%16.95

CMYK Percentages of Color #99883b

%0
%11
%61
%40

Triadic Colors of #99883b

#99883b #3b9988 #883b99

Analogous Colors of #99883b

#99883b #7b993b #99593b

Monochromatic Colors of #99883b

#99883b

Complementary Color

#99883b #3b4c99

#99883b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99883b Color Preview on White Background

Lorem ipsum dolor sit amet.

#99883b Color CSS Codes

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

#99883b Text Font Color

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

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


#99883b Background Color

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

This div background color is #99883b


#99883b Border Color

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

This div border color is #99883b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99883b


Comments

No comments written yet.

Please login to write comment.