COLOR #3D807B

HEX: #3D807B RGB: (61,128,123)

Color info

#3D807B contains mainly green and blue colors. Web safe color of #3D807B is #336666 (or #366).

RGB color model

#3D807B color RGB value is (61,128,123).

RGB: (61,128,123) (24%, 50%, 48%)

RGB channels and saturation

R 61 of 255 = 24%
G 128 of 255 = 50%
B 123 of 255 = 48%

61
128
123

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

Portions of RGB colors in percentages

R + G + B = 61 + 128 + 123 = 312 (100%)
R 61 of 312 ~ 19.55%
G 128 of 312 ~ 41.03%
B 123 of 312 ~ 39.42'%

%19.55
%41.03
%39.42

CMYK color model

#3D807B color CMYK value is (52,0,4,50).

  • cyan value is 52.34%
  • magenta value is 0.00%
  • yellow value is 3.91%
  • key color value is 49.80%

CMYK: (52,0,4,50)
C52M0Y4K50 (52%, 0%, 4%, 50%)
(0.52 / 0.00 / 0.04 / 0.50)

CMYK percentages

%52.34
%0
%3.91
%49.8

Codes

Color #3D807B in popluar color models

3D 80 7B
RGB 61 128 123
HSL 176° 35.45% 37.06%
HSB/HSV 176° 52.34% 50.20%
CMYK 52.34% 0.00% 3.91%
49.80%

Color #3D807B in popluar number systems.

HEX 3D 80 7B
Decimal 61 128 123
Binary 111101 10000000 1111011
Octal 75 200 173

Shades and tints

Shades of #3D807B

#3D807B
(61,128,123)
#387570
(56,117,112)
#336A65
(51,106,101)
#2E5F5A
(46,95,90)
#29544F
(41,84,79)
#244944
(36,73,68)
#1F3E39
(31,62,57)
#1A332E
(26,51,46)
#152823
(21,40,35)
#101D18
(16,29,24)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #3D807B

#3D807B
(61,128,123)
#4E8B87
(78,139,135)
#5F9693
(95,150,147)
#70A19F
(112,161,159)
#81ACAB
(129,172,171)
#92B7B7
(146,183,183)
#A3C2C3
(163,194,195)
#B4CDCF
(180,205,207)
#C5D8DB
(197,216,219)
#D6E3E7
(214,227,231)
#E7EEF3
(231,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D807B color. Also use rgb(61,128,123) instead hex code.

Text Font Color

.myTextColor { color: #3D807B; }

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

This text font color is #3D807B.

Background Color

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

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

This div background color is #3D807B.

Border color

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

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

This div border color is #3D807B.

Opacity

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

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

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

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

This text has shadow with #3D807B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D807B.

Preview

Color preview on black background

This text has color #3D807B on black background.


Color preview on white background

This text has color #3D807B on white background.


Black color preview on #3D807B background

This text has black color on #3D807B background.


White color preview on #3D807B background

This text has white color on #3D807B background.


Related colors

Complementary color

Complementary color for #hex is #C27F84.


I love getcolorcode.com

Triadic colors

1 #7B3D80 and #807B3D with #3D807B are triadic colors.

2 #7B803D and #803D7B with #3D807B are triadic colors.