Color Hex Logo

#49364d Color Hex

#49364D
(73,54,77)
0 Favorites   0 Comments

Color spaces of #49364d

RGB 735477
HSL0.800.180.26
HSV290°30°30°
CMYK 0.050.300.00   0.70
XYZ5.40644.59067.6223
Yxy4.59060.30680.2605
Hunter Lab21.42577.5464-6.0947
CIE-Lab25.535013.2611-10.8154

#49364d color RGB value is (73,54,77).

#49364d hex color red value is 73, green value is 54 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #49364d hue: 0.80 , saturation: 0.18 and the lightness value of 49364d is 0.26.

The process color (four color CMYK) of #49364d color hex is 0.05, 0.30, 0.00, 0.70. Web safe color of #49364d is #333366. Color #49364d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110110 01001101
Octal 111 66 115
Decimal 73 54 77
Hex 49 36 4D

RGB Percentages of Color #49364d

%35.78
%26.47
%37.75

CMYK Percentages of Color #49364d

%5
%30
%0
%70

Triadic Colors of #49364d

#49364d #4d4936 #364d49

Analogous Colors of #49364d

#49364d #4d3646 #3e364d

Monochromatic Colors of #49364d

#49364d

Complementary Color

#49364d #3a4d36

#49364d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49364d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49364d Color CSS Codes

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

#49364d Text Font Color

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

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


#49364d Background Color

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

This div background color is #49364d


#49364d Border Color

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

This div border color is #49364d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49364d


Comments

No comments written yet.

Please login to write comment.