COLOR #3D7F8D

HEX: #3D7F8D
RGB: (61,127,141)

Color info

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

RGB color model

#3D7F8D color RGB value is (61,127,141).

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

RGB channels and saturation

R 61 of 255 = 24%
G 127 of 255 = 50%
B 141 of 255 = 55%

61
127
141

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

Portions of RGB colors in percentages

R + G + B =
61 + 127 + 141 = 329 (100%)
R 61 of 329 ~ 18.54%
G 127 of 329 ~ 38.6%
B 141 of 329 ~ 42.86%

%18.54
%38.6
%42.86

CMYK color model

#3D7F8D color CMYK value is (57,10,0,45).

  • cyan value is 56.74%
  • magenta value is 9.93%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(57,10,0,45)
C57M10Y0K45 
(57%,10%,0%,45%)
(0.57/0.10/0.00/0.45)	

CMYK percentages

%56.74
%9.93
%0
%44.71

Codes

Color #3D7F8D in popluar color models

3D7F8D
RGB61127141
HSL191°39.60%39.61%
HSB/HSV191°56.74%55.29%
CMYK56.74%9.93%0.00%
44.71%

Color #3D7F8D in popluar number systems.

HEX3D7F8D
Decimal61127141
Binary111101111111110001101
Octal75177215

Shades and tints

Shades of #3D7F8D

#3D7F8D
(61,127,141)
#387481
(56,116,129)
#336975
(51,105,117)
#2E5E69
(46,94,105)
#29535D
(41,83,93)
#244851
(36,72,81)
#1F3D45
(31,61,69)
#1A3239
(26,50,57)
#15272D
(21,39,45)
#101C21
(16,28,33)
#0B1115
(11,17,21)
#000000
(0,0,0)

Tints of #3D7F8D

#3D7F8D
(61,127,141)
#4E8A97
(78,138,151)
#5F95A1
(95,149,161)
#70A0AB
(112,160,171)
#81ABB5
(129,171,181)
#92B6BF
(146,182,191)
#A3C1C9
(163,193,201)
#B4CCD3
(180,204,211)
#C5D7DD
(197,215,221)
#D6E2E7
(214,226,231)
#E7EDF1
(231,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D7F8D; }

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

This text font color is #3D7F8D.


Background Color

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

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

This div background color is #3D7F8D.


Border color

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

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

This div border color is #3D7F8D.


Opacity

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

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

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

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

This text has shadow with #3D7F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7F8D on black background.


Color preview on white background

This text has color #3D7F8D on white background.



Black color preview on #3D7F8D background

This text has black color on #3D7F8D background.


White color preview on #3D7F8D background

This text has white color on #3D7F8D background.