COLOR #3D6650

HEX: #3D6650 RGB: (61,102,80)

Color info

#3D6650 contains red, green and blue colors in about the same proportion. Web safe color of #3D6650 is #336666 (or #366).

RGB color model

#3D6650 color RGB value is (61,102,80).

RGB: (61,102,80) (24%, 40%, 31%)

RGB channels and saturation

R 61 of 255 = 24%
G 102 of 255 = 40%
B 80 of 255 = 31%

61
102
80

R + G + B ~ 32%. #3D6650 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 102 + 80 = 243 (100%)
R 61 of 243 ~ 25.1%
G 102 of 243 ~ 41.98%
B 80 of 243 ~ 32.92'%

%25.1
%41.98
%32.92

CMYK color model

#3D6650 color CMYK value is (40,0,22,60).

  • cyan value is 40.20%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 60.00%

CMYK: (40,0,22,60)
C40M0Y22K60 (40%, 0%, 22%, 60%)
(0.40 / 0.00 / 0.22 / 0.60)

CMYK percentages

%40.2
%0
%21.57
%60

Codes

Color #3D6650 in popluar color models

3D 66 50
RGB 61 102 80
HSL 148° 25.15% 31.96%
HSB/HSV 148° 40.20% 40.00%
CMYK 40.20% 0.00% 21.57%
60.00%

Color #3D6650 in popluar number systems.

HEX 3D 66 50
Decimal 61 102 80
Binary 111101 1100110 1010000
Octal 75 146 120

Shades and tints

Shades of #3D6650

#3D6650
(61,102,80)
#385D49
(56,93,73)
#335442
(51,84,66)
#2E4B3B
(46,75,59)
#294234
(41,66,52)
#24392D
(36,57,45)
#1F3026
(31,48,38)
#1A271F
(26,39,31)
#151E18
(21,30,24)
#101511
(16,21,17)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #3D6650

#3D6650
(61,102,80)
#4E735F
(78,115,95)
#5F806E
(95,128,110)
#708D7D
(112,141,125)
#819A8C
(129,154,140)
#92A79B
(146,167,155)
#A3B4AA
(163,180,170)
#B4C1B9
(180,193,185)
#C5CEC8
(197,206,200)
#D6DBD7
(214,219,215)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6650 color. Also use rgb(61,102,80) instead hex code.

Text Font Color

.myTextColor { color: #3D6650; }

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

This text font color is #3D6650.

Background Color

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

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

This div background color is #3D6650.

Border color

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

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

This div border color is #3D6650.

Opacity

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

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

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

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

This text has shadow with #3D6650 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D6650.

Preview

Color preview on black background

This text has color #3D6650 on black background.


Color preview on white background

This text has color #3D6650 on white background.


Black color preview on #3D6650 background

This text has black color on #3D6650 background.


White color preview on #3D6650 background

This text has white color on #3D6650 background.


Related colors

Complementary color

Complementary color for #hex is #C299AF.


I love getcolorcode.com

Triadic colors

1 #503D66 and #66503D with #3D6650 are triadic colors.

2 #50663D and #663D50 with #3D6650 are triadic colors.