Color Hex Logo

#73992a Color Hex

#73992A
(115,153,42)
0 Favorites   0 Comments

Color spaces of #73992a

RGB 11515342
HSL0.220.570.38
HSV81°73°60°
CMYK 0.250.000.73   0.40
XYZ18.879426.59456.3287
Yxy26.59450.36440.5134
Hunter Lab51.5699-24.899528.8228
CIE-Lab58.5971-29.805551.1431

#73992a color RGB value is (115,153,42).

#73992a hex color red value is 115, green value is 153 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #73992a hue: 0.22 , saturation: 0.57 and the lightness value of 73992a is 0.38.

The process color (four color CMYK) of #73992a color hex is 0.25, 0.00, 0.73, 0.40. Web safe color of #73992a is #669933. Color #73992a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011001 00101010
Octal 163 231 52
Decimal 115 153 42
Hex 73 99 2A

RGB Percentages of Color #73992a

%37.10
%49.35
%13.55

CMYK Percentages of Color #73992a

%25
%0
%73
%40

Triadic Colors of #73992a

#73992a #2a7399 #992a73

Analogous Colors of #73992a

#73992a #3c992a #99882a

Monochromatic Colors of #73992a

#73992a

Complementary Color

#73992a #502a99

#73992a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73992a Color Preview on White Background

Lorem ipsum dolor sit amet.

#73992a Color CSS Codes

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

#73992a Text Font Color

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

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


#73992a Background Color

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

This div background color is #73992a


#73992a Border Color

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

This div border color is #73992a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73992a


Comments

No comments written yet.

Please login to write comment.