COLOR #3D6F81

HEX: #3D6F81 RGB: (61,111,129)

Color info

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

RGB color model

#3D6F81 color RGB value is (61,111,129).

RGB: (61,111,129) (24%, 44%, 51%)

RGB channels and saturation

R 61 of 255 = 24%
G 111 of 255 = 44%
B 129 of 255 = 51%

61
111
129

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

Portions of RGB colors in percentages

R + G + B = 61 + 111 + 129 = 301 (100%)
R 61 of 301 ~ 20.27%
G 111 of 301 ~ 36.88%
B 129 of 301 ~ 42.86'%

%20.27
%36.88
%42.86

CMYK color model

#3D6F81 color CMYK value is (53,14,0,49).

  • cyan value is 52.71%
  • magenta value is 13.95%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (53,14,0,49)
C53M14Y0K49 (53%, 14%, 0%, 49%)
(0.53 / 0.14 / 0.00 / 0.49)

CMYK percentages

%52.71
%13.95
%0
%49.41

Codes

Color #3D6F81 in popluar color models

3D 6F 81
RGB 61 111 129
HSL 196° 35.79% 37.25%
HSB/HSV 196° 52.71% 50.59%
CMYK 52.71% 13.95% 0.00%
49.41%

Color #3D6F81 in popluar number systems.

HEX 3D 6F 81
Decimal 61 111 129
Binary 111101 1101111 10000001
Octal 75 157 201

Shades and tints

Shades of #3D6F81

#3D6F81
(61,111,129)
#386576
(56,101,118)
#335B6B
(51,91,107)
#2E5160
(46,81,96)
#294755
(41,71,85)
#243D4A
(36,61,74)
#1F333F
(31,51,63)
#1A2934
(26,41,52)
#151F29
(21,31,41)
#10151E
(16,21,30)
#0B0B13
(11,11,19)
#000000
(0,0,0)

Tints of #3D6F81

#3D6F81
(61,111,129)
#4E7C8C
(78,124,140)
#5F8997
(95,137,151)
#7096A2
(112,150,162)
#81A3AD
(129,163,173)
#92B0B8
(146,176,184)
#A3BDC3
(163,189,195)
#B4CACE
(180,202,206)
#C5D7D9
(197,215,217)
#D6E4E4
(214,228,228)
#E7F1EF
(231,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6F81 color. Also use rgb(61,111,129) instead hex code.

Text Font Color

.myTextColor { color: #3D6F81; }

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

This text font color is #3D6F81.

Background Color

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

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

This div background color is #3D6F81.

Border color

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

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

This div border color is #3D6F81.

Opacity

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

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

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

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

This text has shadow with #3D6F81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D6F81.

Preview

Color preview on black background

This text has color #3D6F81 on black background.


Color preview on white background

This text has color #3D6F81 on white background.


Black color preview on #3D6F81 background

This text has black color on #3D6F81 background.


White color preview on #3D6F81 background

This text has white color on #3D6F81 background.


Related colors

Complementary color

Complementary color for #hex is #C2907E.


I love getcolorcode.com

Triadic colors

1 #813D6F and #6F813D with #3D6F81 are triadic colors.

2 #816F3D and #6F3D81 with #3D6F81 are triadic colors.