Color Hex Logo

#49473d Color Hex

#49473D
(73,71,61)
0 Favorites   0 Comments

Color spaces of #49473d

RGB 737161
HSL0.140.090.26
HSV50°16°29°
CMYK 0.000.030.16   0.71
XYZ5.84326.25995.3152
Yxy6.25990.33550.3594
Hunter Lab25.0198-2.09724.9183
CIE-Lab30.0589-1.19336.3177

#49473d color RGB value is (73,71,61).

#49473d hex color red value is 73, green value is 71 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #49473d hue: 0.14 , saturation: 0.09 and the lightness value of 49473d is 0.26.

The process color (four color CMYK) of #49473d color hex is 0.00, 0.03, 0.16, 0.71. Web safe color of #49473d is #333333. Color #49473d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000111 00111101
Octal 111 107 75
Decimal 73 71 61
Hex 49 47 3D

RGB Percentages of Color #49473d

%35.61
%34.63
%29.76

CMYK Percentages of Color #49473d

%0
%3
%16
%71

Triadic Colors of #49473d

#49473d #3d4947 #473d49

Analogous Colors of #49473d

#49473d #45493d #49413d

Monochromatic Colors of #49473d

#49473d

Complementary Color

#49473d #3d3f49

#49473d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49473d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49473d Color CSS Codes

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

#49473d Text Font Color

<p style="color:#49473d">Text here</p>

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


#49473d Background Color

<div style="background-color:#49473d">
Div content here</div>

This div background color is #49473d


#49473d Border Color

<div style="border:3px solid #49473d">
Div here</div>

This div border color is #49473d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,71,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49473d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49473d;
  -webkit-box-shadow: 1px 1px 3px 2px #49473d;
  box-shadow:         1px 1px 3px 2px #49473d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49473d


Comments

No comments written yet.

Please login to write comment.