Color Hex Logo

#49534a Color Hex

#49534A
(73,83,74)
0 Favorites   0 Comments

Color spaces of #49534a

RGB 738374
HSL0.350.060.31
HSV126°12°33°
CMYK 0.120.000.11   0.67
XYZ7.07698.09747.6685
Yxy8.09740.30980.3545
Hunter Lab28.4559-5.40553.9413
CIE-Lab34.1849-5.96643.9320

#49534a color RGB value is (73,83,74).

#49534a hex color red value is 73, green value is 83 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #49534a hue: 0.35 , saturation: 0.06 and the lightness value of 49534a is 0.31.

The process color (four color CMYK) of #49534a color hex is 0.12, 0.00, 0.11, 0.67. Web safe color of #49534a is #336633. Color #49534a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010011 01001010
Octal 111 123 112
Decimal 73 83 74
Hex 49 53 4A

RGB Percentages of Color #49534a

%31.74
%36.09
%32.17

CMYK Percentages of Color #49534a

%12
%0
%11
%67

Triadic Colors of #49534a

#49534a #4a4953 #534a49

Analogous Colors of #49534a

#49534a #49534f #4d5349

Monochromatic Colors of #49534a

#49534a

Complementary Color

#49534a #534952

#49534a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49534a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49534a Color CSS Codes

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

#49534a Text Font Color

<p style="color:#49534a">Text here</p>

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


#49534a Background Color

<div style="background-color:#49534a">
Div content here</div>

This div background color is #49534a


#49534a Border Color

<div style="border:3px solid #49534a">
Div here</div>

This div border color is #49534a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,83,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49534a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49534a;
  -webkit-box-shadow: 1px 1px 3px 2px #49534a;
  box-shadow:         1px 1px 3px 2px #49534a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49534a


Comments

No comments written yet.

Please login to write comment.