COLOR #3D6E6A

HEX: #3D6E6A
RGB: (61,110,106)

Color info

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

RGB color model

#3D6E6A color RGB value is (61,110,106).

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

RGB channels and saturation

R 61 of 255 = 24%
G 110 of 255 = 43%
B 106 of 255 = 42%

61
110
106

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

Portions of RGB colors in percentages

R + G + B =
61 + 110 + 106 = 277 (100%)
R 61 of 277 ~ 22.02%
G 110 of 277 ~ 39.71%
B 106 of 277 ~ 38.27%

%22.02
%39.71
%38.27

CMYK color model

#3D6E6A color CMYK value is (45,0,4,57).

  • cyan value is 44.55%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 56.86%
CMYK:
(45,0,4,57)
C45M0Y4K57 
(45%,0%,4%,57%)
(0.45/0.00/0.04/0.57)	

CMYK percentages

%44.55
%0
%3.64
%56.86

Codes

Color #3D6E6A in popluar color models

3D6E6A
RGB61110106
HSL175°28.65%33.53%
HSB/HSV175°44.55%43.14%
CMYK44.55%0.00%3.64%
56.86%

Color #3D6E6A in popluar number systems.

HEX3D6E6A
Decimal61110106
Binary11110111011101101010
Octal75156152

Shades and tints

Shades of #3D6E6A

#3D6E6A
(61,110,106)
#386461
(56,100,97)
#335A58
(51,90,88)
#2E504F
(46,80,79)
#294646
(41,70,70)
#243C3D
(36,60,61)
#1F3234
(31,50,52)
#1A282B
(26,40,43)
#151E22
(21,30,34)
#101419
(16,20,25)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #3D6E6A

#3D6E6A
(61,110,106)
#4E7B77
(78,123,119)
#5F8884
(95,136,132)
#709591
(112,149,145)
#81A29E
(129,162,158)
#92AFAB
(146,175,171)
#A3BCB8
(163,188,184)
#B4C9C5
(180,201,197)
#C5D6D2
(197,214,210)
#D6E3DF
(214,227,223)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D6E6A; }

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

This text font color is #3D6E6A.


Background Color

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

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

This div background color is #3D6E6A.


Border color

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

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

This div border color is #3D6E6A.


Opacity

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

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

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

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

This text has shadow with #3D6E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6E6A on black background.


Color preview on white background

This text has color #3D6E6A on white background.



Black color preview on #3D6E6A background

This text has black color on #3D6E6A background.


White color preview on #3D6E6A background

This text has white color on #3D6E6A background.