COLOR #3D9584

HEX: #3D9584 RGB: (61,149,132)

Color info

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

RGB color model

#3D9584 color RGB value is (61,149,132).

RGB: (61,149,132) (24%, 58%, 52%)

RGB channels and saturation

R 61 of 255 = 24%
G 149 of 255 = 58%
B 132 of 255 = 52%

61
149
132

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

Portions of RGB colors in percentages

R + G + B = 61 + 149 + 132 = 342 (100%)
R 61 of 342 ~ 17.84%
G 149 of 342 ~ 43.57%
B 132 of 342 ~ 38.6'%

%17.84
%43.57
%38.6

CMYK color model

#3D9584 color CMYK value is (59,0,11,42).

  • cyan value is 59.06%
  • magenta value is 0.00%
  • yellow value is 11.41%
  • key color value is 41.57%

CMYK: (59,0,11,42)
C59M0Y11K42 (59%, 0%, 11%, 42%)
(0.59 / 0.00 / 0.11 / 0.42)

CMYK percentages

%59.06
%0
%11.41
%41.57

Codes

Color #3D9584 in popluar color models

3D 95 84
RGB 61 149 132
HSL 168° 41.90% 41.18%
HSB/HSV 168° 59.06% 58.43%
CMYK 59.06% 0.00% 11.41%
41.57%

Color #3D9584 in popluar number systems.

HEX 3D 95 84
Decimal 61 149 132
Binary 111101 10010101 10000100
Octal 75 225 204

Shades and tints

Shades of #3D9584

#3D9584
(61,149,132)
#388878
(56,136,120)
#337B6C
(51,123,108)
#2E6E60
(46,110,96)
#296154
(41,97,84)
#245448
(36,84,72)
#1F473C
(31,71,60)
#1A3A30
(26,58,48)
#152D24
(21,45,36)
#102018
(16,32,24)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #3D9584

#3D9584
(61,149,132)
#4E9E8F
(78,158,143)
#5FA79A
(95,167,154)
#70B0A5
(112,176,165)
#81B9B0
(129,185,176)
#92C2BB
(146,194,187)
#A3CBC6
(163,203,198)
#B4D4D1
(180,212,209)
#C5DDDC
(197,221,220)
#D6E6E7
(214,230,231)
#E7EFF2
(231,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D9584; }

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

This text font color is #3D9584.

Background Color

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

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

This div background color is #3D9584.

Border color

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

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

This div border color is #3D9584.

Opacity

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

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

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

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

This text has shadow with #3D9584 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D9584.

Preview

Color preview on black background

This text has color #3D9584 on black background.


Color preview on white background

This text has color #3D9584 on white background.


Black color preview on #3D9584 background

This text has black color on #3D9584 background.


White color preview on #3D9584 background

This text has white color on #3D9584 background.


Related colors

Complementary color

Complementary color for #hex is #C26A7B.


I love getcolorcode.com

Triadic colors

1 #843D95 and #95843D with #3D9584 are triadic colors.

2 #84953D and #953D84 with #3D9584 are triadic colors.