COLOR #3E948A

HEX: #3E948A RGB: (62,148,138)

Color info

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

RGB color model

#3E948A color RGB value is (62,148,138).

RGB: (62,148,138) (24%, 58%, 54%)

RGB channels and saturation

R 62 of 255 = 24%
G 148 of 255 = 58%
B 138 of 255 = 54%

62
148
138

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

Portions of RGB colors in percentages

R + G + B = 62 + 148 + 138 = 348 (100%)
R 62 of 348 ~ 17.82%
G 148 of 348 ~ 42.53%
B 138 of 348 ~ 39.66'%

%17.82
%42.53
%39.66

CMYK color model

#3E948A color CMYK value is (58,0,7,42).

  • cyan value is 58.11%
  • magenta value is 0.00%
  • yellow value is 6.76%
  • key color value is 41.96%

CMYK: (58,0,7,42)
C58M0Y7K42 (58%, 0%, 7%, 42%)
(0.58 / 0.00 / 0.07 / 0.42)

CMYK percentages

%58.11
%0
%6.76
%41.96

Codes

Color #3E948A in popluar color models

3E 94 8A
RGB 62 148 138
HSL 173° 40.95% 41.18%
HSB/HSV 173° 58.11% 58.04%
CMYK 58.11% 0.00% 6.76%
41.96%

Color #3E948A in popluar number systems.

HEX 3E 94 8A
Decimal 62 148 138
Binary 111110 10010100 10001010
Octal 76 224 212

Shades and tints

Shades of #3E948A

#3E948A
(62,148,138)
#39877E
(57,135,126)
#347A72
(52,122,114)
#2F6D66
(47,109,102)
#2A605A
(42,96,90)
#25534E
(37,83,78)
#204642
(32,70,66)
#1B3936
(27,57,54)
#162C2A
(22,44,42)
#111F1E
(17,31,30)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #3E948A

#3E948A
(62,148,138)
#4F9D94
(79,157,148)
#60A69E
(96,166,158)
#71AFA8
(113,175,168)
#82B8B2
(130,184,178)
#93C1BC
(147,193,188)
#A4CAC6
(164,202,198)
#B5D3D0
(181,211,208)
#C6DCDA
(198,220,218)
#D7E5E4
(215,229,228)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E948A color. Also use rgb(62,148,138) instead hex code.

Text Font Color

.myTextColor { color: #3E948A; }

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

This text font color is #3E948A.

Background Color

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

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

This div background color is #3E948A.

Border color

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

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

This div border color is #3E948A.

Opacity

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

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

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

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

This text has shadow with #3E948A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E948A.

Preview

Color preview on black background

This text has color #3E948A on black background.


Color preview on white background

This text has color #3E948A on white background.


Black color preview on #3E948A background

This text has black color on #3E948A background.


White color preview on #3E948A background

This text has white color on #3E948A background.


Related colors

Complementary color

Complementary color for #hex is #C16B75.


I love getcolorcode.com

Triadic colors

1 #8A3E94 and #948A3E with #3E948A are triadic colors.

2 #8A943E and #943E8A with #3E948A are triadic colors.