COLOR #3D846D

HEX: #3D846D RGB: (61,132,109)

Color info

#3D846D contains mainly green and blue colors. Web safe color of #3D846D is #339966 (or #396).

RGB color model

#3D846D color RGB value is (61,132,109).

RGB: (61,132,109) (24%, 52%, 43%)

RGB channels and saturation

R 61 of 255 = 24%
G 132 of 255 = 52%
B 109 of 255 = 43%

61
132
109

R + G + B ~ 40%. #3D846D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 61 + 132 + 109 = 302 (100%)
R 61 of 302 ~ 20.2%
G 132 of 302 ~ 43.71%
B 109 of 302 ~ 36.09'%

%20.2
%43.71
%36.09

CMYK color model

#3D846D color CMYK value is (54,0,17,48).

  • cyan value is 53.79%
  • magenta value is 0.00%
  • yellow value is 17.42%
  • key color value is 48.24%

CMYK: (54,0,17,48)
C54M0Y17K48 (54%, 0%, 17%, 48%)
(0.54 / 0.00 / 0.17 / 0.48)

CMYK percentages

%53.79
%0
%17.42
%48.24

Codes

Color #3D846D in popluar color models

3D 84 6D
RGB 61 132 109
HSL 161° 36.79% 37.84%
HSB/HSV 161° 53.79% 51.76%
CMYK 53.79% 0.00% 17.42%
48.24%

Color #3D846D in popluar number systems.

HEX 3D 84 6D
Decimal 61 132 109
Binary 111101 10000100 1101101
Octal 75 204 155

Shades and tints

Shades of #3D846D

#3D846D
(61,132,109)
#387864
(56,120,100)
#336C5B
(51,108,91)
#2E6052
(46,96,82)
#295449
(41,84,73)
#244840
(36,72,64)
#1F3C37
(31,60,55)
#1A302E
(26,48,46)
#152425
(21,36,37)
#10181C
(16,24,28)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #3D846D

#3D846D
(61,132,109)
#4E8F7A
(78,143,122)
#5F9A87
(95,154,135)
#70A594
(112,165,148)
#81B0A1
(129,176,161)
#92BBAE
(146,187,174)
#A3C6BB
(163,198,187)
#B4D1C8
(180,209,200)
#C5DCD5
(197,220,213)
#D6E7E2
(214,231,226)
#E7F2EF
(231,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D846D color. Also use rgb(61,132,109) instead hex code.

Text Font Color

.myTextColor { color: #3D846D; }

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

This text font color is #3D846D.

Background Color

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

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

This div background color is #3D846D.

Border color

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

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

This div border color is #3D846D.

Opacity

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

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

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

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

This text has shadow with #3D846D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D846D.

Preview

Color preview on black background

This text has color #3D846D on black background.


Color preview on white background

This text has color #3D846D on white background.


Black color preview on #3D846D background

This text has black color on #3D846D background.


White color preview on #3D846D background

This text has white color on #3D846D background.


Related colors

Complementary color

Complementary color for #hex is #C27B92.


I love getcolorcode.com

Triadic colors

1 #6D3D84 and #846D3D with #3D846D are triadic colors.

2 #6D843D and #843D6D with #3D846D are triadic colors.