Color Hex Logo

#73924b Color Hex

#73924B
(115,146,75)
0 Favorites   0 Comments

Color spaces of #73924b

RGB 11514675
HSL0.240.320.43
HSV86°49°57°
CMYK 0.210.000.49   0.43
XYZ18.619124.710610.4449
Yxy24.71060.34620.4595
Hunter Lab49.7098-20.133822.3390
CIE-Lab56.7924-23.373433.9499

#73924b color RGB value is (115,146,75).

#73924b hex color red value is 115, green value is 146 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #73924b hue: 0.24 , saturation: 0.32 and the lightness value of 73924b is 0.43.

The process color (four color CMYK) of #73924b color hex is 0.21, 0.00, 0.49, 0.43. Web safe color of #73924b is #669933. Color #73924b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010010 01001011
Octal 163 222 113
Decimal 115 146 75
Hex 73 92 4B

RGB Percentages of Color #73924b

%34.23
%43.45
%22.32

CMYK Percentages of Color #73924b

%21
%0
%49
%43

Triadic Colors of #73924b

#73924b #4b7392 #924b73

Analogous Colors of #73924b

#73924b #50924b #928e4b

Monochromatic Colors of #73924b

#73924b

Complementary Color

#73924b #6a4b92

#73924b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73924b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73924b Color CSS Codes

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

#73924b Text Font Color

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

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


#73924b Background Color

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

This div background color is #73924b


#73924b Border Color

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

This div border color is #73924b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,146,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73924b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73924b;
  -webkit-box-shadow: 1px 1px 3px 2px #73924b;
  box-shadow:         1px 1px 3px 2px #73924b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73924b


Comments

No comments written yet.

Please login to write comment.