COLOR #3D6E5E

HEX: #3D6E5E
RGB: (61,110,94)

Color info

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

RGB color model

#3D6E5E color RGB value is (61,110,94).

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

RGB channels and saturation

R 61 of 255 = 24%
G 110 of 255 = 43%
B 94 of 255 = 37%

61
110
94

R + G + B ~ 35%. #3D6E5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 110 + 94 = 265 (100%)
R 61 of 265 ~ 23.02%
G 110 of 265 ~ 41.51%
B 94 of 265 ~ 35.47%

%23.02
%41.51
%35.47

CMYK color model

#3D6E5E color CMYK value is (45,0,15,57).

  • cyan value is 44.55%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 56.86%
CMYK:
(45,0,15,57)
C45M0Y15K57 
(45%,0%,15%,57%)
(0.45/0.00/0.15/0.57)	

CMYK percentages

%44.55
%0
%14.55
%56.86

Codes

Color #3D6E5E in popluar color models

3D6E5E
RGB6111094
HSL160°28.65%33.53%
HSB/HSV160°44.55%43.14%
CMYK44.55%0.00%14.55%
56.86%

Color #3D6E5E in popluar number systems.

HEX3D6E5E
Decimal6111094
Binary11110111011101011110
Octal75156136

Shades and tints

Shades of #3D6E5E

#3D6E5E
(61,110,94)
#386456
(56,100,86)
#335A4E
(51,90,78)
#2E5046
(46,80,70)
#29463E
(41,70,62)
#243C36
(36,60,54)
#1F322E
(31,50,46)
#1A2826
(26,40,38)
#151E1E
(21,30,30)
#101416
(16,20,22)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #3D6E5E

#3D6E5E
(61,110,94)
#4E7B6C
(78,123,108)
#5F887A
(95,136,122)
#709588
(112,149,136)
#81A296
(129,162,150)
#92AFA4
(146,175,164)
#A3BCB2
(163,188,178)
#B4C9C0
(180,201,192)
#C5D6CE
(197,214,206)
#D6E3DC
(214,227,220)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D6E5E; }

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

This text font color is #3D6E5E.


Background Color

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

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

This div background color is #3D6E5E.


Border color

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

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

This div border color is #3D6E5E.


Opacity

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

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

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

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

This text has shadow with #3D6E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6E5E on black background.


Color preview on white background

This text has color #3D6E5E on white background.



Black color preview on #3D6E5E background

This text has black color on #3D6E5E background.


White color preview on #3D6E5E background

This text has white color on #3D6E5E background.