Color Hex Logo

#99714e Color Hex

#99714E
(153,113,78)
0 Favorites   0 Comments

Color spaces of #99714e

RGB 15311378
HSL0.080.320.45
HSV28°49°60°
CMYK 0.000.260.49   0.40
XYZ20.417119.13269.8246
Yxy19.13260.41350.3875
Hunter Lab43.74086.772817.3015
CIE-Lab50.842011.336325.5402

#99714e color RGB value is (153,113,78).

#99714e hex color red value is 153, green value is 113 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #99714e hue: 0.08 , saturation: 0.32 and the lightness value of 99714e is 0.45.

The process color (four color CMYK) of #99714e color hex is 0.00, 0.26, 0.49, 0.40. Web safe color of #99714e is #996666. Color #99714e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110001 01001110
Octal 231 161 116
Decimal 153 113 78
Hex 99 71 4E

RGB Percentages of Color #99714e

%44.48
%32.85
%22.67

CMYK Percentages of Color #99714e

%0
%26
%49
%40

Triadic Colors of #99714e

#99714e #4e9971 #714e99

Analogous Colors of #99714e

#99714e #99974e #994e50

Monochromatic Colors of #99714e

#99714e

Complementary Color

#99714e #4e7699

#99714e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99714e Color Preview on White Background

Lorem ipsum dolor sit amet.

#99714e Color CSS Codes

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

#99714e Text Font Color

<p style="color:#99714e">Text here</p>

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


#99714e Background Color

<div style="background-color:#99714e">
Div content here</div>

This div background color is #99714e


#99714e Border Color

<div style="border:3px solid #99714e">
Div here</div>

This div border color is #99714e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,113,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99714e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99714e;
  -webkit-box-shadow: 1px 1px 3px 2px #99714e;
  box-shadow:         1px 1px 3px 2px #99714e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99714e


Comments

No comments written yet.

Please login to write comment.