COLOR #3D492F

HEX: #3D492F RGB: (61,73,47)

Color info

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

RGB color model

#3D492F color RGB value is (61,73,47).

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

RGB channels and saturation

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

61
73
47

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

Portions of RGB colors in percentages

R + G + B = 61 + 73 + 47 = 181 (100%)
R 61 of 181 ~ 33.7%
G 73 of 181 ~ 40.33%
B 47 of 181 ~ 25.97'%

%33.7
%40.33
%25.97

CMYK color model

#3D492F color CMYK value is (16,0,36,71).

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

CMYK: (16,0,36,71)
C16M0Y36K71 (16%, 0%, 36%, 71%)
(0.16 / 0.00 / 0.36 / 0.71)

CMYK percentages

%16.44
%0
%35.62
%71.37

Codes

Color #3D492F in popluar color models

3D 49 2F
RGB 61 73 47
HSL 88° 21.67% 23.53%
HSB/HSV 88° 35.62% 28.63%
CMYK 16.44% 0.00% 35.62%
71.37%

Color #3D492F in popluar number systems.

HEX 3D 49 2F
Decimal 61 73 47
Binary 111101 1001001 101111
Octal 75 111 57

Shades and tints

Shades of #3D492F

#3D492F
(61,73,47)
#38432B
(56,67,43)
#333D27
(51,61,39)
#2E3723
(46,55,35)
#29311F
(41,49,31)
#242B1B
(36,43,27)
#1F2517
(31,37,23)
#1A1F13
(26,31,19)
#15190F
(21,25,15)
#10130B
(16,19,11)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #3D492F

#3D492F
(61,73,47)
#4E5941
(78,89,65)
#5F6953
(95,105,83)
#707965
(112,121,101)
#818977
(129,137,119)
#929989
(146,153,137)
#A3A99B
(163,169,155)
#B4B9AD
(180,185,173)
#C5C9BF
(197,201,191)
#D6D9D1
(214,217,209)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D492F; }

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

This text font color is #3D492F.

Background Color

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

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

This div background color is #3D492F.

Border color

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

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

This div border color is #3D492F.

Opacity

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

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

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

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

This text has shadow with #3D492F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D492F.

Preview

Color preview on black background

This text has color #3D492F on black background.


Color preview on white background

This text has color #3D492F on white background.


Black color preview on #3D492F background

This text has black color on #3D492F background.


White color preview on #3D492F background

This text has white color on #3D492F background.


Related colors

Complementary color

Complementary color for #hex is #C2B6D0.


I love getcolorcode.com

Triadic colors

1 #2F3D49 and #492F3D with #3D492F are triadic colors.

2 #2F493D and #493D2F with #3D492F are triadic colors.