COLOR #3D6266

HEX: #3D6266 RGB: (61,98,102)

Color info

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

RGB color model

#3D6266 color RGB value is (61,98,102).

RGB: (61,98,102) (24%, 38%, 40%)

RGB channels and saturation

R 61 of 255 = 24%
G 98 of 255 = 38%
B 102 of 255 = 40%

61
98
102

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

Portions of RGB colors in percentages

R + G + B = 61 + 98 + 102 = 261 (100%)
R 61 of 261 ~ 23.37%
G 98 of 261 ~ 37.55%
B 102 of 261 ~ 39.08'%

%23.37
%37.55
%39.08

CMYK color model

#3D6266 color CMYK value is (40,4,0,60).

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

CMYK: (40,4,0,60)
C40M4Y0K60 (40%, 4%, 0%, 60%)
(0.40 / 0.04 / 0.00 / 0.60)

CMYK percentages

%40.2
%3.92
%0
%60

Codes

Color #3D6266 in popluar color models

3D 62 66
RGB 61 98 102
HSL 186° 25.15% 31.96%
HSB/HSV 186° 40.20% 40.00%
CMYK 40.20% 3.92% 0.00%
60.00%

Color #3D6266 in popluar number systems.

HEX 3D 62 66
Decimal 61 98 102
Binary 111101 1100010 1100110
Octal 75 142 146

Shades and tints

Shades of #3D6266

#3D6266
(61,98,102)
#385A5D
(56,90,93)
#335254
(51,82,84)
#2E4A4B
(46,74,75)
#294242
(41,66,66)
#243A39
(36,58,57)
#1F3230
(31,50,48)
#1A2A27
(26,42,39)
#15221E
(21,34,30)
#101A15
(16,26,21)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #3D6266

#3D6266
(61,98,102)
#4E7073
(78,112,115)
#5F7E80
(95,126,128)
#708C8D
(112,140,141)
#819A9A
(129,154,154)
#92A8A7
(146,168,167)
#A3B6B4
(163,182,180)
#B4C4C1
(180,196,193)
#C5D2CE
(197,210,206)
#D6E0DB
(214,224,219)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D6266; }

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

This text font color is #3D6266.

Background Color

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

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

This div background color is #3D6266.

Border color

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

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

This div border color is #3D6266.

Opacity

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

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

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

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

This text has shadow with #3D6266 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D6266.

Preview

Color preview on black background

This text has color #3D6266 on black background.


Color preview on white background

This text has color #3D6266 on white background.


Black color preview on #3D6266 background

This text has black color on #3D6266 background.


White color preview on #3D6266 background

This text has white color on #3D6266 background.


Related colors

Complementary color

Complementary color for #hex is #C29D99.


I love getcolorcode.com

Triadic colors

1 #663D62 and #62663D with #3D6266 are triadic colors.

2 #66623D and #623D66 with #3D6266 are triadic colors.