COLOR #3D7A61

HEX: #3D7A61
RGB: (61,122,97)

Color info

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

RGB color model

#3D7A61 color RGB value is (61,122,97).

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

RGB channels and saturation

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

61
122
97

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

Portions of RGB colors in percentages

R + G + B =
61 + 122 + 97 = 280 (100%)
R 61 of 280 ~ 21.79%
G 122 of 280 ~ 43.57%
B 97 of 280 ~ 34.64%

%21.79
%43.57
%34.64

CMYK color model

#3D7A61 color CMYK value is (50,0,20,52).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 20.49%
  • key color value is 52.16%
CMYK:
(50,0,20,52)
C50M0Y20K52 
(50%,0%,20%,52%)
(0.50/0.00/0.20/0.52)	

CMYK percentages

%50
%0
%20.49
%52.16

Codes

Color #3D7A61 in popluar color models

3D7A61
RGB6112297
HSL155°33.33%35.88%
HSB/HSV155°50.00%47.84%
CMYK50.00%0.00%20.49%
52.16%

Color #3D7A61 in popluar number systems.

HEX3D7A61
Decimal6112297
Binary11110111110101100001
Octal75172141

Shades and tints

Shades of #3D7A61

#3D7A61
(61,122,97)
#386F59
(56,111,89)
#336451
(51,100,81)
#2E5949
(46,89,73)
#294E41
(41,78,65)
#244339
(36,67,57)
#1F3831
(31,56,49)
#1A2D29
(26,45,41)
#152221
(21,34,33)
#101719
(16,23,25)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #3D7A61

#3D7A61
(61,122,97)
#4E866F
(78,134,111)
#5F927D
(95,146,125)
#709E8B
(112,158,139)
#81AA99
(129,170,153)
#92B6A7
(146,182,167)
#A3C2B5
(163,194,181)
#B4CEC3
(180,206,195)
#C5DAD1
(197,218,209)
#D6E6DF
(214,230,223)
#E7F2ED
(231,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D7A61; }

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

This text font color is #3D7A61.


Background Color

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

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

This div background color is #3D7A61.


Border color

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

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

This div border color is #3D7A61.


Opacity

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

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

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

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

This text has shadow with #3D7A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7A61 on black background.


Color preview on white background

This text has color #3D7A61 on white background.



Black color preview on #3D7A61 background

This text has black color on #3D7A61 background.


White color preview on #3D7A61 background

This text has white color on #3D7A61 background.