COLOR #3D8477

HEX: #3D8477 RGB: (61,132,119)

Color info

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

RGB color model

#3D8477 color RGB value is (61,132,119).

RGB: (61,132,119) (24%, 52%, 47%)

RGB channels and saturation

R 61 of 255 = 24%
G 132 of 255 = 52%
B 119 of 255 = 47%

61
132
119

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

Portions of RGB colors in percentages

R + G + B = 61 + 132 + 119 = 312 (100%)
R 61 of 312 ~ 19.55%
G 132 of 312 ~ 42.31%
B 119 of 312 ~ 38.14'%

%19.55
%42.31
%38.14

CMYK color model

#3D8477 color CMYK value is (54,0,10,48).

  • cyan value is 53.79%
  • magenta value is 0.00%
  • yellow value is 9.85%
  • key color value is 48.24%

CMYK: (54,0,10,48)
C54M0Y10K48 (54%, 0%, 10%, 48%)
(0.54 / 0.00 / 0.10 / 0.48)

CMYK percentages

%53.79
%0
%9.85
%48.24

Codes

Color #3D8477 in popluar color models

3D 84 77
RGB 61 132 119
HSL 169° 36.79% 37.84%
HSB/HSV 169° 53.79% 51.76%
CMYK 53.79% 0.00% 9.85%
48.24%

Color #3D8477 in popluar number systems.

HEX 3D 84 77
Decimal 61 132 119
Binary 111101 10000100 1110111
Octal 75 204 167

Shades and tints

Shades of #3D8477

#3D8477
(61,132,119)
#38786D
(56,120,109)
#336C63
(51,108,99)
#2E6059
(46,96,89)
#29544F
(41,84,79)
#244845
(36,72,69)
#1F3C3B
(31,60,59)
#1A3031
(26,48,49)
#152427
(21,36,39)
#10181D
(16,24,29)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #3D8477

#3D8477
(61,132,119)
#4E8F83
(78,143,131)
#5F9A8F
(95,154,143)
#70A59B
(112,165,155)
#81B0A7
(129,176,167)
#92BBB3
(146,187,179)
#A3C6BF
(163,198,191)
#B4D1CB
(180,209,203)
#C5DCD7
(197,220,215)
#D6E7E3
(214,231,227)
#E7F2EF
(231,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D8477; }

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

This text font color is #3D8477.

Background Color

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

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

This div background color is #3D8477.

Border color

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

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

This div border color is #3D8477.

Opacity

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

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

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

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

This text has shadow with #3D8477 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D8477.

Preview

Color preview on black background

This text has color #3D8477 on black background.


Color preview on white background

This text has color #3D8477 on white background.


Black color preview on #3D8477 background

This text has black color on #3D8477 background.


White color preview on #3D8477 background

This text has white color on #3D8477 background.


Related colors

Complementary color

Complementary color for #hex is #C27B88.


I love getcolorcode.com

Triadic colors

1 #773D84 and #84773D with #3D8477 are triadic colors.

2 #77843D and #843D77 with #3D8477 are triadic colors.