COLOR #49413F

HEX: #49413F
RGB: (73,65,63)

Color info

#49413F contains red, green and blue colors in about the same proportion. Web safe color of #49413F is #333333 (or #333).

RGB color model

#49413F color RGB value is (73,65,63).

  • red value is 73;
  • green value is 65;
  • blue value is 63.
RGB:
(73,65,63)
(29%,25%,25%)

RGB channels and saturation

R 73 of 255 = 29%
G 65 of 255 = 25%
B 63 of 255 = 25%

73
65
63

R + G + B ~ 26%. #49413F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 65 + 63 = 201 (100%)
R 73 of 201 ~ 36.32%
G 65 of 201 ~ 32.34%
B 63 of 201 ~ 31.34%

%36.32
%32.34
%31.34

CMYK color model

#49413F color CMYK value is (0,11,14,71).

  • cyan value is 0.00%
  • magenta value is 10.96%
  • yellow value is 13.70%
  • key color value is 71.37%
CMYK:
(0,11,14,71)
C0M11Y14K71 
(0%,11%,14%,71%)
(0.00/0.11/0.14/0.71)	

CMYK percentages

%0
%10.96
%13.7
%71.37

Codes

Color #49413F in popluar color models

49413F
RGB736563
HSL12°7.35%26.67%
HSB/HSV12°13.70%28.63%
CMYK0.00%10.96%13.70%
71.37%

Color #49413F in popluar number systems.

HEX49413F
Decimal736563
Binary10010011000001111111
Octal11110177

Shades and tints

Shades of #49413F

#49413F
(73,65,63)
#433C3A
(67,60,58)
#3D3735
(61,55,53)
#373230
(55,50,48)
#312D2B
(49,45,43)
#2B2826
(43,40,38)
#252321
(37,35,33)
#1F1E1C
(31,30,28)
#191917
(25,25,23)
#131412
(19,20,18)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #49413F

#49413F
(73,65,63)
#595250
(89,82,80)
#696361
(105,99,97)
#797472
(121,116,114)
#898583
(137,133,131)
#999694
(153,150,148)
#A9A7A5
(169,167,165)
#B9B8B6
(185,184,182)
#C9C9C7
(201,201,199)
#D9DAD8
(217,218,216)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49413F color. Also use rgb(73,65,63) instead hex code.

Text Font Color

.myTextColor { color: #49413F; }

<p style="color:#49413F">This sample text font color is #49413F.</p>

This text font color is #49413F.


Background Color

.myBgColor { background-color: #49413F; }

<div style="background-color:#49413F">Inner text</div>

This div background color is #49413F.


Border color

.myBorderColor { border: 1px solid #49413F; }

<div style="border:3px solid #49413F">Div</div>

This div border color is #49413F.


Opacity

.myOpacity80 { color: #49413F; opacity: 0.8; }

<p style="color:#49413F;opacity:0.8;">80%</p>

Text with #49413F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #49413F;}

<p style="text-shadow: 3px 3px 1px #49413F">Text here.</p>

This text has shadow with #49413F color.

.textShadow {text-shadow: 3px 3px 1px #49413F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #49413F, 5px 5px 20px red">Text here.</p>

This text has shadow with #49413F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49413F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#49413F, Direction=45, Strength=4)">Text</p>

This text has shadow with #49413F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #49413F;
  -webkit-box-shadow:	1px 1px 3px 2px #49413F;
  box-shadow:		1px 1px 3px 2px #49413F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49413F;
-webkit-box-shadow: 1px 1px 3px 2px #49413F;
box-shadow:1px 1px 3px 2px #49413F;">
Div content here</div>
This div box has shadow with color #49413F.

Preview

Color preview on black background

This text has color #49413F on black background.


Color preview on white background

This text has color #49413F on white background.



Black color preview on #49413F background

This text has black color on #49413F background.


White color preview on #49413F background

This text has white color on #49413F background.