Color Hex Logo

#49772b Color Hex

#49772B
(73,119,43)
0 Favorites   0 Comments

Color spaces of #49772b

RGB 7311943
HSL0.270.470.32
HSV96°64°47°
CMYK 0.390.000.64   0.53
XYZ9.780514.78454.6237
Yxy14.78450.33510.5065
Hunter Lab38.4506-21.884419.7858
CIE-Lab45.3376-30.083435.9784

#49772b color RGB value is (73,119,43).

#49772b hex color red value is 73, green value is 119 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #49772b hue: 0.27 , saturation: 0.47 and the lightness value of 49772b is 0.32.

The process color (four color CMYK) of #49772b color hex is 0.39, 0.00, 0.64, 0.53. Web safe color of #49772b is #336633. Color #49772b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110111 00101011
Octal 111 167 53
Decimal 73 119 43
Hex 49 77 2B

RGB Percentages of Color #49772b

%31.06
%50.64
%18.30

CMYK Percentages of Color #49772b

%39
%0
%64
%53

Triadic Colors of #49772b

#49772b #2b4977 #772b49

Analogous Colors of #49772b

#49772b #2b7733 #6f772b

Monochromatic Colors of #49772b

#49772b

Complementary Color

#49772b #592b77

#49772b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49772b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49772b Color CSS Codes

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

#49772b Text Font Color

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

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


#49772b Background Color

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

This div background color is #49772b


#49772b Border Color

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

This div border color is #49772b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,119,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49772b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49772b;
  -webkit-box-shadow: 1px 1px 3px 2px #49772b;
  box-shadow:         1px 1px 3px 2px #49772b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,119,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49772b


Comments

No comments written yet.

Please login to write comment.