Color Hex Logo

#899315 Color Hex

#899315
(137,147,21)
0 Favorites   0 Comments

Color spaces of #899315

RGB 13714721
HSL0.180.750.33
HSV65°86°58°
CMYK 0.070.000.86   0.42
XYZ20.885626.23994.6735
Yxy26.23990.40320.5066
Hunter Lab51.2249-16.864930.4481
CIE-Lab58.2641-18.382358.0158

#899315 color RGB value is (137,147,21).

#899315 hex color red value is 137, green value is 147 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #899315 hue: 0.18 , saturation: 0.75 and the lightness value of 899315 is 0.33.

The process color (four color CMYK) of #899315 color hex is 0.07, 0.00, 0.86, 0.42. Web safe color of #899315 is #999900. Color #899315 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010011 00010101
Octal 211 223 25
Decimal 137 147 21
Hex 89 93 15

RGB Percentages of Color #899315

%44.92
%48.20
%6.89

CMYK Percentages of Color #899315

%7
%0
%86
%42

Triadic Colors of #899315

#899315 #158993 #931589

Analogous Colors of #899315

#899315 #4a9315 #935e15

Monochromatic Colors of #899315

#899315

Complementary Color

#899315 #1f1593

#899315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899315 Color CSS Codes

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

#899315 Text Font Color

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

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


#899315 Background Color

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

This div background color is #899315


#899315 Border Color

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

This div border color is #899315


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,147,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899315


Comments

No comments written yet.

Please login to write comment.