COLOR #496923

HEX: #496923 RGB: (73,105,35)

Color info

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

RGB color model

#496923 color RGB value is (73,105,35).

RGB: (73,105,35) (29%, 41%, 14%)

RGB channels and saturation

R 73 of 255 = 29%
G 105 of 255 = 41%
B 35 of 255 = 14%

73
105
35

R + G + B ~ 28%. #496923 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 105 + 35 = 213 (100%)
R 73 of 213 ~ 34.27%
G 105 of 213 ~ 49.3%
B 35 of 213 ~ 16.43'%

%34.27
%49.3
%16.43

CMYK color model

#496923 color CMYK value is (30,0,67,59).

  • cyan value is 30.48%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 58.82%

CMYK: (30,0,67,59)
C30M0Y67K59 (30%, 0%, 67%, 59%)
(0.30 / 0.00 / 0.67 / 0.59)

CMYK percentages

%30.48
%0
%66.67
%58.82

Codes

Color #496923 in popluar color models

49 69 23
RGB 73 105 35
HSL 87° 50.00% 27.45%
HSB/HSV 87° 66.67% 41.18%
CMYK 30.48% 0.00% 66.67%
58.82%

Color #496923 in popluar number systems.

HEX 49 69 23
Decimal 73 105 35
Binary 1001001 1101001 100011
Octal 111 151 43

Shades and tints

Shades of #496923

#496923
(73,105,35)
#436020
(67,96,32)
#3D571D
(61,87,29)
#374E1A
(55,78,26)
#314517
(49,69,23)
#2B3C14
(43,60,20)
#253311
(37,51,17)
#1F2A0E
(31,42,14)
#19210B
(25,33,11)
#131808
(19,24,8)
#0D0F05
(13,15,5)
#000000
(0,0,0)

Tints of #496923

#496923
(73,105,35)
#597637
(89,118,55)
#69834B
(105,131,75)
#79905F
(121,144,95)
#899D73
(137,157,115)
#99AA87
(153,170,135)
#A9B79B
(169,183,155)
#B9C4AF
(185,196,175)
#C9D1C3
(201,209,195)
#D9DED7
(217,222,215)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496923 color. Also use rgb(73,105,35) instead hex code.

Text Font Color

.myTextColor { color: #496923; }

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

This text font color is #496923.

Background Color

.myBgColor { background-color: #496923; }

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

This div background color is #496923.

Border color

.myBorderColor { border: 1px solid #496923; }

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

This div border color is #496923.

Opacity

.myOpacity80 { color: #496923; opacity: 0.8; }

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

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

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

This text has shadow with #496923 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #496923.

Preview

Color preview on black background

This text has color #496923 on black background.


Color preview on white background

This text has color #496923 on white background.


Black color preview on #496923 background

This text has black color on #496923 background.


White color preview on #496923 background

This text has white color on #496923 background.


Related colors

Complementary color

Complementary color for #hex is #B696DC.


I love getcolorcode.com

Triadic colors

1 #234969 and #692349 with #496923 are triadic colors.

2 #236949 and #694923 with #496923 are triadic colors.