COLOR #3D685D

HEX: #3D685D RGB: (61,104,93)

Color info

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

RGB color model

#3D685D color RGB value is (61,104,93).

RGB: (61,104,93) (24%, 41%, 36%)

RGB channels and saturation

R 61 of 255 = 24%
G 104 of 255 = 41%
B 93 of 255 = 36%

61
104
93

R + G + B ~ 34%. #3D685D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 104 + 93 = 258 (100%)
R 61 of 258 ~ 23.64%
G 104 of 258 ~ 40.31%
B 93 of 258 ~ 36.05'%

%23.64
%40.31
%36.05

CMYK color model

#3D685D color CMYK value is (41,0,11,59).

  • cyan value is 41.35%
  • magenta value is 0.00%
  • yellow value is 10.58%
  • key color value is 59.22%

CMYK: (41,0,11,59)
C41M0Y11K59 (41%, 0%, 11%, 59%)
(0.41 / 0.00 / 0.11 / 0.59)

CMYK percentages

%41.35
%0
%10.58
%59.22

Codes

Color #3D685D in popluar color models

3D 68 5D
RGB 61 104 93
HSL 165° 26.06% 32.35%
HSB/HSV 165° 41.35% 40.78%
CMYK 41.35% 0.00% 10.58%
59.22%

Color #3D685D in popluar number systems.

HEX 3D 68 5D
Decimal 61 104 93
Binary 111101 1101000 1011101
Octal 75 150 135

Shades and tints

Shades of #3D685D

#3D685D
(61,104,93)
#385F55
(56,95,85)
#33564D
(51,86,77)
#2E4D45
(46,77,69)
#29443D
(41,68,61)
#243B35
(36,59,53)
#1F322D
(31,50,45)
#1A2925
(26,41,37)
#15201D
(21,32,29)
#101715
(16,23,21)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #3D685D

#3D685D
(61,104,93)
#4E756B
(78,117,107)
#5F8279
(95,130,121)
#708F87
(112,143,135)
#819C95
(129,156,149)
#92A9A3
(146,169,163)
#A3B6B1
(163,182,177)
#B4C3BF
(180,195,191)
#C5D0CD
(197,208,205)
#D6DDDB
(214,221,219)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D685D; }

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

This text font color is #3D685D.

Background Color

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

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

This div background color is #3D685D.

Border color

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

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

This div border color is #3D685D.

Opacity

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

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

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

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

This text has shadow with #3D685D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D685D.

Preview

Color preview on black background

This text has color #3D685D on black background.


Color preview on white background

This text has color #3D685D on white background.


Black color preview on #3D685D background

This text has black color on #3D685D background.


White color preview on #3D685D background

This text has white color on #3D685D background.


Related colors

Complementary color

Complementary color for #hex is #C297A2.


I love getcolorcode.com

Triadic colors

1 #5D3D68 and #685D3D with #3D685D are triadic colors.

2 #5D683D and #683D5D with #3D685D are triadic colors.