Color Hex Logo

#99763b Color Hex

#99763B
(153,118,59)
0 Favorites   0 Comments

Color spaces of #99763b

RGB 15311859
HSL0.100.440.42
HSV38°61°60°
CMYK 0.000.230.61   0.40
XYZ20.404720.04496.9313
Yxy20.04490.43070.4231
Hunter Lab44.77153.001522.1611
CIE-Lab51.88796.767337.1908

#99763b color RGB value is (153,118,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110110 00111011
Octal 231 166 73
Decimal 153 118 59
Hex 99 76 3B

RGB Percentages of Color #99763b

%46.36
%35.76
%17.88

CMYK Percentages of Color #99763b

%0
%23
%61
%40

Triadic Colors of #99763b

#99763b #3b9976 #763b99

Analogous Colors of #99763b

#99763b #8d993b #99473b

Monochromatic Colors of #99763b

#99763b

Complementary Color

#99763b #3b5e99

#99763b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99763b Color Preview on White Background

Lorem ipsum dolor sit amet.

#99763b Color CSS Codes

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

#99763b Text Font Color

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

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


#99763b Background Color

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

This div background color is #99763b


#99763b Border Color

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

This div border color is #99763b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99763b


Comments

No comments written yet.

Please login to write comment.