COLOR #3D5F8D

HEX: #3D5F8D
RGB: (61,95,141)

Color info

#3D5F8D contains mainly green and blue colors. Web safe color of #3D5F8D is #336699 (or #369).

RGB color model

#3D5F8D color RGB value is (61,95,141).

  • red value is 61;
  • green value is 95;
  • blue value is 141.
RGB:
(61,95,141)
(24%,37%,55%)

RGB channels and saturation

R 61 of 255 = 24%
G 95 of 255 = 37%
B 141 of 255 = 55%

61
95
141

R + G + B ~ 39%. #3D5F8D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 95 + 141 = 297 (100%)
R 61 of 297 ~ 20.54%
G 95 of 297 ~ 31.99%
B 141 of 297 ~ 47.47%

%20.54
%31.99
%47.47

CMYK color model

#3D5F8D color CMYK value is (57,33,0,45).

  • cyan value is 56.74%
  • magenta value is 32.62%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(57,33,0,45)
C57M33Y0K45 
(57%,33%,0%,45%)
(0.57/0.33/0.00/0.45)	

CMYK percentages

%56.74
%32.62
%0
%44.71

Codes

Color #3D5F8D in popluar color models

3D5F8D
RGB6195141
HSL215°39.60%39.61%
HSB/HSV215°56.74%55.29%
CMYK56.74%32.62%0.00%
44.71%

Color #3D5F8D in popluar number systems.

HEX3D5F8D
Decimal6195141
Binary111101101111110001101
Octal75137215

Shades and tints

Shades of #3D5F8D

#3D5F8D
(61,95,141)
#385781
(56,87,129)
#334F75
(51,79,117)
#2E4769
(46,71,105)
#293F5D
(41,63,93)
#243751
(36,55,81)
#1F2F45
(31,47,69)
#1A2739
(26,39,57)
#151F2D
(21,31,45)
#101721
(16,23,33)
#0B0F15
(11,15,21)
#000000
(0,0,0)

Tints of #3D5F8D

#3D5F8D
(61,95,141)
#4E6D97
(78,109,151)
#5F7BA1
(95,123,161)
#7089AB
(112,137,171)
#8197B5
(129,151,181)
#92A5BF
(146,165,191)
#A3B3C9
(163,179,201)
#B4C1D3
(180,193,211)
#C5CFDD
(197,207,221)
#D6DDE7
(214,221,231)
#E7EBF1
(231,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5F8D color. Also use rgb(61,95,141) instead hex code.

Text Font Color

.myTextColor { color: #3D5F8D; }

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

This text font color is #3D5F8D.


Background Color

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

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

This div background color is #3D5F8D.


Border color

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

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

This div border color is #3D5F8D.


Opacity

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

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

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

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

This text has shadow with #3D5F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5F8D on black background.


Color preview on white background

This text has color #3D5F8D on white background.



Black color preview on #3D5F8D background

This text has black color on #3D5F8D background.


White color preview on #3D5F8D background

This text has white color on #3D5F8D background.