COLOR #3D8271

HEX: #3D8271 RGB: (61,130,113)

Color info

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

RGB color model

#3D8271 color RGB value is (61,130,113).

RGB: (61,130,113) (24%, 51%, 44%)

RGB channels and saturation

R 61 of 255 = 24%
G 130 of 255 = 51%
B 113 of 255 = 44%

61
130
113

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

Portions of RGB colors in percentages

R + G + B = 61 + 130 + 113 = 304 (100%)
R 61 of 304 ~ 20.07%
G 130 of 304 ~ 42.76%
B 113 of 304 ~ 37.17'%

%20.07
%42.76
%37.17

CMYK color model

#3D8271 color CMYK value is (53,0,13,49).

  • cyan value is 53.08%
  • magenta value is 0.00%
  • yellow value is 13.08%
  • key color value is 49.02%

CMYK: (53,0,13,49)
C53M0Y13K49 (53%, 0%, 13%, 49%)
(0.53 / 0.00 / 0.13 / 0.49)

CMYK percentages

%53.08
%0
%13.08
%49.02

Codes

Color #3D8271 in popluar color models

3D 82 71
RGB 61 130 113
HSL 165° 36.13% 37.45%
HSB/HSV 165° 53.08% 50.98%
CMYK 53.08% 0.00% 13.08%
49.02%

Color #3D8271 in popluar number systems.

HEX 3D 82 71
Decimal 61 130 113
Binary 111101 10000010 1110001
Octal 75 202 161

Shades and tints

Shades of #3D8271

#3D8271
(61,130,113)
#387767
(56,119,103)
#336C5D
(51,108,93)
#2E6153
(46,97,83)
#295649
(41,86,73)
#244B3F
(36,75,63)
#1F4035
(31,64,53)
#1A352B
(26,53,43)
#152A21
(21,42,33)
#101F17
(16,31,23)
#0B140D
(11,20,13)
#000000
(0,0,0)

Tints of #3D8271

#3D8271
(61,130,113)
#4E8D7D
(78,141,125)
#5F9889
(95,152,137)
#70A395
(112,163,149)
#81AEA1
(129,174,161)
#92B9AD
(146,185,173)
#A3C4B9
(163,196,185)
#B4CFC5
(180,207,197)
#C5DAD1
(197,218,209)
#D6E5DD
(214,229,221)
#E7F0E9
(231,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D8271 color. Also use rgb(61,130,113) instead hex code.

Text Font Color

.myTextColor { color: #3D8271; }

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

This text font color is #3D8271.

Background Color

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

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

This div background color is #3D8271.

Border color

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

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

This div border color is #3D8271.

Opacity

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

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

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

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

This text has shadow with #3D8271 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D8271.

Preview

Color preview on black background

This text has color #3D8271 on black background.


Color preview on white background

This text has color #3D8271 on white background.


Black color preview on #3D8271 background

This text has black color on #3D8271 background.


White color preview on #3D8271 background

This text has white color on #3D8271 background.


Related colors

Complementary color

Complementary color for #hex is #C27D8E.


I love getcolorcode.com

Triadic colors

1 #713D82 and #82713D with #3D8271 are triadic colors.

2 #71823D and #823D71 with #3D8271 are triadic colors.