COLOR #3E8B8F

HEX: #3E8B8F RGB: (62,139,143)

Color info

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

RGB color model

#3E8B8F color RGB value is (62,139,143).

RGB: (62,139,143) (24%, 55%, 56%)

RGB channels and saturation

R 62 of 255 = 24%
G 139 of 255 = 55%
B 143 of 255 = 56%

62
139
143

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

Portions of RGB colors in percentages

R + G + B = 62 + 139 + 143 = 344 (100%)
R 62 of 344 ~ 18.02%
G 139 of 344 ~ 40.41%
B 143 of 344 ~ 41.57'%

%18.02
%40.41
%41.57

CMYK color model

#3E8B8F color CMYK value is (57,3,0,44).

  • cyan value is 56.64%
  • magenta value is 2.80%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (57,3,0,44)
C57M3Y0K44 (57%, 3%, 0%, 44%)
(0.57 / 0.03 / 0.00 / 0.44)

CMYK percentages

%56.64
%2.8
%0
%43.92

Codes

Color #3E8B8F in popluar color models

3E 8B 8F
RGB 62 139 143
HSL 183° 39.51% 40.20%
HSB/HSV 183° 56.64% 56.08%
CMYK 56.64% 2.80% 0.00%
43.92%

Color #3E8B8F in popluar number systems.

HEX 3E 8B 8F
Decimal 62 139 143
Binary 111110 10001011 10001111
Octal 76 213 217

Shades and tints

Shades of #3E8B8F

#3E8B8F
(62,139,143)
#397F82
(57,127,130)
#347375
(52,115,117)
#2F6768
(47,103,104)
#2A5B5B
(42,91,91)
#254F4E
(37,79,78)
#204341
(32,67,65)
#1B3734
(27,55,52)
#162B27
(22,43,39)
#111F1A
(17,31,26)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #3E8B8F

#3E8B8F
(62,139,143)
#4F9599
(79,149,153)
#609FA3
(96,159,163)
#71A9AD
(113,169,173)
#82B3B7
(130,179,183)
#93BDC1
(147,189,193)
#A4C7CB
(164,199,203)
#B5D1D5
(181,209,213)
#C6DBDF
(198,219,223)
#D7E5E9
(215,229,233)
#E8EFF3
(232,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E8B8F color. Also use rgb(62,139,143) instead hex code.

Text Font Color

.myTextColor { color: #3E8B8F; }

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

This text font color is #3E8B8F.

Background Color

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

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

This div background color is #3E8B8F.

Border color

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

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

This div border color is #3E8B8F.

Opacity

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

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

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

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

This text has shadow with #3E8B8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E8B8F.

Preview

Color preview on black background

This text has color #3E8B8F on black background.


Color preview on white background

This text has color #3E8B8F on white background.


Black color preview on #3E8B8F background

This text has black color on #3E8B8F background.


White color preview on #3E8B8F background

This text has white color on #3E8B8F background.


Related colors

Complementary color

Complementary color for #hex is #C17470.


I love getcolorcode.com

Triadic colors

1 #8F3E8B and #8B8F3E with #3E8B8F are triadic colors.

2 #8F8B3E and #8B3E8F with #3E8B8F are triadic colors.