COLOR #3D4680

HEX: #3D4680
RGB: (61,70,128)

Color info

#3D4680 contains mainly green and blue colors. Web safe color of #3D4680 is #333366 (or #336).

RGB color model

#3D4680 color RGB value is (61,70,128).

  • red value is 61;
  • green value is 70;
  • blue value is 128.
RGB:
(61,70,128)
(24%,27%,50%)

RGB channels and saturation

R 61 of 255 = 24%
G 70 of 255 = 27%
B 128 of 255 = 50%

61
70
128

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

Portions of RGB colors in percentages

R + G + B =
61 + 70 + 128 = 259 (100%)
R 61 of 259 ~ 23.55%
G 70 of 259 ~ 27.03%
B 128 of 259 ~ 49.42%

%23.55
%27.03
%49.42

CMYK color model

#3D4680 color CMYK value is (52,45,0,50).

  • cyan value is 52.34%
  • magenta value is 45.31%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(52,45,0,50)
C52M45Y0K50 
(52%,45%,0%,50%)
(0.52/0.45/0.00/0.50)	

CMYK percentages

%52.34
%45.31
%0
%49.8

Codes

Color #3D4680 in popluar color models

3D4680
RGB6170128
HSL232°35.45%37.06%
HSB/HSV232°52.34%50.20%
CMYK52.34%45.31%0.00%
49.80%

Color #3D4680 in popluar number systems.

HEX3D4680
Decimal6170128
Binary111101100011010000000
Octal75106200

Shades and tints

Shades of #3D4680

#3D4680
(61,70,128)
#384075
(56,64,117)
#333A6A
(51,58,106)
#2E345F
(46,52,95)
#292E54
(41,46,84)
#242849
(36,40,73)
#1F223E
(31,34,62)
#1A1C33
(26,28,51)
#151628
(21,22,40)
#10101D
(16,16,29)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #3D4680

#3D4680
(61,70,128)
#4E568B
(78,86,139)
#5F6696
(95,102,150)
#7076A1
(112,118,161)
#8186AC
(129,134,172)
#9296B7
(146,150,183)
#A3A6C2
(163,166,194)
#B4B6CD
(180,182,205)
#C5C6D8
(197,198,216)
#D6D6E3
(214,214,227)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4680 color. Also use rgb(61,70,128) instead hex code.

Text Font Color

.myTextColor { color: #3D4680; }

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

This text font color is #3D4680.


Background Color

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

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

This div background color is #3D4680.


Border color

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

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

This div border color is #3D4680.


Opacity

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

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

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

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

This text has shadow with #3D4680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4680 on black background.


Color preview on white background

This text has color #3D4680 on white background.



Black color preview on #3D4680 background

This text has black color on #3D4680 background.


White color preview on #3D4680 background

This text has white color on #3D4680 background.