COLOR #3D7961

HEX: #3D7961
RGB: (61,121,97)

Color info

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

RGB color model

#3D7961 color RGB value is (61,121,97).

  • red value is 61;
  • green value is 121;
  • blue value is 97.
RGB:
(61,121,97)
(24%,47%,38%)

RGB channels and saturation

R 61 of 255 = 24%
G 121 of 255 = 47%
B 97 of 255 = 38%

61
121
97

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

Portions of RGB colors in percentages

R + G + B =
61 + 121 + 97 = 279 (100%)
R 61 of 279 ~ 21.86%
G 121 of 279 ~ 43.37%
B 97 of 279 ~ 34.77%

%21.86
%43.37
%34.77

CMYK color model

#3D7961 color CMYK value is (50,0,20,53).

  • cyan value is 49.59%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 52.55%
CMYK:
(50,0,20,53)
C50M0Y20K53 
(50%,0%,20%,53%)
(0.50/0.00/0.20/0.53)	

CMYK percentages

%49.59
%0
%19.83
%52.55

Codes

Color #3D7961 in popluar color models

3D7961
RGB6112197
HSL156°32.97%35.69%
HSB/HSV156°49.59%47.45%
CMYK49.59%0.00%19.83%
52.55%

Color #3D7961 in popluar number systems.

HEX3D7961
Decimal6112197
Binary11110111110011100001
Octal75171141

Shades and tints

Shades of #3D7961

#3D7961
(61,121,97)
#386E59
(56,110,89)
#336351
(51,99,81)
#2E5849
(46,88,73)
#294D41
(41,77,65)
#244239
(36,66,57)
#1F3731
(31,55,49)
#1A2C29
(26,44,41)
#152121
(21,33,33)
#101619
(16,22,25)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #3D7961

#3D7961
(61,121,97)
#4E856F
(78,133,111)
#5F917D
(95,145,125)
#709D8B
(112,157,139)
#81A999
(129,169,153)
#92B5A7
(146,181,167)
#A3C1B5
(163,193,181)
#B4CDC3
(180,205,195)
#C5D9D1
(197,217,209)
#D6E5DF
(214,229,223)
#E7F1ED
(231,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D7961 color. Also use rgb(61,121,97) instead hex code.

Text Font Color

.myTextColor { color: #3D7961; }

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

This text font color is #3D7961.


Background Color

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

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

This div background color is #3D7961.


Border color

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

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

This div border color is #3D7961.


Opacity

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

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

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

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

This text has shadow with #3D7961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7961 on black background.


Color preview on white background

This text has color #3D7961 on white background.



Black color preview on #3D7961 background

This text has black color on #3D7961 background.


White color preview on #3D7961 background

This text has white color on #3D7961 background.