Color Hex Logo

#49314a Color Hex

#49314A
(73,49,74)
0 Favorites   0 Comments

Color spaces of #49314a

RGB 734974
HSL0.830.200.24
HSV298°34°29°
CMYK 0.010.340.00   0.71
XYZ5.08204.10757.0035
Yxy4.10750.31380.2537
Hunter Lab20.26709.2922-6.3015
CIE-Lab24.023715.8499-11.1273

#49314a color RGB value is (73,49,74).

#49314a hex color red value is 73, green value is 49 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #49314a hue: 0.83 , saturation: 0.20 and the lightness value of 49314a is 0.24.

The process color (four color CMYK) of #49314a color hex is 0.01, 0.34, 0.00, 0.71. Web safe color of #49314a is #333333. Color #49314a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110001 01001010
Octal 111 61 112
Decimal 73 49 74
Hex 49 31 4A

RGB Percentages of Color #49314a

%37.24
%25.00
%37.76

CMYK Percentages of Color #49314a

%1
%34
%0
%71

Triadic Colors of #49314a

#49314a #4a4931 #314a49

Analogous Colors of #49314a

#49314a #4a313f #3d314a

Monochromatic Colors of #49314a

#49314a

Complementary Color

#49314a #324a31

#49314a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49314a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49314a Color CSS Codes

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

#49314a Text Font Color

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

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


#49314a Background Color

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

This div background color is #49314a


#49314a Border Color

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

This div border color is #49314a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,49,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 #49314a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49314a


Comments

No comments written yet.

Please login to write comment.