Color Hex Logo

#997269 Color Hex

#997269
(153,114,105)
0 Favorites   0 Comments

Color spaces of #997269

RGB 153114105
HSL0.030.190.51
HSV11°31°60°
CMYK 0.000.250.31   0.40
XYZ21.704019.826916.0476
Yxy19.82690.37690.3443
Hunter Lab44.52749.08339.8012
CIE-Lab51.640914.056310.9779

#997269 color RGB value is (153,114,105).

#997269 hex color red value is 153, green value is 114 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #997269 hue: 0.03 , saturation: 0.19 and the lightness value of 997269 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110010 01101001
Octal 231 162 151
Decimal 153 114 105
Hex 99 72 69

RGB Percentages of Color #997269

%41.13
%30.65
%28.23

CMYK Percentages of Color #997269

%0
%25
%31
%40

Triadic Colors of #997269

#997269 #699972 #726999

Analogous Colors of #997269

#997269 #998a69 #996978

Monochromatic Colors of #997269

#997269

Complementary Color

#997269 #699099

#997269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#997269 Color CSS Codes

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

#997269 Text Font Color

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

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


#997269 Background Color

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

This div background color is #997269


#997269 Border Color

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

This div border color is #997269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997269


Comments

No comments written yet.

Please login to write comment.