COLOR #3D8976

HEX: #3D8976
RGB: (61,137,118)

Color info

#3D8976 contains mainly green and blue colors. Web safe color of #3D8976 is #339966 (or #396).

RGB color model

#3D8976 color RGB value is (61,137,118).

  • red value is 61;
  • green value is 137;
  • blue value is 118.
RGB:
(61,137,118)
(24%,54%,46%)

RGB channels and saturation

R 61 of 255 = 24%
G 137 of 255 = 54%
B 118 of 255 = 46%

61
137
118

R + G + B ~ 41%. #3D8976 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
61 + 137 + 118 = 316 (100%)
R 61 of 316 ~ 19.3%
G 137 of 316 ~ 43.35%
B 118 of 316 ~ 37.34%

%19.3
%43.35
%37.34

CMYK color model

#3D8976 color CMYK value is (55,0,14,46).

  • cyan value is 55.47%
  • magenta value is 0.00%
  • yellow value is 13.87%
  • key color value is 46.27%
CMYK:
(55,0,14,46)
C55M0Y14K46 
(55%,0%,14%,46%)
(0.55/0.00/0.14/0.46)	

CMYK percentages

%55.47
%0
%13.87
%46.27

Codes

Color #3D8976 in popluar color models

3D8976
RGB61137118
HSL165°38.38%38.82%
HSB/HSV165°55.47%53.73%
CMYK55.47%0.00%13.87%
46.27%

Color #3D8976 in popluar number systems.

HEX3D8976
Decimal61137118
Binary111101100010011110110
Octal75211166

Shades and tints

Shades of #3D8976

#3D8976
(61,137,118)
#387D6C
(56,125,108)
#337162
(51,113,98)
#2E6558
(46,101,88)
#29594E
(41,89,78)
#244D44
(36,77,68)
#1F413A
(31,65,58)
#1A3530
(26,53,48)
#152926
(21,41,38)
#101D1C
(16,29,28)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #3D8976

#3D8976
(61,137,118)
#4E9382
(78,147,130)
#5F9D8E
(95,157,142)
#70A79A
(112,167,154)
#81B1A6
(129,177,166)
#92BBB2
(146,187,178)
#A3C5BE
(163,197,190)
#B4CFCA
(180,207,202)
#C5D9D6
(197,217,214)
#D6E3E2
(214,227,226)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D8976 color. Also use rgb(61,137,118) instead hex code.

Text Font Color

.myTextColor { color: #3D8976; }

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

This text font color is #3D8976.


Background Color

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

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

This div background color is #3D8976.


Border color

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

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

This div border color is #3D8976.


Opacity

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

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

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

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

This text has shadow with #3D8976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D8976 on black background.


Color preview on white background

This text has color #3D8976 on white background.



Black color preview on #3D8976 background

This text has black color on #3D8976 background.


White color preview on #3D8976 background

This text has white color on #3D8976 background.