COLOR #3D728C

HEX: #3D728C
RGB: (61,114,140)

Color info

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

RGB color model

#3D728C color RGB value is (61,114,140).

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

RGB channels and saturation

R 61 of 255 = 24%
G 114 of 255 = 45%
B 140 of 255 = 55%

61
114
140

R + G + B ~ 41%. #3D728C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
61 + 114 + 140 = 315 (100%)
R 61 of 315 ~ 19.37%
G 114 of 315 ~ 36.19%
B 140 of 315 ~ 44.44%

%19.37
%36.19
%44.44

CMYK color model

#3D728C color CMYK value is (56,19,0,45).

  • cyan value is 56.43%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(56,19,0,45)
C56M19Y0K45 
(56%,19%,0%,45%)
(0.56/0.19/0.00/0.45)	

CMYK percentages

%56.43
%18.57
%0
%45.1

Codes

Color #3D728C in popluar color models

3D728C
RGB61114140
HSL200°39.30%39.41%
HSB/HSV200°56.43%54.90%
CMYK56.43%18.57%0.00%
45.10%

Color #3D728C in popluar number systems.

HEX3D728C
Decimal61114140
Binary111101111001010001100
Octal75162214

Shades and tints

Shades of #3D728C

#3D728C
(61,114,140)
#386880
(56,104,128)
#335E74
(51,94,116)
#2E5468
(46,84,104)
#294A5C
(41,74,92)
#244050
(36,64,80)
#1F3644
(31,54,68)
#1A2C38
(26,44,56)
#15222C
(21,34,44)
#101820
(16,24,32)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #3D728C

#3D728C
(61,114,140)
#4E7E96
(78,126,150)
#5F8AA0
(95,138,160)
#7096AA
(112,150,170)
#81A2B4
(129,162,180)
#92AEBE
(146,174,190)
#A3BAC8
(163,186,200)
#B4C6D2
(180,198,210)
#C5D2DC
(197,210,220)
#D6DEE6
(214,222,230)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D728C; }

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

This text font color is #3D728C.


Background Color

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

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

This div background color is #3D728C.


Border color

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

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

This div border color is #3D728C.


Opacity

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

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

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

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

This text has shadow with #3D728C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D728C on black background.


Color preview on white background

This text has color #3D728C on white background.



Black color preview on #3D728C background

This text has black color on #3D728C background.


White color preview on #3D728C background

This text has white color on #3D728C background.