Color Hex Logo

#73a281 Color Hex

#73A281
(115,162,129)
0 Favorites   0 Comments

Color spaces of #73a281

RGB 115162129
HSL0.380.200.54
HSV138°29°64°
CMYK 0.290.000.20   0.36
XYZ23.953031.070525.5036
Yxy31.07050.29750.3858
Hunter Lab55.7409-20.841511.8912
CIE-Lab62.5671-22.828212.1755

#73a281 color RGB value is (115,162,129).

#73a281 hex color red value is 115, green value is 162 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #73a281 hue: 0.38 , saturation: 0.20 and the lightness value of 73a281 is 0.54.

The process color (four color CMYK) of #73a281 color hex is 0.29, 0.00, 0.20, 0.36. Web safe color of #73a281 is #669999. Color #73a281 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10100010 10000001
Octal 163 242 201
Decimal 115 162 129
Hex 73 A2 81

RGB Percentages of Color #73a281

%28.33
%39.90
%31.77

CMYK Percentages of Color #73a281

%29
%0
%20
%36

Triadic Colors of #73a281

#73a281 #8173a2 #a28173

Analogous Colors of #73a281

#73a281 #73a299 #7da273

Monochromatic Colors of #73a281

#73a281

Complementary Color

#73a281 #a27394

#73a281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73a281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73a281 Color CSS Codes

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

#73a281 Text Font Color

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

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


#73a281 Background Color

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

This div background color is #73a281


#73a281 Border Color

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

This div border color is #73a281


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,162,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73a281; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73a281;
  -webkit-box-shadow: 1px 1px 3px 2px #73a281;
  box-shadow:         1px 1px 3px 2px #73a281; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73a281


Comments

No comments written yet.

Please login to write comment.