Color Hex Logo

#99742f Color Hex

#99742F
(153,116,47)
0 Favorites   0 Comments

Color spaces of #99742f

RGB 15311647
HSL0.110.530.39
HSV39°69°60°
CMYK 0.000.240.69   0.40
XYZ19.895419.46835.3985
Yxy19.46830.44450.4349
Hunter Lab44.12293.272123.6318
CIE-Lab51.23077.088542.4408

#99742f color RGB value is (153,116,47).

#99742f hex color red value is 153, green value is 116 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #99742f hue: 0.11 , saturation: 0.53 and the lightness value of 99742f is 0.39.

The process color (four color CMYK) of #99742f color hex is 0.00, 0.24, 0.69, 0.40. Web safe color of #99742f is #996633. Color #99742f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110100 00101111
Octal 231 164 57
Decimal 153 116 47
Hex 99 74 2F

RGB Percentages of Color #99742f

%48.42
%36.71
%14.87

CMYK Percentages of Color #99742f

%0
%24
%69
%40

Triadic Colors of #99742f

#99742f #2f9974 #742f99

Analogous Colors of #99742f

#99742f #89992f #993f2f

Monochromatic Colors of #99742f

#99742f

Complementary Color

#99742f #2f5499

#99742f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99742f Color Preview on White Background

Lorem ipsum dolor sit amet.

#99742f Color CSS Codes

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

#99742f Text Font Color

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

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


#99742f Background Color

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

This div background color is #99742f


#99742f Border Color

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

This div border color is #99742f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99742f


Comments

No comments written yet.

Please login to write comment.