COLOR #3D496D

HEX: #3D496D
RGB: (61,73,109)

Color info

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

RGB color model

#3D496D color RGB value is (61,73,109).

  • red value is 61;
  • green value is 73;
  • blue value is 109.
RGB:
(61,73,109)
(24%,29%,43%)

RGB channels and saturation

R 61 of 255 = 24%
G 73 of 255 = 29%
B 109 of 255 = 43%

61
73
109

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

Portions of RGB colors in percentages

R + G + B =
61 + 73 + 109 = 243 (100%)
R 61 of 243 ~ 25.1%
G 73 of 243 ~ 30.04%
B 109 of 243 ~ 44.86%

%25.1
%30.04
%44.86

CMYK color model

#3D496D color CMYK value is (44,33,0,57).

  • cyan value is 44.04%
  • magenta value is 33.03%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(44,33,0,57)
C44M33Y0K57 
(44%,33%,0%,57%)
(0.44/0.33/0.00/0.57)	

CMYK percentages

%44.04
%33.03
%0
%57.25

Codes

Color #3D496D in popluar color models

3D496D
RGB6173109
HSL225°28.24%33.33%
HSB/HSV225°44.04%42.75%
CMYK44.04%33.03%0.00%
57.25%

Color #3D496D in popluar number systems.

HEX3D496D
Decimal6173109
Binary11110110010011101101
Octal75111155

Shades and tints

Shades of #3D496D

#3D496D
(61,73,109)
#384364
(56,67,100)
#333D5B
(51,61,91)
#2E3752
(46,55,82)
#293149
(41,49,73)
#242B40
(36,43,64)
#1F2537
(31,37,55)
#1A1F2E
(26,31,46)
#151925
(21,25,37)
#10131C
(16,19,28)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #3D496D

#3D496D
(61,73,109)
#4E597A
(78,89,122)
#5F6987
(95,105,135)
#707994
(112,121,148)
#8189A1
(129,137,161)
#9299AE
(146,153,174)
#A3A9BB
(163,169,187)
#B4B9C8
(180,185,200)
#C5C9D5
(197,201,213)
#D6D9E2
(214,217,226)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D496D color. Also use rgb(61,73,109) instead hex code.

Text Font Color

.myTextColor { color: #3D496D; }

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

This text font color is #3D496D.


Background Color

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

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

This div background color is #3D496D.


Border color

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

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

This div border color is #3D496D.


Opacity

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

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

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

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

This text has shadow with #3D496D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D496D on black background.


Color preview on white background

This text has color #3D496D on white background.



Black color preview on #3D496D background

This text has black color on #3D496D background.


White color preview on #3D496D background

This text has white color on #3D496D background.