COLOR #3D8D9E

HEX: #3D8D9E RGB: (61,141,158)

Color info

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

RGB color model

#3D8D9E color RGB value is (61,141,158).

RGB: (61,141,158) (24%, 55%, 62%)

RGB channels and saturation

R 61 of 255 = 24%
G 141 of 255 = 55%
B 158 of 255 = 62%

61
141
158

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

Portions of RGB colors in percentages

R + G + B = 61 + 141 + 158 = 360 (100%)
R 61 of 360 ~ 16.94%
G 141 of 360 ~ 39.17%
B 158 of 360 ~ 43.89'%

%16.94
%39.17
%43.89

CMYK color model

#3D8D9E color CMYK value is (61,11,0,38).

  • cyan value is 61.39%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (61,11,0,38)
C61M11Y0K38 (61%, 11%, 0%, 38%)
(0.61 / 0.11 / 0.00 / 0.38)

CMYK percentages

%61.39
%10.76
%0
%38.04

Codes

Color #3D8D9E in popluar color models

3D 8D 9E
RGB 61 141 158
HSL 191° 44.29% 42.94%
HSB/HSV 191° 61.39% 61.96%
CMYK 61.39% 10.76% 0.00%
38.04%

Color #3D8D9E in popluar number systems.

HEX 3D 8D 9E
Decimal 61 141 158
Binary 111101 10001101 10011110
Octal 75 215 236

Shades and tints

Shades of #3D8D9E

#3D8D9E
(61,141,158)
#388190
(56,129,144)
#337582
(51,117,130)
#2E6974
(46,105,116)
#295D66
(41,93,102)
#245158
(36,81,88)
#1F454A
(31,69,74)
#1A393C
(26,57,60)
#152D2E
(21,45,46)
#102120
(16,33,32)
#0B1512
(11,21,18)
#000000
(0,0,0)

Tints of #3D8D9E

#3D8D9E
(61,141,158)
#4E97A6
(78,151,166)
#5FA1AE
(95,161,174)
#70ABB6
(112,171,182)
#81B5BE
(129,181,190)
#92BFC6
(146,191,198)
#A3C9CE
(163,201,206)
#B4D3D6
(180,211,214)
#C5DDDE
(197,221,222)
#D6E7E6
(214,231,230)
#E7F1EE
(231,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D8D9E color. Also use rgb(61,141,158) instead hex code.

Text Font Color

.myTextColor { color: #3D8D9E; }

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

This text font color is #3D8D9E.

Background Color

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

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

This div background color is #3D8D9E.

Border color

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

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

This div border color is #3D8D9E.

Opacity

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

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

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

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

This text has shadow with #3D8D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D8D9E.

Preview

Color preview on black background

This text has color #3D8D9E on black background.


Color preview on white background

This text has color #3D8D9E on white background.


Black color preview on #3D8D9E background

This text has black color on #3D8D9E background.


White color preview on #3D8D9E background

This text has white color on #3D8D9E background.


Related colors

Complementary color

Complementary color for #hex is #C27261.


I love getcolorcode.com

Triadic colors

1 #9E3D8D and #8D9E3D with #3D8D9E are triadic colors.

2 #9E8D3D and #8D3D9E with #3D8D9E are triadic colors.