COLOR #3D486E

HEX: #3D486E
RGB: (61,72,110)

Color info

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

RGB color model

#3D486E color RGB value is (61,72,110).

  • red value is 61;
  • green value is 72;
  • blue value is 110.
RGB:
(61,72,110)
(24%,28%,43%)

RGB channels and saturation

R 61 of 255 = 24%
G 72 of 255 = 28%
B 110 of 255 = 43%

61
72
110

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

Portions of RGB colors in percentages

R + G + B =
61 + 72 + 110 = 243 (100%)
R 61 of 243 ~ 25.1%
G 72 of 243 ~ 29.63%
B 110 of 243 ~ 45.27%

%25.1
%29.63
%45.27

CMYK color model

#3D486E color CMYK value is (45,35,0,57).

  • cyan value is 44.55%
  • magenta value is 34.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(45,35,0,57)
C45M35Y0K57 
(45%,35%,0%,57%)
(0.45/0.35/0.00/0.57)	

CMYK percentages

%44.55
%34.55
%0
%56.86

Codes

Color #3D486E in popluar color models

3D486E
RGB6172110
HSL227°28.65%33.53%
HSB/HSV227°44.55%43.14%
CMYK44.55%34.55%0.00%
56.86%

Color #3D486E in popluar number systems.

HEX3D486E
Decimal6172110
Binary11110110010001101110
Octal75110156

Shades and tints

Shades of #3D486E

#3D486E
(61,72,110)
#384264
(56,66,100)
#333C5A
(51,60,90)
#2E3650
(46,54,80)
#293046
(41,48,70)
#242A3C
(36,42,60)
#1F2432
(31,36,50)
#1A1E28
(26,30,40)
#15181E
(21,24,30)
#101214
(16,18,20)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #3D486E

#3D486E
(61,72,110)
#4E587B
(78,88,123)
#5F6888
(95,104,136)
#707895
(112,120,149)
#8188A2
(129,136,162)
#9298AF
(146,152,175)
#A3A8BC
(163,168,188)
#B4B8C9
(180,184,201)
#C5C8D6
(197,200,214)
#D6D8E3
(214,216,227)
#E7E8F0
(231,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D486E color. Also use rgb(61,72,110) instead hex code.

Text Font Color

.myTextColor { color: #3D486E; }

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

This text font color is #3D486E.


Background Color

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

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

This div background color is #3D486E.


Border color

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

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

This div border color is #3D486E.


Opacity

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

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

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

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

This text has shadow with #3D486E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D486E on black background.


Color preview on white background

This text has color #3D486E on white background.



Black color preview on #3D486E background

This text has black color on #3D486E background.


White color preview on #3D486E background

This text has white color on #3D486E background.