COLOR #3D7C6B

HEX: #3D7C6B
RGB: (61,124,107)

Color info

#3D7C6B contains mainly green and blue colors. Web safe color of #3D7C6B is #336666 (or #366).

RGB color model

#3D7C6B color RGB value is (61,124,107).

  • red value is 61;
  • green value is 124;
  • blue value is 107.
RGB:
(61,124,107)
(24%,49%,42%)

RGB channels and saturation

R 61 of 255 = 24%
G 124 of 255 = 49%
B 107 of 255 = 42%

61
124
107

R + G + B ~ 38%. #3D7C6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 124 + 107 = 292 (100%)
R 61 of 292 ~ 20.89%
G 124 of 292 ~ 42.47%
B 107 of 292 ~ 36.64%

%20.89
%42.47
%36.64

CMYK color model

#3D7C6B color CMYK value is (51,0,14,51).

  • cyan value is 50.81%
  • magenta value is 0.00%
  • yellow value is 13.71%
  • key color value is 51.37%
CMYK:
(51,0,14,51)
C51M0Y14K51 
(51%,0%,14%,51%)
(0.51/0.00/0.14/0.51)	

CMYK percentages

%50.81
%0
%13.71
%51.37

Codes

Color #3D7C6B in popluar color models

3D7C6B
RGB61124107
HSL164°34.05%36.27%
HSB/HSV164°50.81%48.63%
CMYK50.81%0.00%13.71%
51.37%

Color #3D7C6B in popluar number systems.

HEX3D7C6B
Decimal61124107
Binary11110111111001101011
Octal75174153

Shades and tints

Shades of #3D7C6B

#3D7C6B
(61,124,107)
#387162
(56,113,98)
#336659
(51,102,89)
#2E5B50
(46,91,80)
#295047
(41,80,71)
#24453E
(36,69,62)
#1F3A35
(31,58,53)
#1A2F2C
(26,47,44)
#152423
(21,36,35)
#10191A
(16,25,26)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #3D7C6B

#3D7C6B
(61,124,107)
#4E8778
(78,135,120)
#5F9285
(95,146,133)
#709D92
(112,157,146)
#81A89F
(129,168,159)
#92B3AC
(146,179,172)
#A3BEB9
(163,190,185)
#B4C9C6
(180,201,198)
#C5D4D3
(197,212,211)
#D6DFE0
(214,223,224)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D7C6B color. Also use rgb(61,124,107) instead hex code.

Text Font Color

.myTextColor { color: #3D7C6B; }

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

This text font color is #3D7C6B.


Background Color

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

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

This div background color is #3D7C6B.


Border color

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

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

This div border color is #3D7C6B.


Opacity

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

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

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

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

This text has shadow with #3D7C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7C6B on black background.


Color preview on white background

This text has color #3D7C6B on white background.



Black color preview on #3D7C6B background

This text has black color on #3D7C6B background.


White color preview on #3D7C6B background

This text has white color on #3D7C6B background.