Color Hex Logo

#73896a Color Hex

#73896A
(115,137,106)
0 Favorites   0 Comments

Color spaces of #73896a

RGB 115137106
HSL0.280.130.48
HSV103°23°54°
CMYK 0.160.000.23   0.46
XYZ18.617422.576817.0122
Yxy22.57680.31990.3879
Hunter Lab47.5151-13.211312.0325
CIE-Lab54.6337-14.077814.0622

#73896a color RGB value is (115,137,106).

#73896a hex color red value is 115, green value is 137 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #73896a hue: 0.28 , saturation: 0.13 and the lightness value of 73896a is 0.48.

The process color (four color CMYK) of #73896a color hex is 0.16, 0.00, 0.23, 0.46. Web safe color of #73896a is #669966. Color #73896a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001001 01101010
Octal 163 211 152
Decimal 115 137 106
Hex 73 89 6A

RGB Percentages of Color #73896a

%32.12
%38.27
%29.61

CMYK Percentages of Color #73896a

%16
%0
%23
%46

Triadic Colors of #73896a

#73896a #6a7389 #896a73

Analogous Colors of #73896a

#73896a #6a8971 #83896a

Monochromatic Colors of #73896a

#73896a

Complementary Color

#73896a #806a89

#73896a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73896a Color Preview on White Background

Lorem ipsum dolor sit amet.

#73896a Color CSS Codes

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

#73896a Text Font Color

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

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


#73896a Background Color

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

This div background color is #73896a


#73896a Border Color

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

This div border color is #73896a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,137,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73896a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73896a;
  -webkit-box-shadow: 1px 1px 3px 2px #73896a;
  box-shadow:         1px 1px 3px 2px #73896a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73896a


Comments

No comments written yet.

Please login to write comment.