Color Hex Logo

#997256 Color Hex

#997256
(153,114,86)
0 Favorites   0 Comments

Color spaces of #997256

RGB 15311486
HSL0.070.280.47
HSV25°44°60°
CMYK 0.000.250.44   0.40
XYZ20.833919.478811.4658
Yxy19.47880.40240.3762
Hunter Lab44.13487.025315.4914
CIE-Lab51.242711.632921.4909

#997256 color RGB value is (153,114,86).

#997256 hex color red value is 153, green value is 114 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #997256 hue: 0.07 , saturation: 0.28 and the lightness value of 997256 is 0.47.

The process color (four color CMYK) of #997256 color hex is 0.00, 0.25, 0.44, 0.40. Web safe color of #997256 is #996666. Color #997256 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110010 01010110
Octal 231 162 126
Decimal 153 114 86
Hex 99 72 56

RGB Percentages of Color #997256

%43.34
%32.29
%24.36

CMYK Percentages of Color #997256

%0
%25
%44
%40

Triadic Colors of #997256

#997256 #569972 #725699

Analogous Colors of #997256

#997256 #999456 #99565c

Monochromatic Colors of #997256

#997256

Complementary Color

#997256 #567d99

#997256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#997256 Color CSS Codes

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

#997256 Text Font Color

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

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


#997256 Background Color

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

This div background color is #997256


#997256 Border Color

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

This div border color is #997256


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,114,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #997256; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #997256;
  -webkit-box-shadow: 1px 1px 3px 2px #997256;
  box-shadow:         1px 1px 3px 2px #997256; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997256


Comments

No comments written yet.

Please login to write comment.