COLOR #496C0E

HEX: #496C0E RGB: (73,108,14)

Color info

#496C0E contains mainly red and green colors. Web safe color of #496C0E is #336600 (or #360).

RGB color model

#496C0E color RGB value is (73,108,14).

RGB: (73,108,14) (29%, 42%, 5%)

RGB channels and saturation

R 73 of 255 = 29%
G 108 of 255 = 42%
B 14 of 255 = 5%

73
108
14

R + G + B ~ 25%. #496C0E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 108 + 14 = 195 (100%)
R 73 of 195 ~ 37.44%
G 108 of 195 ~ 55.38%
B 14 of 195 ~ 7.18'%

%37.44
%55.38

CMYK color model

#496C0E color CMYK value is (32,0,87,58).

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

CMYK: (32,0,87,58)
C32M0Y87K58 (32%, 0%, 87%, 58%)
(0.32 / 0.00 / 0.87 / 0.58)

CMYK percentages

%32.41
%0
%87.04
%57.65

Codes

Color #496C0E in popluar color models

49 6C 0E
RGB 73 108 14
HSL 82° 77.05% 23.92%
HSB/HSV 82° 87.04% 42.35%
CMYK 32.41% 0.00% 87.04%
57.65%

Color #496C0E in popluar number systems.

HEX 49 6C 0E
Decimal 73 108 14
Binary 1001001 1101100 1110
Octal 111 154 16

Shades and tints

Shades of #496C0E

#496C0E
(73,108,14)
#43630D
(67,99,13)
#3D5A0C
(61,90,12)
#37510B
(55,81,11)
#31480A
(49,72,10)
#2B3F09
(43,63,9)
#253608
(37,54,8)
#1F2D07
(31,45,7)
#192406
(25,36,6)
#131B05
(19,27,5)
#0D1204
(13,18,4)
#000000
(0,0,0)

Tints of #496C0E

#496C0E
(73,108,14)
#597923
(89,121,35)
#698638
(105,134,56)
#79934D
(121,147,77)
#89A062
(137,160,98)
#99AD77
(153,173,119)
#A9BA8C
(169,186,140)
#B9C7A1
(185,199,161)
#C9D4B6
(201,212,182)
#D9E1CB
(217,225,203)
#E9EEE0
(233,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496C0E; }

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

This text font color is #496C0E.

Background Color

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

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

This div background color is #496C0E.

Border color

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

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

This div border color is #496C0E.

Opacity

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

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

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

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

This text has shadow with #496C0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #496C0E.

Preview

Color preview on black background

This text has color #496C0E on black background.


Color preview on white background

This text has color #496C0E on white background.


Black color preview on #496C0E background

This text has black color on #496C0E background.


White color preview on #496C0E background

This text has white color on #496C0E background.


Related colors

Complementary color

Complementary color for #hex is #B693F1.


I love getcolorcode.com

Triadic colors

1 #0E496C and #6C0E49 with #496C0E are triadic colors.

2 #0E6C49 and #6C490E with #496C0E are triadic colors.