COLOR #3D7984

HEX: #3D7984 RGB: (61,121,132)

Color info

#3D7984 contains mainly green and blue colors. Web safe color of #3D7984 is #336699 (or #369).

RGB color model

#3D7984 color RGB value is (61,121,132).

RGB: (61,121,132) (24%, 47%, 52%)

RGB channels and saturation

R 61 of 255 = 24%
G 121 of 255 = 47%
B 132 of 255 = 52%

61
121
132

R + G + B ~ 41%. #3D7984 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 61 + 121 + 132 = 314 (100%)
R 61 of 314 ~ 19.43%
G 121 of 314 ~ 38.54%
B 132 of 314 ~ 42.04'%

%19.43
%38.54
%42.04

CMYK color model

#3D7984 color CMYK value is (54,8,0,48).

  • cyan value is 53.79%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (54,8,0,48)
C54M8Y0K48 (54%, 8%, 0%, 48%)
(0.54 / 0.08 / 0.00 / 0.48)

CMYK percentages

%53.79
%8.33
%0
%48.24

Codes

Color #3D7984 in popluar color models

3D 79 84
RGB 61 121 132
HSL 189° 36.79% 37.84%
HSB/HSV 189° 53.79% 51.76%
CMYK 53.79% 8.33% 0.00%
48.24%

Color #3D7984 in popluar number systems.

HEX 3D 79 84
Decimal 61 121 132
Binary 111101 1111001 10000100
Octal 75 171 204

Shades and tints

Shades of #3D7984

#3D7984
(61,121,132)
#386E78
(56,110,120)
#33636C
(51,99,108)
#2E5860
(46,88,96)
#294D54
(41,77,84)
#244248
(36,66,72)
#1F373C
(31,55,60)
#1A2C30
(26,44,48)
#152124
(21,33,36)
#101618
(16,22,24)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #3D7984

#3D7984
(61,121,132)
#4E858F
(78,133,143)
#5F919A
(95,145,154)
#709DA5
(112,157,165)
#81A9B0
(129,169,176)
#92B5BB
(146,181,187)
#A3C1C6
(163,193,198)
#B4CDD1
(180,205,209)
#C5D9DC
(197,217,220)
#D6E5E7
(214,229,231)
#E7F1F2
(231,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D7984 color. Also use rgb(61,121,132) instead hex code.

Text Font Color

.myTextColor { color: #3D7984; }

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

This text font color is #3D7984.

Background Color

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

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

This div background color is #3D7984.

Border color

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

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

This div border color is #3D7984.

Opacity

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

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

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

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

This text has shadow with #3D7984 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D7984.

Preview

Color preview on black background

This text has color #3D7984 on black background.


Color preview on white background

This text has color #3D7984 on white background.


Black color preview on #3D7984 background

This text has black color on #3D7984 background.


White color preview on #3D7984 background

This text has white color on #3D7984 background.


Related colors

Complementary color

Complementary color for #hex is #C2867B.


I love getcolorcode.com

Triadic colors

1 #843D79 and #79843D with #3D7984 are triadic colors.

2 #84793D and #793D84 with #3D7984 are triadic colors.