COLOR #3D7F84

HEX: #3D7F84 RGB: (61,127,132)

Color info

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

RGB color model

#3D7F84 color RGB value is (61,127,132).

RGB: (61,127,132) (24%, 50%, 52%)

RGB channels and saturation

R 61 of 255 = 24%
G 127 of 255 = 50%
B 132 of 255 = 52%

61
127
132

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

Portions of RGB colors in percentages

R + G + B = 61 + 127 + 132 = 320 (100%)
R 61 of 320 ~ 19.06%
G 127 of 320 ~ 39.69%
B 132 of 320 ~ 41.25'%

%19.06
%39.69
%41.25

CMYK color model

#3D7F84 color CMYK value is (54,4,0,48).

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

CMYK: (54,4,0,48)
C54M4Y0K48 (54%, 4%, 0%, 48%)
(0.54 / 0.04 / 0.00 / 0.48)

CMYK percentages

%53.79
%3.79
%0
%48.24

Codes

Color #3D7F84 in popluar color models

3D 7F 84
RGB 61 127 132
HSL 184° 36.79% 37.84%
HSB/HSV 184° 53.79% 51.76%
CMYK 53.79% 3.79% 0.00%
48.24%

Color #3D7F84 in popluar number systems.

HEX 3D 7F 84
Decimal 61 127 132
Binary 111101 1111111 10000100
Octal 75 177 204

Shades and tints

Shades of #3D7F84

#3D7F84
(61,127,132)
#387478
(56,116,120)
#33696C
(51,105,108)
#2E5E60
(46,94,96)
#295354
(41,83,84)
#244848
(36,72,72)
#1F3D3C
(31,61,60)
#1A3230
(26,50,48)
#152724
(21,39,36)
#101C18
(16,28,24)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #3D7F84

#3D7F84
(61,127,132)
#4E8A8F
(78,138,143)
#5F959A
(95,149,154)
#70A0A5
(112,160,165)
#81ABB0
(129,171,176)
#92B6BB
(146,182,187)
#A3C1C6
(163,193,198)
#B4CCD1
(180,204,209)
#C5D7DC
(197,215,220)
#D6E2E7
(214,226,231)
#E7EDF2
(231,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D7F84; }

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

This text font color is #3D7F84.

Background Color

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

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

This div background color is #3D7F84.

Border color

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

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

This div border color is #3D7F84.

Opacity

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

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

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

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

This text has shadow with #3D7F84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D7F84.

Preview

Color preview on black background

This text has color #3D7F84 on black background.


Color preview on white background

This text has color #3D7F84 on white background.


Black color preview on #3D7F84 background

This text has black color on #3D7F84 background.


White color preview on #3D7F84 background

This text has white color on #3D7F84 background.


Related colors

Complementary color

Complementary color for #hex is #C2807B.


I love getcolorcode.com

Triadic colors

1 #843D7F and #7F843D with #3D7F84 are triadic colors.

2 #847F3D and #7F3D84 with #3D7F84 are triadic colors.