Color Hex Logo

#49273d Color Hex

#49273D
(73,39,61)
0 Favorites   0 Comments

Color spaces of #49273d

RGB 733961
HSL0.890.300.22
HSV321°47°29°
CMYK 0.000.470.16   0.71
XYZ4.31553.20444.8059
Yxy3.20440.35010.2600
Hunter Lab17.900811.7060-3.3872
CIE-Lab20.844619.5623-7.1557

#49273d color RGB value is (73,39,61).

#49273d hex color red value is 73, green value is 39 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #49273d hue: 0.89 , saturation: 0.30 and the lightness value of 49273d is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100111 00111101
Octal 111 47 75
Decimal 73 39 61
Hex 49 27 3D

RGB Percentages of Color #49273d

%42.20
%22.54
%35.26

CMYK Percentages of Color #49273d

%0
%47
%16
%71

Triadic Colors of #49273d

#49273d #3d4927 #273d49

Analogous Colors of #49273d

#49273d #49272c #442749

Monochromatic Colors of #49273d

#49273d

Complementary Color

#49273d #274933

#49273d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49273d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49273d Color CSS Codes

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

#49273d Text Font Color

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

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


#49273d Background Color

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

This div background color is #49273d


#49273d Border Color

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

This div border color is #49273d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49273d


Comments

No comments written yet.

Please login to write comment.