COLOR #3D7685

HEX: #3D7685
RGB: (61,118,133)

Color info

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

RGB color model

#3D7685 color RGB value is (61,118,133).

  • red value is 61;
  • green value is 118;
  • blue value is 133.
RGB:
(61,118,133)
(24%,46%,52%)

RGB channels and saturation

R 61 of 255 = 24%
G 118 of 255 = 46%
B 133 of 255 = 52%

61
118
133

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

Portions of RGB colors in percentages

R + G + B =
61 + 118 + 133 = 312 (100%)
R 61 of 312 ~ 19.55%
G 118 of 312 ~ 37.82%
B 133 of 312 ~ 42.63%

%19.55
%37.82
%42.63

CMYK color model

#3D7685 color CMYK value is (54,11,0,48).

  • cyan value is 54.14%
  • magenta value is 11.28%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(54,11,0,48)
C54M11Y0K48 
(54%,11%,0%,48%)
(0.54/0.11/0.00/0.48)	

CMYK percentages

%54.14
%11.28
%0
%47.84

Codes

Color #3D7685 in popluar color models

3D7685
RGB61118133
HSL193°37.11%38.04%
HSB/HSV193°54.14%52.16%
CMYK54.14%11.28%0.00%
47.84%

Color #3D7685 in popluar number systems.

HEX3D7685
Decimal61118133
Binary111101111011010000101
Octal75166205

Shades and tints

Shades of #3D7685

#3D7685
(61,118,133)
#386C79
(56,108,121)
#33626D
(51,98,109)
#2E5861
(46,88,97)
#294E55
(41,78,85)
#244449
(36,68,73)
#1F3A3D
(31,58,61)
#1A3031
(26,48,49)
#152625
(21,38,37)
#101C19
(16,28,25)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #3D7685

#3D7685
(61,118,133)
#4E8290
(78,130,144)
#5F8E9B
(95,142,155)
#709AA6
(112,154,166)
#81A6B1
(129,166,177)
#92B2BC
(146,178,188)
#A3BEC7
(163,190,199)
#B4CAD2
(180,202,210)
#C5D6DD
(197,214,221)
#D6E2E8
(214,226,232)
#E7EEF3
(231,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D7685 color. Also use rgb(61,118,133) instead hex code.

Text Font Color

.myTextColor { color: #3D7685; }

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

This text font color is #3D7685.


Background Color

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

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

This div background color is #3D7685.


Border color

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

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

This div border color is #3D7685.


Opacity

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

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

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

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

This text has shadow with #3D7685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7685 on black background.


Color preview on white background

This text has color #3D7685 on white background.



Black color preview on #3D7685 background

This text has black color on #3D7685 background.


White color preview on #3D7685 background

This text has white color on #3D7685 background.