Color Hex Logo

#49843f Color Hex

#49843F
(73,132,63)
0 Favorites   0 Comments

Color spaces of #49843f

RGB 7313263
HSL0.310.350.38
HSV111°52°52°
CMYK 0.450.000.52   0.48
XYZ11.896118.27797.6036
Yxy18.27790.31490.4838
Hunter Lab42.7527-25.148819.3821
CIE-Lab49.8315-33.649531.1425

#49843f color RGB value is (73,132,63).

#49843f hex color red value is 73, green value is 132 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #49843f hue: 0.31 , saturation: 0.35 and the lightness value of 49843f is 0.38.

The process color (four color CMYK) of #49843f color hex is 0.45, 0.00, 0.52, 0.48. Web safe color of #49843f is #339933. Color #49843f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000100 00111111
Octal 111 204 77
Decimal 73 132 63
Hex 49 84 3F

RGB Percentages of Color #49843f

%27.24
%49.25
%23.51

CMYK Percentages of Color #49843f

%45
%0
%52
%48

Triadic Colors of #49843f

#49843f #3f4984 #843f49

Analogous Colors of #49843f

#49843f #3f8458 #6c843f

Monochromatic Colors of #49843f

#49843f

Complementary Color

#49843f #7a3f84

#49843f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49843f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49843f Color CSS Codes

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

#49843f Text Font Color

<p style="color:#49843f">Text here</p>

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


#49843f Background Color

<div style="background-color:#49843f">
Div content here</div>

This div background color is #49843f


#49843f Border Color

<div style="border:3px solid #49843f">
Div here</div>

This div border color is #49843f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49843f


Comments

No comments written yet.

Please login to write comment.