COLOR #3D6847

HEX: #3D6847
RGB: (61,104,71)

Color info

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

RGB color model

#3D6847 color RGB value is (61,104,71).

  • red value is 61;
  • green value is 104;
  • blue value is 71.
RGB:
(61,104,71)
(24%,41%,28%)

RGB channels and saturation

R 61 of 255 = 24%
G 104 of 255 = 41%
B 71 of 255 = 28%

61
104
71

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

Portions of RGB colors in percentages

R + G + B =
61 + 104 + 71 = 236 (100%)
R 61 of 236 ~ 25.85%
G 104 of 236 ~ 44.07%
B 71 of 236 ~ 30.08%

%25.85
%44.07
%30.08

CMYK color model

#3D6847 color CMYK value is (41,0,32,59).

  • cyan value is 41.35%
  • magenta value is 0.00%
  • yellow value is 31.73%
  • key color value is 59.22%
CMYK:
(41,0,32,59)
C41M0Y32K59 
(41%,0%,32%,59%)
(0.41/0.00/0.32/0.59)	

CMYK percentages

%41.35
%0
%31.73
%59.22

Codes

Color #3D6847 in popluar color models

3D6847
RGB6110471
HSL134°26.06%32.35%
HSB/HSV134°41.35%40.78%
CMYK41.35%0.00%31.73%
59.22%

Color #3D6847 in popluar number systems.

HEX3D6847
Decimal6110471
Binary11110111010001000111
Octal75150107

Shades and tints

Shades of #3D6847

#3D6847
(61,104,71)
#385F41
(56,95,65)
#33563B
(51,86,59)
#2E4D35
(46,77,53)
#29442F
(41,68,47)
#243B29
(36,59,41)
#1F3223
(31,50,35)
#1A291D
(26,41,29)
#152017
(21,32,23)
#101711
(16,23,17)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #3D6847

#3D6847
(61,104,71)
#4E7557
(78,117,87)
#5F8267
(95,130,103)
#708F77
(112,143,119)
#819C87
(129,156,135)
#92A997
(146,169,151)
#A3B6A7
(163,182,167)
#B4C3B7
(180,195,183)
#C5D0C7
(197,208,199)
#D6DDD7
(214,221,215)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6847 color. Also use rgb(61,104,71) instead hex code.

Text Font Color

.myTextColor { color: #3D6847; }

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

This text font color is #3D6847.


Background Color

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

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

This div background color is #3D6847.


Border color

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

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

This div border color is #3D6847.


Opacity

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

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

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

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

This text has shadow with #3D6847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6847 on black background.


Color preview on white background

This text has color #3D6847 on white background.



Black color preview on #3D6847 background

This text has black color on #3D6847 background.


White color preview on #3D6847 background

This text has white color on #3D6847 background.