COLOR #3D6476

HEX: #3D6476 RGB: (61,100,118)

Color info

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

RGB color model

#3D6476 color RGB value is (61,100,118).

RGB: (61,100,118) (24%, 39%, 46%)

RGB channels and saturation

R 61 of 255 = 24%
G 100 of 255 = 39%
B 118 of 255 = 46%

61
100
118

R + G + B ~ 36%. #3D6476 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 100 + 118 = 279 (100%)
R 61 of 279 ~ 21.86%
G 100 of 279 ~ 35.84%
B 118 of 279 ~ 42.29'%

%21.86
%35.84
%42.29

CMYK color model

#3D6476 color CMYK value is (48,15,0,54).

  • cyan value is 48.31%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (48,15,0,54)
C48M15Y0K54 (48%, 15%, 0%, 54%)
(0.48 / 0.15 / 0.00 / 0.54)

CMYK percentages

%48.31
%15.25
%0
%53.73

Codes

Color #3D6476 in popluar color models

3D 64 76
RGB 61 100 118
HSL 199° 31.84% 35.10%
HSB/HSV 199° 48.31% 46.27%
CMYK 48.31% 15.25% 0.00%
53.73%

Color #3D6476 in popluar number systems.

HEX 3D 64 76
Decimal 61 100 118
Binary 111101 1100100 1110110
Octal 75 144 166

Shades and tints

Shades of #3D6476

#3D6476
(61,100,118)
#385B6C
(56,91,108)
#335262
(51,82,98)
#2E4958
(46,73,88)
#29404E
(41,64,78)
#243744
(36,55,68)
#1F2E3A
(31,46,58)
#1A2530
(26,37,48)
#151C26
(21,28,38)
#10131C
(16,19,28)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #3D6476

#3D6476
(61,100,118)
#4E7282
(78,114,130)
#5F808E
(95,128,142)
#708E9A
(112,142,154)
#819CA6
(129,156,166)
#92AAB2
(146,170,178)
#A3B8BE
(163,184,190)
#B4C6CA
(180,198,202)
#C5D4D6
(197,212,214)
#D6E2E2
(214,226,226)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6476 color. Also use rgb(61,100,118) instead hex code.

Text Font Color

.myTextColor { color: #3D6476; }

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

This text font color is #3D6476.

Background Color

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

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

This div background color is #3D6476.

Border color

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

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

This div border color is #3D6476.

Opacity

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

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

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

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

This text has shadow with #3D6476 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D6476.

Preview

Color preview on black background

This text has color #3D6476 on black background.


Color preview on white background

This text has color #3D6476 on white background.


Black color preview on #3D6476 background

This text has black color on #3D6476 background.


White color preview on #3D6476 background

This text has white color on #3D6476 background.


Related colors

Complementary color

Complementary color for #hex is #C29B89.


I love getcolorcode.com

Triadic colors

1 #763D64 and #64763D with #3D6476 are triadic colors.

2 #76643D and #643D76 with #3D6476 are triadic colors.