Color Hex Logo

#49260e Color Hex

#49260E
(73,38,14)
0 Favorites   0 Comments

Color spaces of #49260e

RGB 733814
HSL0.070.680.17
HSV24°81°29°
CMYK 0.000.480.81   0.71
XYZ3.52002.83440.7770
Yxy2.83440.49360.3975
Hunter Lab16.83577.85839.0486
CIE-Lab19.368114.213922.2795

#49260e color RGB value is (73,38,14).

#49260e hex color red value is 73, green value is 38 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #49260e hue: 0.07 , saturation: 0.68 and the lightness value of 49260e is 0.17.

The process color (four color CMYK) of #49260e color hex is 0.00, 0.48, 0.81, 0.71. Web safe color of #49260e is #333300. Color #49260e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100110 00001110
Octal 111 46 16
Decimal 73 38 14
Hex 49 26 E

RGB Percentages of Color #49260e

%58.40
%30.40
%11.20

CMYK Percentages of Color #49260e

%0
%48
%81
%71

Triadic Colors of #49260e

#49260e #0e4926 #260e49

Analogous Colors of #49260e

#49260e #49440e #490e14

Monochromatic Colors of #49260e

#49260e

Complementary Color

#49260e #0e3149

#49260e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49260e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49260e Color CSS Codes

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

#49260e Text Font Color

<p style="color:#49260e">Text here</p>

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


#49260e Background Color

<div style="background-color:#49260e">
Div content here</div>

This div background color is #49260e


#49260e Border Color

<div style="border:3px solid #49260e">
Div here</div>

This div border color is #49260e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,38,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49260e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49260e;
  -webkit-box-shadow: 1px 1px 3px 2px #49260e;
  box-shadow:         1px 1px 3px 2px #49260e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49260e


Comments

No comments written yet.

Please login to write comment.