COLOR #3D6C60

HEX: #3D6C60 RGB: (61,108,96)

Color info

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

RGB color model

#3D6C60 color RGB value is (61,108,96).

RGB: (61,108,96) (24%, 42%, 38%)

RGB channels and saturation

R 61 of 255 = 24%
G 108 of 255 = 42%
B 96 of 255 = 38%

61
108
96

R + G + B ~ 35%. #3D6C60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 108 + 96 = 265 (100%)
R 61 of 265 ~ 23.02%
G 108 of 265 ~ 40.75%
B 96 of 265 ~ 36.23'%

%23.02
%40.75
%36.23

CMYK color model

#3D6C60 color CMYK value is (44,0,11,58).

  • cyan value is 43.52%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 57.65%
CMYK: (44,0,11,58) C44M0Y11K58 (44%,0%,11%,58%) (0.44/0.00/0.11/0.58) 

CMYK percentages

%43.52
%0
%11.11
%57.65

Codes

Color #3D6C60 in popluar color models

3D 6C 60
RGB 61 108 96
HSL 165° 27.81% 33.14%
HSB/HSV 165° 43.52% 42.35%
CMYK 43.52% 0.00% 11.11%
57.65%

Color #3D6C60 in popluar number systems.

HEX 3D 6C 60
Decimal 61 108 96
Binary 111101 1101100 1100000
Octal 75 154 140

Shades and tints

Shades of #3D6C60

#3D6C60
(61,108,96)
#386358
(56,99,88)
#335A50
(51,90,80)
#2E5148
(46,81,72)
#294840
(41,72,64)
#243F38
(36,63,56)
#1F3630
(31,54,48)
#1A2D28
(26,45,40)
#152420
(21,36,32)
#101B18
(16,27,24)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #3D6C60

#3D6C60
(61,108,96)
#4E796E
(78,121,110)
#5F867C
(95,134,124)
#70938A
(112,147,138)
#81A098
(129,160,152)
#92ADA6
(146,173,166)
#A3BAB4
(163,186,180)
#B4C7C2
(180,199,194)
#C5D4D0
(197,212,208)
#D6E1DE
(214,225,222)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6C60 color. Also use rgb(61,108,96) instead hex code.

Text Font Color

.myTextColor { color: #3D6C60; }

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

This text font color is #3D6C60.

Background Color

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

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

This div background color is #3D6C60.

Border color

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

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

This div border color is #3D6C60.

Opacity

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

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

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

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

This text has shadow with #3D6C60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D6C60.

Preview

Color preview on black background

This text has color #3D6C60 on black background.


Color preview on white background

This text has color #3D6C60 on white background.


Black color preview on #3D6C60 background

This text has black color on #3D6C60 background.


White color preview on #3D6C60 background

This text has white color on #3D6C60 background.


Related colors

Complementary color

Complementary color for #hex is #C2939F.


I love getcolorcode.com

Triadic colors

1 #603D6C and #6C603D with #3D6C60 are triadic colors.

2 #606C3D and #6C3D60 with #3D6C60 are triadic colors.