COLOR #3D5D8C

HEX: #3D5D8C
RGB: (61,93,140)

Color info

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

RGB color model

#3D5D8C color RGB value is (61,93,140).

  • red value is 61;
  • green value is 93;
  • blue value is 140.
RGB:
(61,93,140)
(24%,36%,55%)

RGB channels and saturation

R 61 of 255 = 24%
G 93 of 255 = 36%
B 140 of 255 = 55%

61
93
140

R + G + B ~ 38%. #3D5D8C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 93 + 140 = 294 (100%)
R 61 of 294 ~ 20.75%
G 93 of 294 ~ 31.63%
B 140 of 294 ~ 47.62%

%20.75
%31.63
%47.62

CMYK color model

#3D5D8C color CMYK value is (56,34,0,45).

  • cyan value is 56.43%
  • magenta value is 33.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(56,34,0,45)
C56M34Y0K45 
(56%,34%,0%,45%)
(0.56/0.34/0.00/0.45)	

CMYK percentages

%56.43
%33.57
%0
%45.1

Codes

Color #3D5D8C in popluar color models

3D5D8C
RGB6193140
HSL216°39.30%39.41%
HSB/HSV216°56.43%54.90%
CMYK56.43%33.57%0.00%
45.10%

Color #3D5D8C in popluar number systems.

HEX3D5D8C
Decimal6193140
Binary111101101110110001100
Octal75135214

Shades and tints

Shades of #3D5D8C

#3D5D8C
(61,93,140)
#385580
(56,85,128)
#334D74
(51,77,116)
#2E4568
(46,69,104)
#293D5C
(41,61,92)
#243550
(36,53,80)
#1F2D44
(31,45,68)
#1A2538
(26,37,56)
#151D2C
(21,29,44)
#101520
(16,21,32)
#0B0D14
(11,13,20)
#000000
(0,0,0)

Tints of #3D5D8C

#3D5D8C
(61,93,140)
#4E6B96
(78,107,150)
#5F79A0
(95,121,160)
#7087AA
(112,135,170)
#8195B4
(129,149,180)
#92A3BE
(146,163,190)
#A3B1C8
(163,177,200)
#B4BFD2
(180,191,210)
#C5CDDC
(197,205,220)
#D6DBE6
(214,219,230)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5D8C color. Also use rgb(61,93,140) instead hex code.

Text Font Color

.myTextColor { color: #3D5D8C; }

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

This text font color is #3D5D8C.


Background Color

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

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

This div background color is #3D5D8C.


Border color

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

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

This div border color is #3D5D8C.


Opacity

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

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

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

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

This text has shadow with #3D5D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5D8C on black background.


Color preview on white background

This text has color #3D5D8C on white background.



Black color preview on #3D5D8C background

This text has black color on #3D5D8C background.


White color preview on #3D5D8C background

This text has white color on #3D5D8C background.