COLOR #3D4E74

HEX: #3D4E74
RGB: (61,78,116)

Color info

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

RGB color model

#3D4E74 color RGB value is (61,78,116).

  • red value is 61;
  • green value is 78;
  • blue value is 116.
RGB:
(61,78,116)
(24%,31%,45%)

RGB channels and saturation

R 61 of 255 = 24%
G 78 of 255 = 31%
B 116 of 255 = 45%

61
78
116

R + G + B ~ 33%. #3D4E74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 78 + 116 = 255 (100%)
R 61 of 255 ~ 23.92%
G 78 of 255 ~ 30.59%
B 116 of 255 ~ 45.49%

%23.92
%30.59
%45.49

CMYK color model

#3D4E74 color CMYK value is (47,33,0,55).

  • cyan value is 47.41%
  • magenta value is 32.76%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(47,33,0,55)
C47M33Y0K55 
(47%,33%,0%,55%)
(0.47/0.33/0.00/0.55)	

CMYK percentages

%47.41
%32.76
%0
%54.51

Codes

Color #3D4E74 in popluar color models

3D4E74
RGB6178116
HSL221°31.07%34.71%
HSB/HSV221°47.41%45.49%
CMYK47.41%32.76%0.00%
54.51%

Color #3D4E74 in popluar number systems.

HEX3D4E74
Decimal6178116
Binary11110110011101110100
Octal75116164

Shades and tints

Shades of #3D4E74

#3D4E74
(61,78,116)
#38476A
(56,71,106)
#334060
(51,64,96)
#2E3956
(46,57,86)
#29324C
(41,50,76)
#242B42
(36,43,66)
#1F2438
(31,36,56)
#1A1D2E
(26,29,46)
#151624
(21,22,36)
#100F1A
(16,15,26)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #3D4E74

#3D4E74
(61,78,116)
#4E5E80
(78,94,128)
#5F6E8C
(95,110,140)
#707E98
(112,126,152)
#818EA4
(129,142,164)
#929EB0
(146,158,176)
#A3AEBC
(163,174,188)
#B4BEC8
(180,190,200)
#C5CED4
(197,206,212)
#D6DEE0
(214,222,224)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4E74 color. Also use rgb(61,78,116) instead hex code.

Text Font Color

.myTextColor { color: #3D4E74; }

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

This text font color is #3D4E74.


Background Color

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

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

This div background color is #3D4E74.


Border color

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

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

This div border color is #3D4E74.


Opacity

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

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

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

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

This text has shadow with #3D4E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4E74 on black background.


Color preview on white background

This text has color #3D4E74 on white background.



Black color preview on #3D4E74 background

This text has black color on #3D4E74 background.


White color preview on #3D4E74 background

This text has white color on #3D4E74 background.