COLOR #3D676C

HEX: #3D676C RGB: (61,103,108)

Color info

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

RGB color model

#3D676C color RGB value is (61,103,108).

RGB: (61,103,108) (24%, 40%, 42%)

RGB channels and saturation

R 61 of 255 = 24%
G 103 of 255 = 40%
B 108 of 255 = 42%

61
103
108

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

Portions of RGB colors in percentages

R + G + B = 61 + 103 + 108 = 272 (100%)
R 61 of 272 ~ 22.43%
G 103 of 272 ~ 37.87%
B 108 of 272 ~ 39.71'%

%22.43
%37.87
%39.71

CMYK color model

#3D676C color CMYK value is (44,5,0,58).

  • cyan value is 43.52%
  • magenta value is 4.63%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (44,5,0,58)
C44M5Y0K58 (44%, 5%, 0%, 58%)
(0.44 / 0.05 / 0.00 / 0.58)

CMYK percentages

%43.52
%4.63
%0
%57.65

Codes

Color #3D676C in popluar color models

3D 67 6C
RGB 61 103 108
HSL 186° 27.81% 33.14%
HSB/HSV 186° 43.52% 42.35%
CMYK 43.52% 4.63% 0.00%
57.65%

Color #3D676C in popluar number systems.

HEX 3D 67 6C
Decimal 61 103 108
Binary 111101 1100111 1101100
Octal 75 147 154

Shades and tints

Shades of #3D676C

#3D676C
(61,103,108)
#385E63
(56,94,99)
#33555A
(51,85,90)
#2E4C51
(46,76,81)
#294348
(41,67,72)
#243A3F
(36,58,63)
#1F3136
(31,49,54)
#1A282D
(26,40,45)
#151F24
(21,31,36)
#10161B
(16,22,27)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #3D676C

#3D676C
(61,103,108)
#4E7479
(78,116,121)
#5F8186
(95,129,134)
#708E93
(112,142,147)
#819BA0
(129,155,160)
#92A8AD
(146,168,173)
#A3B5BA
(163,181,186)
#B4C2C7
(180,194,199)
#C5CFD4
(197,207,212)
#D6DCE1
(214,220,225)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D676C; }

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

This text font color is #3D676C.

Background Color

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

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

This div background color is #3D676C.

Border color

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

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

This div border color is #3D676C.

Opacity

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

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

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

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

This text has shadow with #3D676C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D676C.

Preview

Color preview on black background

This text has color #3D676C on black background.


Color preview on white background

This text has color #3D676C on white background.


Black color preview on #3D676C background

This text has black color on #3D676C background.


White color preview on #3D676C background

This text has white color on #3D676C background.


Related colors

Complementary color

Complementary color for #hex is #C29893.


I love getcolorcode.com

Triadic colors

1 #6C3D67 and #676C3D with #3D676C are triadic colors.

2 #6C673D and #673D6C with #3D676C are triadic colors.