COLOR #3D9586

HEX: #3D9586
RGB: (61,149,134)

Color info

#3D9586 contains mainly green and blue colors. Web safe color of #3D9586 is #339999 (or #399).

RGB color model

#3D9586 color RGB value is (61,149,134).

  • red value is 61;
  • green value is 149;
  • blue value is 134.
RGB:
(61,149,134)
(24%,58%,53%)

RGB channels and saturation

R 61 of 255 = 24%
G 149 of 255 = 58%
B 134 of 255 = 53%

61
149
134

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

Portions of RGB colors in percentages

R + G + B =
61 + 149 + 134 = 344 (100%)
R 61 of 344 ~ 17.73%
G 149 of 344 ~ 43.31%
B 134 of 344 ~ 38.95%

%17.73
%43.31
%38.95

CMYK color model

#3D9586 color CMYK value is (59,0,10,42).

  • cyan value is 59.06%
  • magenta value is 0.00%
  • yellow value is 10.07%
  • key color value is 41.57%
CMYK:
(59,0,10,42)
C59M0Y10K42 
(59%,0%,10%,42%)
(0.59/0.00/0.10/0.42)	

CMYK percentages

%59.06
%0
%10.07
%41.57

Codes

Color #3D9586 in popluar color models

3D9586
RGB61149134
HSL170°41.90%41.18%
HSB/HSV170°59.06%58.43%
CMYK59.06%0.00%10.07%
41.57%

Color #3D9586 in popluar number systems.

HEX3D9586
Decimal61149134
Binary1111011001010110000110
Octal75225206

Shades and tints

Shades of #3D9586

#3D9586
(61,149,134)
#38887A
(56,136,122)
#337B6E
(51,123,110)
#2E6E62
(46,110,98)
#296156
(41,97,86)
#24544A
(36,84,74)
#1F473E
(31,71,62)
#1A3A32
(26,58,50)
#152D26
(21,45,38)
#10201A
(16,32,26)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #3D9586

#3D9586
(61,149,134)
#4E9E91
(78,158,145)
#5FA79C
(95,167,156)
#70B0A7
(112,176,167)
#81B9B2
(129,185,178)
#92C2BD
(146,194,189)
#A3CBC8
(163,203,200)
#B4D4D3
(180,212,211)
#C5DDDE
(197,221,222)
#D6E6E9
(214,230,233)
#E7EFF4
(231,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D9586 color. Also use rgb(61,149,134) instead hex code.

Text Font Color

.myTextColor { color: #3D9586; }

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

This text font color is #3D9586.


Background Color

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

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

This div background color is #3D9586.


Border color

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

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

This div border color is #3D9586.


Opacity

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

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

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

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

This text has shadow with #3D9586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D9586 on black background.


Color preview on white background

This text has color #3D9586 on white background.



Black color preview on #3D9586 background

This text has black color on #3D9586 background.


White color preview on #3D9586 background

This text has white color on #3D9586 background.