COLOR #3D6E67

HEX: #3D6E67
RGB: (61,110,103)

Color info

#3D6E67 contains red, green and blue colors in about the same proportion. Web safe color of #3D6E67 is #336666 (or #366).

RGB color model

#3D6E67 color RGB value is (61,110,103).

  • red value is 61;
  • green value is 110;
  • blue value is 103.
RGB:
(61,110,103)
(24%,43%,40%)

RGB channels and saturation

R 61 of 255 = 24%
G 110 of 255 = 43%
B 103 of 255 = 40%

61
110
103

R + G + B ~ 36%. #3D6E67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 110 + 103 = 274 (100%)
R 61 of 274 ~ 22.26%
G 110 of 274 ~ 40.15%
B 103 of 274 ~ 37.59%

%22.26
%40.15
%37.59

CMYK color model

#3D6E67 color CMYK value is (45,0,6,57).

  • cyan value is 44.55%
  • magenta value is 0.00%
  • yellow value is 6.36%
  • key color value is 56.86%
CMYK:
(45,0,6,57)
C45M0Y6K57 
(45%,0%,6%,57%)
(0.45/0.00/0.06/0.57)	

CMYK percentages

%44.55
%0
%6.36
%56.86

Codes

Color #3D6E67 in popluar color models

3D6E67
RGB61110103
HSL171°28.65%33.53%
HSB/HSV171°44.55%43.14%
CMYK44.55%0.00%6.36%
56.86%

Color #3D6E67 in popluar number systems.

HEX3D6E67
Decimal61110103
Binary11110111011101100111
Octal75156147

Shades and tints

Shades of #3D6E67

#3D6E67
(61,110,103)
#38645E
(56,100,94)
#335A55
(51,90,85)
#2E504C
(46,80,76)
#294643
(41,70,67)
#243C3A
(36,60,58)
#1F3231
(31,50,49)
#1A2828
(26,40,40)
#151E1F
(21,30,31)
#101416
(16,20,22)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #3D6E67

#3D6E67
(61,110,103)
#4E7B74
(78,123,116)
#5F8881
(95,136,129)
#70958E
(112,149,142)
#81A29B
(129,162,155)
#92AFA8
(146,175,168)
#A3BCB5
(163,188,181)
#B4C9C2
(180,201,194)
#C5D6CF
(197,214,207)
#D6E3DC
(214,227,220)
#E7F0E9
(231,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6E67 color. Also use rgb(61,110,103) instead hex code.

Text Font Color

.myTextColor { color: #3D6E67; }

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

This text font color is #3D6E67.


Background Color

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

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

This div background color is #3D6E67.


Border color

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

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

This div border color is #3D6E67.


Opacity

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

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

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

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

This text has shadow with #3D6E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6E67 on black background.


Color preview on white background

This text has color #3D6E67 on white background.



Black color preview on #3D6E67 background

This text has black color on #3D6E67 background.


White color preview on #3D6E67 background

This text has white color on #3D6E67 background.