COLOR #3E937D

HEX: #3E937D
RGB: (62,147,125)

Color info

#3E937D contains mainly green and blue colors. Web safe color of #3E937D is #339966 (or #396).

RGB color model

#3E937D color RGB value is (62,147,125).

  • red value is 62;
  • green value is 147;
  • blue value is 125.
RGB:
(62,147,125)
(24%,58%,49%)

RGB channels and saturation

R 62 of 255 = 24%
G 147 of 255 = 58%
B 125 of 255 = 49%

62
147
125

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

Portions of RGB colors in percentages

R + G + B =
62 + 147 + 125 = 334 (100%)
R 62 of 334 ~ 18.56%
G 147 of 334 ~ 44.01%
B 125 of 334 ~ 37.43%

%18.56
%44.01
%37.43

CMYK color model

#3E937D color CMYK value is (58,0,15,42).

  • cyan value is 57.82%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 42.35%
CMYK:
(58,0,15,42)
C58M0Y15K42 
(58%,0%,15%,42%)
(0.58/0.00/0.15/0.42)	

CMYK percentages

%57.82
%0
%14.97
%42.35

Codes

Color #3E937D in popluar color models

3E937D
RGB62147125
HSL164°40.67%40.98%
HSB/HSV164°57.82%57.65%
CMYK57.82%0.00%14.97%
42.35%

Color #3E937D in popluar number systems.

HEX3E937D
Decimal62147125
Binary111110100100111111101
Octal76223175

Shades and tints

Shades of #3E937D

#3E937D
(62,147,125)
#398672
(57,134,114)
#347967
(52,121,103)
#2F6C5C
(47,108,92)
#2A5F51
(42,95,81)
#255246
(37,82,70)
#20453B
(32,69,59)
#1B3830
(27,56,48)
#162B25
(22,43,37)
#111E1A
(17,30,26)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #3E937D

#3E937D
(62,147,125)
#4F9C88
(79,156,136)
#60A593
(96,165,147)
#71AE9E
(113,174,158)
#82B7A9
(130,183,169)
#93C0B4
(147,192,180)
#A4C9BF
(164,201,191)
#B5D2CA
(181,210,202)
#C6DBD5
(198,219,213)
#D7E4E0
(215,228,224)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E937D color. Also use rgb(62,147,125) instead hex code.

Text Font Color

.myTextColor { color: #3E937D; }

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

This text font color is #3E937D.


Background Color

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

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

This div background color is #3E937D.


Border color

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

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

This div border color is #3E937D.


Opacity

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

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

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

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

This text has shadow with #3E937D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E937D on black background.


Color preview on white background

This text has color #3E937D on white background.



Black color preview on #3E937D background

This text has black color on #3E937D background.


White color preview on #3E937D background

This text has white color on #3E937D background.