Color Hex Logo

#99763f Color Hex

#99763F
(153,118,63)
0 Favorites   0 Comments

Color spaces of #99763f

RGB 15311863
HSL0.100.420.42
HSV37°59°60°
CMYK 0.000.230.59   0.40
XYZ20.512520.08817.4989
Yxy20.08810.42650.4176
Hunter Lab44.81983.258921.4539
CIE-Lab51.93677.083535.1520

#99763f color RGB value is (153,118,63).

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

The process color (four color CMYK) of #99763f color hex is 0.00, 0.23, 0.59, 0.40. Web safe color of #99763f is #996633. Color #99763f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110110 00111111
Octal 231 166 77
Decimal 153 118 63
Hex 99 76 3F

RGB Percentages of Color #99763f

%45.81
%35.33
%18.86

CMYK Percentages of Color #99763f

%0
%23
%59
%40

Triadic Colors of #99763f

#99763f #3f9976 #763f99

Analogous Colors of #99763f

#99763f #8f993f #99493f

Monochromatic Colors of #99763f

#99763f

Complementary Color

#99763f #3f6299

#99763f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99763f Color Preview on White Background

Lorem ipsum dolor sit amet.

#99763f Color CSS Codes

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

#99763f Text Font Color

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

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


#99763f Background Color

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

This div background color is #99763f


#99763f Border Color

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

This div border color is #99763f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99763f


Comments

No comments written yet.

Please login to write comment.