Color Hex Logo

#997922 Color Hex

#997922
(153,121,34)
0 Favorites   0 Comments

Color spaces of #997922

RGB 15312134
HSL0.120.640.37
HSV44°78°60°
CMYK 0.000.210.78   0.40
XYZ20.263020.56254.4144
Yxy20.56250.44790.4545
Hunter Lab45.34590.408225.9703
CIE-Lab52.46733.575349.3402

#997922 color RGB value is (153,121,34).

#997922 hex color red value is 153, green value is 121 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #997922 hue: 0.12 , saturation: 0.64 and the lightness value of 997922 is 0.37.

The process color (four color CMYK) of #997922 color hex is 0.00, 0.21, 0.78, 0.40. Web safe color of #997922 is #996633. Color #997922 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111001 00100010
Octal 231 171 42
Decimal 153 121 34
Hex 99 79 22

RGB Percentages of Color #997922

%49.68
%39.29
%11.04

CMYK Percentages of Color #997922

%0
%21
%78
%40

Triadic Colors of #997922

#997922 #229979 #792299

Analogous Colors of #997922

#997922 #7e9922 #993e22

Monochromatic Colors of #997922

#997922

Complementary Color

#997922 #224299

#997922 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997922 Color Preview on White Background

Lorem ipsum dolor sit amet.

#997922 Color CSS Codes

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

#997922 Text Font Color

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

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


#997922 Background Color

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

This div background color is #997922


#997922 Border Color

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

This div border color is #997922


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997922


Comments

No comments written yet.

Please login to write comment.