COLOR #496B55

HEX: #496B55 RGB: (73,107,85)

Color info

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

RGB color model

#496B55 color RGB value is (73,107,85).

RGB: (73,107,85) (29%, 42%, 33%)

RGB channels and saturation

R 73 of 255 = 29%
G 107 of 255 = 42%
B 85 of 255 = 33%

73
107
85

R + G + B ~ 35%. #496B55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 107 + 85 = 265 (100%)
R 73 of 265 ~ 27.55%
G 107 of 265 ~ 40.38%
B 85 of 265 ~ 32.08'%

%27.55
%40.38
%32.08

CMYK color model

#496B55 color CMYK value is (32,0,21,58).

  • cyan value is 31.78%
  • magenta value is 0.00%
  • yellow value is 20.56%
  • key color value is 58.04%

CMYK: (32,0,21,58)
C32M0Y21K58 (32%, 0%, 21%, 58%)
(0.32 / 0.00 / 0.21 / 0.58)

CMYK percentages

%31.78
%0
%20.56
%58.04

Codes

Color #496B55 in popluar color models

49 6B 55
RGB 73 107 85
HSL 141° 18.89% 35.29%
HSB/HSV 141° 31.78% 41.96%
CMYK 31.78% 0.00% 20.56%
58.04%

Color #496B55 in popluar number systems.

HEX 49 6B 55
Decimal 73 107 85
Binary 1001001 1101011 1010101
Octal 111 153 125

Shades and tints

Shades of #496B55

#496B55
(73,107,85)
#43624E
(67,98,78)
#3D5947
(61,89,71)
#375040
(55,80,64)
#314739
(49,71,57)
#2B3E32
(43,62,50)
#25352B
(37,53,43)
#1F2C24
(31,44,36)
#19231D
(25,35,29)
#131A16
(19,26,22)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #496B55

#496B55
(73,107,85)
#597864
(89,120,100)
#698573
(105,133,115)
#799282
(121,146,130)
#899F91
(137,159,145)
#99ACA0
(153,172,160)
#A9B9AF
(169,185,175)
#B9C6BE
(185,198,190)
#C9D3CD
(201,211,205)
#D9E0DC
(217,224,220)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496B55 color. Also use rgb(73,107,85) instead hex code.

Text Font Color

.myTextColor { color: #496B55; }

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

This text font color is #496B55.

Background Color

.myBgColor { background-color: #496B55; }

<div style="background-color:#496B55">Inner text</div>

This div background color is #496B55.

Border color

.myBorderColor { border: 1px solid #496B55; }

<div style="border:3px solid #496B55">Div</div>

This div border color is #496B55.

Opacity

.myOpacity80 { color: #496B55; opacity: 0.8; }

<p style="color:#496B55;opacity:0.8;">80%</p>

Text with #496B55 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 #496B55;}

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

This text has shadow with #496B55 color.


.textShadow {text-shadow: 3px 3px 1px #496B55', 3px 3px 1px red;}

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

This text has shadow with #496B55 primary color and red secondary color.


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

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

This text has shadow with #496B55 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #496B55; -webkit-box-shadow: 1px 1px 3px 2px #496B55; box-shadow:1px 1px 3px 2px #496B55;">
Div content here
</div>

This div box has shadow with color #496B55.

Preview

Color preview on black background

This text has color #496B55 on black background.


Color preview on white background

This text has color #496B55 on white background.


Black color preview on #496B55 background

This text has black color on #496B55 background.


White color preview on #496B55 background

This text has white color on #496B55 background.


Related colors

Complementary color

Complementary color for #hex is #B694AA.


I love getcolorcode.com

Triadic colors

1 #55496B and #6B5549 with #496B55 are triadic colors.

2 #556B49 and #6B4955 with #496B55 are triadic colors.