COLOR #3D7E67

HEX: #3D7E67
RGB: (61,126,103)

Color info

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

RGB color model

#3D7E67 color RGB value is (61,126,103).

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

RGB channels and saturation

R 61 of 255 = 24%
G 126 of 255 = 49%
B 103 of 255 = 40%

61
126
103

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

Portions of RGB colors in percentages

R + G + B =
61 + 126 + 103 = 290 (100%)
R 61 of 290 ~ 21.03%
G 126 of 290 ~ 43.45%
B 103 of 290 ~ 35.52%

%21.03
%43.45
%35.52

CMYK color model

#3D7E67 color CMYK value is (52,0,18,51).

  • cyan value is 51.59%
  • magenta value is 0.00%
  • yellow value is 18.25%
  • key color value is 50.59%
CMYK:
(52,0,18,51)
C52M0Y18K51 
(52%,0%,18%,51%)
(0.52/0.00/0.18/0.51)	

CMYK percentages

%51.59
%0
%18.25
%50.59

Codes

Color #3D7E67 in popluar color models

3D7E67
RGB61126103
HSL159°34.76%36.67%
HSB/HSV159°51.59%49.41%
CMYK51.59%0.00%18.25%
50.59%

Color #3D7E67 in popluar number systems.

HEX3D7E67
Decimal61126103
Binary11110111111101100111
Octal75176147

Shades and tints

Shades of #3D7E67

#3D7E67
(61,126,103)
#38735E
(56,115,94)
#336855
(51,104,85)
#2E5D4C
(46,93,76)
#295243
(41,82,67)
#24473A
(36,71,58)
#1F3C31
(31,60,49)
#1A3128
(26,49,40)
#15261F
(21,38,31)
#101B16
(16,27,22)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #3D7E67

#3D7E67
(61,126,103)
#4E8974
(78,137,116)
#5F9481
(95,148,129)
#709F8E
(112,159,142)
#81AA9B
(129,170,155)
#92B5A8
(146,181,168)
#A3C0B5
(163,192,181)
#B4CBC2
(180,203,194)
#C5D6CF
(197,214,207)
#D6E1DC
(214,225,220)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D7E67; }

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

This text font color is #3D7E67.


Background Color

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

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

This div background color is #3D7E67.


Border color

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

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

This div border color is #3D7E67.


Opacity

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

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

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

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

This text has shadow with #3D7E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7E67 on black background.


Color preview on white background

This text has color #3D7E67 on white background.



Black color preview on #3D7E67 background

This text has black color on #3D7E67 background.


White color preview on #3D7E67 background

This text has white color on #3D7E67 background.