COLOR #495D1D

HEX: #495D1D RGB: (73,93,29)

Color info

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

RGB color model

#495D1D color RGB value is (73,93,29).

RGB: (73,93,29) (29%, 36%, 11%)

RGB channels and saturation

R 73 of 255 = 29%
G 93 of 255 = 36%
B 29 of 255 = 11%

73
93
29

R + G + B ~ 25%. #495D1D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 93 + 29 = 195 (100%)
R 73 of 195 ~ 37.44%
G 93 of 195 ~ 47.69%
B 29 of 195 ~ 14.87'%

%37.44
%47.69
%14.87

CMYK color model

#495D1D color CMYK value is (22,0,69,64).

  • cyan value is 21.51%
  • magenta value is 0.00%
  • yellow value is 68.82%
  • key color value is 63.53%
CMYK: (22,0,69,64) C22M0Y69K64 (22%,0%,69%,64%) (0.22/0.00/0.69/0.64) 

CMYK percentages

%21.51
%0
%68.82
%63.53

Codes

Color #495D1D in popluar color models

49 5D 1D
RGB 73 93 29
HSL 79° 52.46% 23.92%
HSB/HSV 79° 68.82% 36.47%
CMYK 21.51% 0.00% 68.82%
63.53%

Color #495D1D in popluar number systems.

HEX 49 5D 1D
Decimal 73 93 29
Binary 1001001 1011101 11101
Octal 111 135 35

Shades and tints

Shades of #495D1D

#495D1D
(73,93,29)
#43551B
(67,85,27)
#3D4D19
(61,77,25)
#374517
(55,69,23)
#313D15
(49,61,21)
#2B3513
(43,53,19)
#252D11
(37,45,17)
#1F250F
(31,37,15)
#191D0D
(25,29,13)
#13150B
(19,21,11)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #495D1D

#495D1D
(73,93,29)
#596B31
(89,107,49)
#697945
(105,121,69)
#798759
(121,135,89)
#89956D
(137,149,109)
#99A381
(153,163,129)
#A9B195
(169,177,149)
#B9BFA9
(185,191,169)
#C9CDBD
(201,205,189)
#D9DBD1
(217,219,209)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495D1D color. Also use rgb(73,93,29) instead hex code.

Text Font Color

.myTextColor { color: #495D1D; }

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

This text font color is #495D1D.

Background Color

.myBgColor { background-color: #495D1D; }

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

This div background color is #495D1D.

Border color

.myBorderColor { border: 1px solid #495D1D; }

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

This div border color is #495D1D.

Opacity

.myOpacity80 { color: #495D1D; opacity: 0.8; }

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

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

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

This text has shadow with #495D1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #495D1D.

Preview

Color preview on black background

This text has color #495D1D on black background.


Color preview on white background

This text has color #495D1D on white background.


Black color preview on #495D1D background

This text has black color on #495D1D background.


White color preview on #495D1D background

This text has white color on #495D1D background.


Related colors

Complementary color

Complementary color for #hex is #B6A2E2.


I love getcolorcode.com

Triadic colors

1 #1D495D and #5D1D49 with #495D1D are triadic colors.

2 #1D5D49 and #5D491D with #495D1D are triadic colors.