Color Hex Logo

#898022 Color Hex

#898022
(137,128,34)
0 Favorites   0 Comments

Color spaces of #898022

RGB 13712834
HSL0.150.600.34
HSV55°75°54°
CMYK 0.000.070.75   0.46
XYZ18.324420.87224.5763
Yxy20.87220.41860.4768
Hunter Lab45.6861-8.355526.0413
CIE-Lab52.8093-7.745549.1000

#898022 color RGB value is (137,128,34).

#898022 hex color red value is 137, green value is 128 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #898022 hue: 0.15 , saturation: 0.60 and the lightness value of 898022 is 0.34.

The process color (four color CMYK) of #898022 color hex is 0.00, 0.07, 0.75, 0.46. Web safe color of #898022 is #999933. Color #898022 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000000 00100010
Octal 211 200 42
Decimal 137 128 34
Hex 89 80 22

RGB Percentages of Color #898022

%45.82
%42.81
%11.37

CMYK Percentages of Color #898022

%0
%7
%75
%46

Triadic Colors of #898022

#898022 #228980 #802289

Analogous Colors of #898022

#898022 #5f8922 #894d22

Monochromatic Colors of #898022

#898022

Complementary Color

#898022 #222b89

#898022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898022 Color CSS Codes

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

#898022 Text Font Color

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

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


#898022 Background Color

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

This div background color is #898022


#898022 Border Color

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

This div border color is #898022


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,128,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 #898022">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898022

#898022 Color Palettes


Comments

No comments written yet.

Please login to write comment.