Color Hex Logo

#49561e Color Hex

#49561E
(73,86,30)
0 Favorites   0 Comments

Color spaces of #49561e

RGB 738630
HSL0.210.480.23
HSV74°65°34°
CMYK 0.150.000.65   0.66
XYZ6.30988.16582.4719
Yxy8.16580.37230.4818
Hunter Lab28.5759-10.593414.8743
CIE-Lab34.3258-14.466430.1377

#49561e color RGB value is (73,86,30).

#49561e hex color red value is 73, green value is 86 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #49561e hue: 0.21 , saturation: 0.48 and the lightness value of 49561e is 0.23.

The process color (four color CMYK) of #49561e color hex is 0.15, 0.00, 0.65, 0.66. Web safe color of #49561e is #336633. Color #49561e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010110 00011110
Octal 111 126 36
Decimal 73 86 30
Hex 49 56 1E

RGB Percentages of Color #49561e

%38.62
%45.50
%15.87

CMYK Percentages of Color #49561e

%15
%0
%65
%66

Triadic Colors of #49561e

#49561e #1e4956 #561e49

Analogous Colors of #49561e

#49561e #2d561e #56471e

Monochromatic Colors of #49561e

#49561e

Complementary Color

#49561e #2b1e56

#49561e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49561e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49561e Color CSS Codes

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

#49561e Text Font Color

<p style="color:#49561e">Text here</p>

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


#49561e Background Color

<div style="background-color:#49561e">
Div content here</div>

This div background color is #49561e


#49561e Border Color

<div style="border:3px solid #49561e">
Div here</div>

This div border color is #49561e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,86,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49561e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49561e;
  -webkit-box-shadow: 1px 1px 3px 2px #49561e;
  box-shadow:         1px 1px 3px 2px #49561e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49561e


Comments

No comments written yet.

Please login to write comment.