COLOR #49433F

HEX: #49433F
RGB: (73,67,63)

Color info

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

RGB color model

#49433F color RGB value is (73,67,63).

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

RGB channels and saturation

R 73 of 255 = 29%
G 67 of 255 = 26%
B 63 of 255 = 25%

73
67
63

R + G + B ~ 27%. #49433F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 67 + 63 = 203 (100%)
R 73 of 203 ~ 35.96%
G 67 of 203 ~ 33%
B 63 of 203 ~ 31.03%

%35.96
%33
%31.03

CMYK color model

#49433F color CMYK value is (0,8,14,71).

  • cyan value is 0.00%
  • magenta value is 8.22%
  • yellow value is 13.70%
  • key color value is 71.37%
CMYK:
(0,8,14,71)
C0M8Y14K71 
(0%,8%,14%,71%)
(0.00/0.08/0.14/0.71)	

CMYK percentages

%0
%8.22
%13.7
%71.37

Codes

Color #49433F in popluar color models

49433F
RGB736763
HSL24°7.35%26.67%
HSB/HSV24°13.70%28.63%
CMYK0.00%8.22%13.70%
71.37%

Color #49433F in popluar number systems.

HEX49433F
Decimal736763
Binary10010011000011111111
Octal11110377

Shades and tints

Shades of #49433F

#49433F
(73,67,63)
#433D3A
(67,61,58)
#3D3735
(61,55,53)
#373130
(55,49,48)
#312B2B
(49,43,43)
#2B2526
(43,37,38)
#251F21
(37,31,33)
#1F191C
(31,25,28)
#191317
(25,19,23)
#130D12
(19,13,18)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #49433F

#49433F
(73,67,63)
#595450
(89,84,80)
#696561
(105,101,97)
#797672
(121,118,114)
#898783
(137,135,131)
#999894
(153,152,148)
#A9A9A5
(169,169,165)
#B9BAB6
(185,186,182)
#C9CBC7
(201,203,199)
#D9DCD8
(217,220,216)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49433F; }

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

This text font color is #49433F.


Background Color

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

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

This div background color is #49433F.


Border color

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

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

This div border color is #49433F.


Opacity

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

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

Text with #49433F 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 #49433F;}

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

This text has shadow with #49433F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49433F on black background.


Color preview on white background

This text has color #49433F on white background.



Black color preview on #49433F background

This text has black color on #49433F background.


White color preview on #49433F background

This text has white color on #49433F background.