Color Hex Logo

#49841b Color Hex

#49841B
(73,132,27)
0 Favorites   0 Comments

Color spaces of #49841b

RGB 7313227
HSL0.260.660.31
HSV94°80°52°
CMYK 0.450.000.80   0.48
XYZ11.196717.99813.9208
Yxy17.99810.33810.5435
Hunter Lab42.4242-27.132124.2174
CIE-Lab49.4938-37.194946.8761

#49841b color RGB value is (73,132,27).

#49841b hex color red value is 73, green value is 132 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #49841b hue: 0.26 , saturation: 0.66 and the lightness value of 49841b is 0.31.

The process color (four color CMYK) of #49841b color hex is 0.45, 0.00, 0.80, 0.48. Web safe color of #49841b is #339933. Color #49841b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000100 00011011
Octal 111 204 33
Decimal 73 132 27
Hex 49 84 1B

RGB Percentages of Color #49841b

%31.47
%56.90
%11.64

CMYK Percentages of Color #49841b

%45
%0
%80
%48

Triadic Colors of #49841b

#49841b #1b4984 #841b49

Analogous Colors of #49841b

#49841b #1b8422 #7e841b

Monochromatic Colors of #49841b

#49841b

Complementary Color

#49841b #561b84

#49841b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49841b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49841b Color CSS Codes

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

#49841b Text Font Color

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

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


#49841b Background Color

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

This div background color is #49841b


#49841b Border Color

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

This div border color is #49841b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49841b


Comments

No comments written yet.

Please login to write comment.