COLOR #3D4278

HEX: #3D4278
RGB: (61,66,120)

Color info

#3D4278 contains red, green and blue colors in about the same proportion. Web safe color of #3D4278 is #333366 (or #336).

RGB color model

#3D4278 color RGB value is (61,66,120).

  • red value is 61;
  • green value is 66;
  • blue value is 120.
RGB:
(61,66,120)
(24%,26%,47%)

RGB channels and saturation

R 61 of 255 = 24%
G 66 of 255 = 26%
B 120 of 255 = 47%

61
66
120

R + G + B ~ 32%. #3D4278 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 66 + 120 = 247 (100%)
R 61 of 247 ~ 24.7%
G 66 of 247 ~ 26.72%
B 120 of 247 ~ 48.58%

%24.7
%26.72
%48.58

CMYK color model

#3D4278 color CMYK value is (49,45,0,53).

  • cyan value is 49.17%
  • magenta value is 45.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(49,45,0,53)
C49M45Y0K53 
(49%,45%,0%,53%)
(0.49/0.45/0.00/0.53)	

CMYK percentages

%49.17
%45
%0
%52.94

Codes

Color #3D4278 in popluar color models

3D4278
RGB6166120
HSL235°32.60%35.49%
HSB/HSV235°49.17%47.06%
CMYK49.17%45.00%0.00%
52.94%

Color #3D4278 in popluar number systems.

HEX3D4278
Decimal6166120
Binary11110110000101111000
Octal75102170

Shades and tints

Shades of #3D4278

#3D4278
(61,66,120)
#383C6E
(56,60,110)
#333664
(51,54,100)
#2E305A
(46,48,90)
#292A50
(41,42,80)
#242446
(36,36,70)
#1F1E3C
(31,30,60)
#1A1832
(26,24,50)
#151228
(21,18,40)
#100C1E
(16,12,30)
#0B0614
(11,6,20)
#000000
(0,0,0)

Tints of #3D4278

#3D4278
(61,66,120)
#4E5384
(78,83,132)
#5F6490
(95,100,144)
#70759C
(112,117,156)
#8186A8
(129,134,168)
#9297B4
(146,151,180)
#A3A8C0
(163,168,192)
#B4B9CC
(180,185,204)
#C5CAD8
(197,202,216)
#D6DBE4
(214,219,228)
#E7ECF0
(231,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4278 color. Also use rgb(61,66,120) instead hex code.

Text Font Color

.myTextColor { color: #3D4278; }

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

This text font color is #3D4278.


Background Color

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

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

This div background color is #3D4278.


Border color

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

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

This div border color is #3D4278.


Opacity

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

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

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

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

This text has shadow with #3D4278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4278 on black background.


Color preview on white background

This text has color #3D4278 on white background.



Black color preview on #3D4278 background

This text has black color on #3D4278 background.


White color preview on #3D4278 background

This text has white color on #3D4278 background.