COLOR #3D7985

HEX: #3D7985
RGB: (61,121,133)

Color info

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

RGB color model

#3D7985 color RGB value is (61,121,133).

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

RGB channels and saturation

R 61 of 255 = 24%
G 121 of 255 = 47%
B 133 of 255 = 52%

61
121
133

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

Portions of RGB colors in percentages

R + G + B =
61 + 121 + 133 = 315 (100%)
R 61 of 315 ~ 19.37%
G 121 of 315 ~ 38.41%
B 133 of 315 ~ 42.22%

%19.37
%38.41
%42.22

CMYK color model

#3D7985 color CMYK value is (54,9,0,48).

  • cyan value is 54.14%
  • magenta value is 9.02%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(54,9,0,48)
C54M9Y0K48 
(54%,9%,0%,48%)
(0.54/0.09/0.00/0.48)	

CMYK percentages

%54.14
%9.02
%0
%47.84

Codes

Color #3D7985 in popluar color models

3D7985
RGB61121133
HSL190°37.11%38.04%
HSB/HSV190°54.14%52.16%
CMYK54.14%9.02%0.00%
47.84%

Color #3D7985 in popluar number systems.

HEX3D7985
Decimal61121133
Binary111101111100110000101
Octal75171205

Shades and tints

Shades of #3D7985

#3D7985
(61,121,133)
#386E79
(56,110,121)
#33636D
(51,99,109)
#2E5861
(46,88,97)
#294D55
(41,77,85)
#244249
(36,66,73)
#1F373D
(31,55,61)
#1A2C31
(26,44,49)
#152125
(21,33,37)
#101619
(16,22,25)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #3D7985

#3D7985
(61,121,133)
#4E8590
(78,133,144)
#5F919B
(95,145,155)
#709DA6
(112,157,166)
#81A9B1
(129,169,177)
#92B5BC
(146,181,188)
#A3C1C7
(163,193,199)
#B4CDD2
(180,205,210)
#C5D9DD
(197,217,221)
#D6E5E8
(214,229,232)
#E7F1F3
(231,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D7985; }

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

This text font color is #3D7985.


Background Color

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

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

This div background color is #3D7985.


Border color

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

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

This div border color is #3D7985.


Opacity

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

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

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

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

This text has shadow with #3D7985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7985 on black background.


Color preview on white background

This text has color #3D7985 on white background.



Black color preview on #3D7985 background

This text has black color on #3D7985 background.


White color preview on #3D7985 background

This text has white color on #3D7985 background.