Color Hex Logo

#49443d Color Hex

#49443D
(73,68,61)
0 Favorites   0 Comments

Color spaces of #49443d

RGB 736861
HSL0.100.090.26
HSV35°16°29°
CMYK 0.000.070.16   0.71
XYZ5.65715.88765.2531
Yxy5.88760.33680.3505
Hunter Lab24.2644-0.84644.1491
CIE-Lab29.12710.70554.9969

#49443d color RGB value is (73,68,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000100 00111101
Octal 111 104 75
Decimal 73 68 61
Hex 49 44 3D

RGB Percentages of Color #49443d

%36.14
%33.66
%30.20

CMYK Percentages of Color #49443d

%0
%7
%16
%71

Triadic Colors of #49443d

#49443d #3d4944 #443d49

Analogous Colors of #49443d

#49443d #48493d #493e3d

Monochromatic Colors of #49443d

#49443d

Complementary Color

#49443d #3d4249

#49443d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49443d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49443d Color CSS Codes

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

#49443d Text Font Color

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

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


#49443d Background Color

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

This div background color is #49443d


#49443d Border Color

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

This div border color is #49443d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49443d

#49443d Color Palettes


Comments

No comments written yet.

Please login to write comment.