COLOR #3D7A60

HEX: #3D7A60
RGB: (61,122,96)

Color info

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

RGB color model

#3D7A60 color RGB value is (61,122,96).

  • red value is 61;
  • green value is 122;
  • blue value is 96.
RGB:
(61,122,96)
(24%,48%,38%)

RGB channels and saturation

R 61 of 255 = 24%
G 122 of 255 = 48%
B 96 of 255 = 38%

61
122
96

R + G + B ~ 37%. #3D7A60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 122 + 96 = 279 (100%)
R 61 of 279 ~ 21.86%
G 122 of 279 ~ 43.73%
B 96 of 279 ~ 34.41%

%21.86
%43.73
%34.41

CMYK color model

#3D7A60 color CMYK value is (50,0,21,52).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 21.31%
  • key color value is 52.16%
CMYK:
(50,0,21,52)
C50M0Y21K52 
(50%,0%,21%,52%)
(0.50/0.00/0.21/0.52)	

CMYK percentages

%50
%0
%21.31
%52.16

Codes

Color #3D7A60 in popluar color models

3D7A60
RGB6112296
HSL154°33.33%35.88%
HSB/HSV154°50.00%47.84%
CMYK50.00%0.00%21.31%
52.16%

Color #3D7A60 in popluar number systems.

HEX3D7A60
Decimal6112296
Binary11110111110101100000
Octal75172140

Shades and tints

Shades of #3D7A60

#3D7A60
(61,122,96)
#386F58
(56,111,88)
#336450
(51,100,80)
#2E5948
(46,89,72)
#294E40
(41,78,64)
#244338
(36,67,56)
#1F3830
(31,56,48)
#1A2D28
(26,45,40)
#152220
(21,34,32)
#101718
(16,23,24)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #3D7A60

#3D7A60
(61,122,96)
#4E866E
(78,134,110)
#5F927C
(95,146,124)
#709E8A
(112,158,138)
#81AA98
(129,170,152)
#92B6A6
(146,182,166)
#A3C2B4
(163,194,180)
#B4CEC2
(180,206,194)
#C5DAD0
(197,218,208)
#D6E6DE
(214,230,222)
#E7F2EC
(231,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D7A60 color. Also use rgb(61,122,96) instead hex code.

Text Font Color

.myTextColor { color: #3D7A60; }

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

This text font color is #3D7A60.


Background Color

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

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

This div background color is #3D7A60.


Border color

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

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

This div border color is #3D7A60.


Opacity

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

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

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

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

This text has shadow with #3D7A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7A60 on black background.


Color preview on white background

This text has color #3D7A60 on white background.



Black color preview on #3D7A60 background

This text has black color on #3D7A60 background.


White color preview on #3D7A60 background

This text has white color on #3D7A60 background.