COLOR #3D6979

HEX: #3D6979
RGB: (61,105,121)

Color info

#3D6979 contains mainly green and blue colors. Web safe color of #3D6979 is #336666 (or #366).

RGB color model

#3D6979 color RGB value is (61,105,121).

  • red value is 61;
  • green value is 105;
  • blue value is 121.
RGB:
(61,105,121)
(24%,41%,47%)

RGB channels and saturation

R 61 of 255 = 24%
G 105 of 255 = 41%
B 121 of 255 = 47%

61
105
121

R + G + B ~ 37%. #3D6979 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 105 + 121 = 287 (100%)
R 61 of 287 ~ 21.25%
G 105 of 287 ~ 36.59%
B 121 of 287 ~ 42.16%

%21.25
%36.59
%42.16

CMYK color model

#3D6979 color CMYK value is (50,13,0,53).

  • cyan value is 49.59%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(50,13,0,53)
C50M13Y0K53 
(50%,13%,0%,53%)
(0.50/0.13/0.00/0.53)	

CMYK percentages

%49.59
%13.22
%0
%52.55

Codes

Color #3D6979 in popluar color models

3D6979
RGB61105121
HSL196°32.97%35.69%
HSB/HSV196°49.59%47.45%
CMYK49.59%13.22%0.00%
52.55%

Color #3D6979 in popluar number systems.

HEX3D6979
Decimal61105121
Binary11110111010011111001
Octal75151171

Shades and tints

Shades of #3D6979

#3D6979
(61,105,121)
#38606E
(56,96,110)
#335763
(51,87,99)
#2E4E58
(46,78,88)
#29454D
(41,69,77)
#243C42
(36,60,66)
#1F3337
(31,51,55)
#1A2A2C
(26,42,44)
#152121
(21,33,33)
#101816
(16,24,22)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #3D6979

#3D6979
(61,105,121)
#4E7685
(78,118,133)
#5F8391
(95,131,145)
#70909D
(112,144,157)
#819DA9
(129,157,169)
#92AAB5
(146,170,181)
#A3B7C1
(163,183,193)
#B4C4CD
(180,196,205)
#C5D1D9
(197,209,217)
#D6DEE5
(214,222,229)
#E7EBF1
(231,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D6979; }

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

This text font color is #3D6979.


Background Color

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

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

This div background color is #3D6979.


Border color

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

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

This div border color is #3D6979.


Opacity

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

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

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

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

This text has shadow with #3D6979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6979 on black background.


Color preview on white background

This text has color #3D6979 on white background.



Black color preview on #3D6979 background

This text has black color on #3D6979 background.


White color preview on #3D6979 background

This text has white color on #3D6979 background.