COLOR #3D492D

HEX: #3D492D RGB: (61,73,45)

Color info

#3D492D contains red, green and blue colors in about the same proportion. Web safe color of #3D492D is #333333 (or #333).

RGB color model

#3D492D color RGB value is (61,73,45).

RGB: (61,73,45) (24%, 29%, 18%)

RGB channels and saturation

R 61 of 255 = 24%
G 73 of 255 = 29%
B 45 of 255 = 18%

61
73
45

R + G + B ~ 24%. #3D492D is dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 73 + 45 = 179 (100%)
R 61 of 179 ~ 34.08%
G 73 of 179 ~ 40.78%
B 45 of 179 ~ 25.14'%

%34.08
%40.78
%25.14

CMYK color model

#3D492D color CMYK value is (16,0,38,71).

  • cyan value is 16.44%
  • magenta value is 0.00%
  • yellow value is 38.36%
  • key color value is 71.37%

CMYK: (16,0,38,71)
C16M0Y38K71 (16%, 0%, 38%, 71%)
(0.16 / 0.00 / 0.38 / 0.71)

CMYK percentages

%16.44
%0
%38.36
%71.37

Codes

Color #3D492D in popluar color models

3D 49 2D
RGB 61 73 45
HSL 86° 23.73% 23.14%
HSB/HSV 86° 38.36% 28.63%
CMYK 16.44% 0.00% 38.36%
71.37%

Color #3D492D in popluar number systems.

HEX 3D 49 2D
Decimal 61 73 45
Binary 111101 1001001 101101
Octal 75 111 55

Shades and tints

Shades of #3D492D

#3D492D
(61,73,45)
#384329
(56,67,41)
#333D25
(51,61,37)
#2E3721
(46,55,33)
#29311D
(41,49,29)
#242B19
(36,43,25)
#1F2515
(31,37,21)
#1A1F11
(26,31,17)
#15190D
(21,25,13)
#101309
(16,19,9)
#0B0D05
(11,13,5)
#000000
(0,0,0)

Tints of #3D492D

#3D492D
(61,73,45)
#4E5940
(78,89,64)
#5F6953
(95,105,83)
#707966
(112,121,102)
#818979
(129,137,121)
#92998C
(146,153,140)
#A3A99F
(163,169,159)
#B4B9B2
(180,185,178)
#C5C9C5
(197,201,197)
#D6D9D8
(214,217,216)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D492D color. Also use rgb(61,73,45) instead hex code.

Text Font Color

.myTextColor { color: #3D492D; }

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

This text font color is #3D492D.

Background Color

.myBgColor { background-color: #3D492D; }

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

This div background color is #3D492D.

Border color

.myBorderColor { border: 1px solid #3D492D; }

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

This div border color is #3D492D.

Opacity

.myOpacity80 { color: #3D492D; opacity: 0.8; }

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

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

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

This text has shadow with #3D492D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D492D.

Preview

Color preview on black background

This text has color #3D492D on black background.


Color preview on white background

This text has color #3D492D on white background.


Black color preview on #3D492D background

This text has black color on #3D492D background.


White color preview on #3D492D background

This text has white color on #3D492D background.


Related colors

Complementary color

Complementary color for #hex is #C2B6D2.


I love getcolorcode.com

Triadic colors

1 #2D3D49 and #492D3D with #3D492D are triadic colors.

2 #2D493D and #493D2D with #3D492D are triadic colors.