COLOR #3E7F63

HEX: #3E7F63 RGB: (62,127,99)

Color info

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

RGB color model

#3E7F63 color RGB value is (62,127,99).

RGB: (62,127,99) (24%, 50%, 39%)

RGB channels and saturation

R 62 of 255 = 24%
G 127 of 255 = 50%
B 99 of 255 = 39%

62
127
99

R + G + B ~ 38%. #3E7F63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 127 + 99 = 288 (100%)
R 62 of 288 ~ 21.53%
G 127 of 288 ~ 44.1%
B 99 of 288 ~ 34.38'%

%21.53
%44.1
%34.38

CMYK color model

#3E7F63 color CMYK value is (51,0,22,50).

  • cyan value is 51.18%
  • magenta value is 0.00%
  • yellow value is 22.05%
  • key color value is 50.20%

CMYK: (51,0,22,50)
C51M0Y22K50 (51%, 0%, 22%, 50%)
(0.51 / 0.00 / 0.22 / 0.50)

CMYK percentages

%51.18
%0
%22.05
%50.2

Codes

Color #3E7F63 in popluar color models

3E 7F 63
RGB 62 127 99
HSL 154° 34.39% 37.06%
HSB/HSV 154° 51.18% 49.80%
CMYK 51.18% 0.00% 22.05%
50.20%

Color #3E7F63 in popluar number systems.

HEX 3E 7F 63
Decimal 62 127 99
Binary 111110 1111111 1100011
Octal 76 177 143

Shades and tints

Shades of #3E7F63

#3E7F63
(62,127,99)
#39745A
(57,116,90)
#346951
(52,105,81)
#2F5E48
(47,94,72)
#2A533F
(42,83,63)
#254836
(37,72,54)
#203D2D
(32,61,45)
#1B3224
(27,50,36)
#16271B
(22,39,27)
#111C12
(17,28,18)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #3E7F63

#3E7F63
(62,127,99)
#4F8A71
(79,138,113)
#60957F
(96,149,127)
#71A08D
(113,160,141)
#82AB9B
(130,171,155)
#93B6A9
(147,182,169)
#A4C1B7
(164,193,183)
#B5CCC5
(181,204,197)
#C6D7D3
(198,215,211)
#D7E2E1
(215,226,225)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7F63 color. Also use rgb(62,127,99) instead hex code.

Text Font Color

.myTextColor { color: #3E7F63; }

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

This text font color is #3E7F63.

Background Color

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

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

This div background color is #3E7F63.

Border color

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

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

This div border color is #3E7F63.

Opacity

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

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

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

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

This text has shadow with #3E7F63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E7F63.

Preview

Color preview on black background

This text has color #3E7F63 on black background.


Color preview on white background

This text has color #3E7F63 on white background.


Black color preview on #3E7F63 background

This text has black color on #3E7F63 background.


White color preview on #3E7F63 background

This text has white color on #3E7F63 background.


Related colors

Complementary color

Complementary color for #hex is #C1809C.


I love getcolorcode.com

Triadic colors

1 #633E7F and #7F633E with #3E7F63 are triadic colors.

2 #637F3E and #7F3E63 with #3E7F63 are triadic colors.