COLOR #49665A

HEX: #49665A
RGB: (73,102,90)

Color info

#49665A contains red, green and blue colors in about the same proportion. Web safe color of #49665A is #336666 (or #366).

RGB color model

#49665A color RGB value is (73,102,90).

  • red value is 73;
  • green value is 102;
  • blue value is 90.
RGB:
(73,102,90)
(29%,40%,35%)

RGB channels and saturation

R 73 of 255 = 29%
G 102 of 255 = 40%
B 90 of 255 = 35%

73
102
90

R + G + B ~ 35%. #49665A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 102 + 90 = 265 (100%)
R 73 of 265 ~ 27.55%
G 102 of 265 ~ 38.49%
B 90 of 265 ~ 33.96%

%27.55
%38.49
%33.96

CMYK color model

#49665A color CMYK value is (28,0,12,60).

  • cyan value is 28.43%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 60.00%
CMYK:
(28,0,12,60)
C28M0Y12K60 
(28%,0%,12%,60%)
(0.28/0.00/0.12/0.60)	

CMYK percentages

%28.43
%0
%11.76
%60

Codes

Color #49665A in popluar color models

49665A
RGB7310290
HSL155°16.57%34.31%
HSB/HSV155°28.43%40.00%
CMYK28.43%0.00%11.76%
60.00%

Color #49665A in popluar number systems.

HEX49665A
Decimal7310290
Binary100100111001101011010
Octal111146132

Shades and tints

Shades of #49665A

#49665A
(73,102,90)
#435D52
(67,93,82)
#3D544A
(61,84,74)
#374B42
(55,75,66)
#31423A
(49,66,58)
#2B3932
(43,57,50)
#25302A
(37,48,42)
#1F2722
(31,39,34)
#191E1A
(25,30,26)
#131512
(19,21,18)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #49665A

#49665A
(73,102,90)
#597369
(89,115,105)
#698078
(105,128,120)
#798D87
(121,141,135)
#899A96
(137,154,150)
#99A7A5
(153,167,165)
#A9B4B4
(169,180,180)
#B9C1C3
(185,193,195)
#C9CED2
(201,206,210)
#D9DBE1
(217,219,225)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49665A color. Also use rgb(73,102,90) instead hex code.

Text Font Color

.myTextColor { color: #49665A; }

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

This text font color is #49665A.


Background Color

.myBgColor { background-color: #49665A; }

<div style="background-color:#49665A">Inner text</div>

This div background color is #49665A.


Border color

.myBorderColor { border: 1px solid #49665A; }

<div style="border:3px solid #49665A">Div</div>

This div border color is #49665A.


Opacity

.myOpacity80 { color: #49665A; opacity: 0.8; }

<p style="color:#49665A;opacity:0.8;">80%</p>

Text with #49665A 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 #49665A;}

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

This text has shadow with #49665A color.

.textShadow {text-shadow: 3px 3px 1px #49665A, 3px 3px 1px red;}

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

This text has shadow with #49665A primary color and red secondary color.


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

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

This text has shadow with #49665A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49665A on black background.


Color preview on white background

This text has color #49665A on white background.



Black color preview on #49665A background

This text has black color on #49665A background.


White color preview on #49665A background

This text has white color on #49665A background.