Color Hex Logo

#99823a Color Hex

#99823A
(153,130,58)
0 Favorites   0 Comments

Color spaces of #99823a

RGB 15313058
HSL0.130.450.41
HSV45°62°60°
CMYK 0.000.150.62   0.40
XYZ21.883223.04317.2974
Yxy23.04310.41900.4412
Hunter Lab48.0032-2.633024.5891
CIE-Lab55.1167-0.086741.3757

#99823a color RGB value is (153,130,58).

#99823a hex color red value is 153, green value is 130 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #99823a hue: 0.13 , saturation: 0.45 and the lightness value of 99823a is 0.41.

The process color (four color CMYK) of #99823a color hex is 0.00, 0.15, 0.62, 0.40. Web safe color of #99823a is #999933. Color #99823a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000010 00111010
Octal 231 202 72
Decimal 153 130 58
Hex 99 82 3A

RGB Percentages of Color #99823a

%44.87
%38.12
%17.01

CMYK Percentages of Color #99823a

%0
%15
%62
%40

Triadic Colors of #99823a

#99823a #3a9982 #823a99

Analogous Colors of #99823a

#99823a #81993a #99533a

Monochromatic Colors of #99823a

#99823a

Complementary Color

#99823a #3a5199

#99823a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99823a Color Preview on White Background

Lorem ipsum dolor sit amet.

#99823a Color CSS Codes

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

#99823a Text Font Color

<p style="color:#99823a">Text here</p>

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


#99823a Background Color

<div style="background-color:#99823a">
Div content here</div>

This div background color is #99823a


#99823a Border Color

<div style="border:3px solid #99823a">
Div here</div>

This div border color is #99823a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,130,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99823a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99823a;
  -webkit-box-shadow: 1px 1px 3px 2px #99823a;
  box-shadow:         1px 1px 3px 2px #99823a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99823a


Comments

No comments written yet.

Please login to write comment.