COLOR #3E8386

HEX: #3E8386 RGB: (62,131,134)

Color info

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

RGB color model

#3E8386 color RGB value is (62,131,134).

RGB: (62,131,134) (24%, 51%, 53%)

RGB channels and saturation

R 62 of 255 = 24%
G 131 of 255 = 51%
B 134 of 255 = 53%

62
131
134

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

Portions of RGB colors in percentages

R + G + B = 62 + 131 + 134 = 327 (100%)
R 62 of 327 ~ 18.96%
G 131 of 327 ~ 40.06%
B 134 of 327 ~ 40.98'%

%18.96
%40.06
%40.98

CMYK color model

#3E8386 color CMYK value is (54,2,0,47).

  • cyan value is 53.73%
  • magenta value is 2.24%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (54,2,0,47)
C54M2Y0K47 (54%, 2%, 0%, 47%)
(0.54 / 0.02 / 0.00 / 0.47)

CMYK percentages

%53.73
%2.24
%0
%47.45

Codes

Color #3E8386 in popluar color models

3E 83 86
RGB 62 131 134
HSL 183° 36.73% 38.43%
HSB/HSV 183° 53.73% 52.55%
CMYK 53.73% 2.24% 0.00%
47.45%

Color #3E8386 in popluar number systems.

HEX 3E 83 86
Decimal 62 131 134
Binary 111110 10000011 10000110
Octal 76 203 206

Shades and tints

Shades of #3E8386

#3E8386
(62,131,134)
#39787A
(57,120,122)
#346D6E
(52,109,110)
#2F6262
(47,98,98)
#2A5756
(42,87,86)
#254C4A
(37,76,74)
#20413E
(32,65,62)
#1B3632
(27,54,50)
#162B26
(22,43,38)
#11201A
(17,32,26)
#0C150E
(12,21,14)
#000000
(0,0,0)

Tints of #3E8386

#3E8386
(62,131,134)
#4F8E91
(79,142,145)
#60999C
(96,153,156)
#71A4A7
(113,164,167)
#82AFB2
(130,175,178)
#93BABD
(147,186,189)
#A4C5C8
(164,197,200)
#B5D0D3
(181,208,211)
#C6DBDE
(198,219,222)
#D7E6E9
(215,230,233)
#E8F1F4
(232,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E8386 color. Also use rgb(62,131,134) instead hex code.

Text Font Color

.myTextColor { color: #3E8386; }

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

This text font color is #3E8386.

Background Color

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

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

This div background color is #3E8386.

Border color

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

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

This div border color is #3E8386.

Opacity

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

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

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

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

This text has shadow with #3E8386 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E8386.

Preview

Color preview on black background

This text has color #3E8386 on black background.


Color preview on white background

This text has color #3E8386 on white background.


Black color preview on #3E8386 background

This text has black color on #3E8386 background.


White color preview on #3E8386 background

This text has white color on #3E8386 background.


Related colors

Complementary color

Complementary color for #hex is #C17C79.


I love getcolorcode.com

Triadic colors

1 #863E83 and #83863E with #3E8386 are triadic colors.

2 #86833E and #833E86 with #3E8386 are triadic colors.