Color Hex Logo

#49463c Color Hex

#49463C
(73,70,60)
0 Favorites   0 Comments

Color spaces of #49463c

RGB 737060
HSL0.130.100.26
HSV46°18°29°
CMYK 0.000.040.18   0.71
XYZ5.75346.12305.1536
Yxy6.12300.33780.3595
Hunter Lab24.7447-1.80014.9729
CIE-Lab29.7207-0.75156.4829

#49463c color RGB value is (73,70,60).

#49463c hex color red value is 73, green value is 70 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #49463c hue: 0.13 , saturation: 0.10 and the lightness value of 49463c is 0.26.

The process color (four color CMYK) of #49463c color hex is 0.00, 0.04, 0.18, 0.71. Web safe color of #49463c is #333333. Color #49463c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000110 00111100
Octal 111 106 74
Decimal 73 70 60
Hex 49 46 3C

RGB Percentages of Color #49463c

%35.96
%34.48
%29.56

CMYK Percentages of Color #49463c

%0
%4
%18
%71

Triadic Colors of #49463c

#49463c #3c4946 #463c49

Analogous Colors of #49463c

#49463c #46493c #49403c

Monochromatic Colors of #49463c

#49463c

Complementary Color

#49463c #3c3f49

#49463c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49463c Color Preview on White Background

Lorem ipsum dolor sit amet.

#49463c Color CSS Codes

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

#49463c Text Font Color

<p style="color:#49463c">Text here</p>

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


#49463c Background Color

<div style="background-color:#49463c">
Div content here</div>

This div background color is #49463c


#49463c Border Color

<div style="border:3px solid #49463c">
Div here</div>

This div border color is #49463c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,70,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49463c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49463c;
  -webkit-box-shadow: 1px 1px 3px 2px #49463c;
  box-shadow:         1px 1px 3px 2px #49463c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49463c


Comments

No comments written yet.

Please login to write comment.