Color Hex Logo

#73a481 Color Hex

#73A481
(115,164,129)
0 Favorites   0 Comments

Color spaces of #73a481

RGB 115164129
HSL0.380.210.55
HSV137°30°64°
CMYK 0.300.000.21   0.36
XYZ24.308131.780725.6220
Yxy31.78070.29750.3889
Hunter Lab56.3744-21.687612.5149
CIE-Lab63.1612-23.836113.0093

#73a481 color RGB value is (115,164,129).

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

The process color (four color CMYK) of #73a481 color hex is 0.30, 0.00, 0.21, 0.36. Web safe color of #73a481 is #669999. Color #73a481 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10100100 10000001
Octal 163 244 201
Decimal 115 164 129
Hex 73 A4 81

RGB Percentages of Color #73a481

%28.19
%40.20
%31.62

CMYK Percentages of Color #73a481

%30
%0
%21
%36

Triadic Colors of #73a481

#73a481 #8173a4 #a48173

Analogous Colors of #73a481

#73a481 #73a49a #7ea473

Monochromatic Colors of #73a481

#73a481

Complementary Color

#73a481 #a47396

#73a481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73a481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73a481 Color CSS Codes

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

#73a481 Text Font Color

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

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


#73a481 Background Color

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

This div background color is #73a481


#73a481 Border Color

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

This div border color is #73a481


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,164,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 #73a481">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73a481


Comments

No comments written yet.

Please login to write comment.