COLOR #496C2C

HEX: #496C2C RGB: (73,108,44)

Color info

#496C2C contains mainly red and green colors. Web safe color of #496C2C is #336633 (or #363).

RGB color model

#496C2C color RGB value is (73,108,44).

RGB: (73,108,44) (29%, 42%, 17%)

RGB channels and saturation

R 73 of 255 = 29%
G 108 of 255 = 42%
B 44 of 255 = 17%

73
108
44

R + G + B ~ 29%. #496C2C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 108 + 44 = 225 (100%)
R 73 of 225 ~ 32.44%
G 108 of 225 ~ 48%
B 44 of 225 ~ 19.56'%

%32.44
%48
%19.56

CMYK color model

#496C2C color CMYK value is (32,0,59,58).

  • cyan value is 32.41%
  • magenta value is 0.00%
  • yellow value is 59.26%
  • key color value is 57.65%

CMYK: (32,0,59,58)
C32M0Y59K58 (32%, 0%, 59%, 58%)
(0.32 / 0.00 / 0.59 / 0.58)

CMYK percentages

%32.41
%0
%59.26
%57.65

Codes

Color #496C2C in popluar color models

49 6C 2C
RGB 73 108 44
HSL 93° 42.11% 29.80%
HSB/HSV 93° 59.26% 42.35%
CMYK 32.41% 0.00% 59.26%
57.65%

Color #496C2C in popluar number systems.

HEX 49 6C 2C
Decimal 73 108 44
Binary 1001001 1101100 101100
Octal 111 154 54

Shades and tints

Shades of #496C2C

#496C2C
(73,108,44)
#436328
(67,99,40)
#3D5A24
(61,90,36)
#375120
(55,81,32)
#31481C
(49,72,28)
#2B3F18
(43,63,24)
#253614
(37,54,20)
#1F2D10
(31,45,16)
#19240C
(25,36,12)
#131B08
(19,27,8)
#0D1204
(13,18,4)
#000000
(0,0,0)

Tints of #496C2C

#496C2C
(73,108,44)
#59793F
(89,121,63)
#698652
(105,134,82)
#799365
(121,147,101)
#89A078
(137,160,120)
#99AD8B
(153,173,139)
#A9BA9E
(169,186,158)
#B9C7B1
(185,199,177)
#C9D4C4
(201,212,196)
#D9E1D7
(217,225,215)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496C2C color. Also use rgb(73,108,44) instead hex code.

Text Font Color

.myTextColor { color: #496C2C; }

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

This text font color is #496C2C.

Background Color

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

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

This div background color is #496C2C.

Border color

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

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

This div border color is #496C2C.

Opacity

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

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

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

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

This text has shadow with #496C2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #496C2C.

Preview

Color preview on black background

This text has color #496C2C on black background.


Color preview on white background

This text has color #496C2C on white background.


Black color preview on #496C2C background

This text has black color on #496C2C background.


White color preview on #496C2C background

This text has white color on #496C2C background.


Related colors

Complementary color

Complementary color for #hex is #B693D3.


I love getcolorcode.com

Triadic colors

1 #2C496C and #6C2C49 with #496C2C are triadic colors.

2 #2C6C49 and #6C492C with #496C2C are triadic colors.