COLOR #3D6549

HEX: #3D6549 RGB: (61,101,73)

Color info

#3D6549 contains red, green and blue colors in about the same proportion. Web safe color of #3D6549 is #336633 (or #363).

RGB color model

#3D6549 color RGB value is (61,101,73).

RGB: (61,101,73) (24%, 40%, 29%)

RGB channels and saturation

R 61 of 255 = 24%
G 101 of 255 = 40%
B 73 of 255 = 29%

61
101
73

R + G + B ~ 31%. #3D6549 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 101 + 73 = 235 (100%)
R 61 of 235 ~ 25.96%
G 101 of 235 ~ 42.98%
B 73 of 235 ~ 31.06'%

%25.96
%42.98
%31.06

CMYK color model

#3D6549 color CMYK value is (40,0,28,60).

  • cyan value is 39.60%
  • magenta value is 0.00%
  • yellow value is 27.72%
  • key color value is 60.39%

CMYK: (40,0,28,60)
C40M0Y28K60 (40%, 0%, 28%, 60%)
(0.40 / 0.00 / 0.28 / 0.60)

CMYK percentages

%39.6
%0
%27.72
%60.39

Codes

Color #3D6549 in popluar color models

3D 65 49
RGB 61 101 73
HSL 138° 24.69% 31.76%
HSB/HSV 138° 39.60% 39.61%
CMYK 39.60% 0.00% 27.72%
60.39%

Color #3D6549 in popluar number systems.

HEX 3D 65 49
Decimal 61 101 73
Binary 111101 1100101 1001001
Octal 75 145 111

Shades and tints

Shades of #3D6549

#3D6549
(61,101,73)
#385C43
(56,92,67)
#33533D
(51,83,61)
#2E4A37
(46,74,55)
#294131
(41,65,49)
#24382B
(36,56,43)
#1F2F25
(31,47,37)
#1A261F
(26,38,31)
#151D19
(21,29,25)
#101413
(16,20,19)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #3D6549

#3D6549
(61,101,73)
#4E7359
(78,115,89)
#5F8169
(95,129,105)
#708F79
(112,143,121)
#819D89
(129,157,137)
#92AB99
(146,171,153)
#A3B9A9
(163,185,169)
#B4C7B9
(180,199,185)
#C5D5C9
(197,213,201)
#D6E3D9
(214,227,217)
#E7F1E9
(231,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D6549; }

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

This text font color is #3D6549.

Background Color

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

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

This div background color is #3D6549.

Border color

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

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

This div border color is #3D6549.

Opacity

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

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

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

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

This text has shadow with #3D6549 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D6549.

Preview

Color preview on black background

This text has color #3D6549 on black background.


Color preview on white background

This text has color #3D6549 on white background.


Black color preview on #3D6549 background

This text has black color on #3D6549 background.


White color preview on #3D6549 background

This text has white color on #3D6549 background.


Related colors

Complementary color

Complementary color for #hex is #C29AB6.


I love getcolorcode.com

Triadic colors

1 #493D65 and #65493D with #3D6549 are triadic colors.

2 #49653D and #653D49 with #3D6549 are triadic colors.