COLOR #3E9995

HEX: #3E9995
RGB: (62,153,149)

Color info

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

RGB color model

#3E9995 color RGB value is (62,153,149).

  • red value is 62;
  • green value is 153;
  • blue value is 149.
RGB:
(62,153,149)
(24%,60%,58%)

RGB channels and saturation

R 62 of 255 = 24%
G 153 of 255 = 60%
B 149 of 255 = 58%

62
153
149

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

Portions of RGB colors in percentages

R + G + B =
62 + 153 + 149 = 364 (100%)
R 62 of 364 ~ 17.03%
G 153 of 364 ~ 42.03%
B 149 of 364 ~ 40.93%

%17.03
%42.03
%40.93

CMYK color model

#3E9995 color CMYK value is (59,0,3,40).

  • cyan value is 59.48%
  • magenta value is 0.00%
  • yellow value is 2.61%
  • key color value is 40.00%
CMYK:
(59,0,3,40)
C59M0Y3K40 
(59%,0%,3%,40%)
(0.59/0.00/0.03/0.40)	

CMYK percentages

%59.48
%0
%2.61
%40

Codes

Color #3E9995 in popluar color models

3E9995
RGB62153149
HSL177°42.33%42.16%
HSB/HSV177°59.48%60.00%
CMYK59.48%0.00%2.61%
40.00%

Color #3E9995 in popluar number systems.

HEX3E9995
Decimal62153149
Binary1111101001100110010101
Octal76231225

Shades and tints

Shades of #3E9995

#3E9995
(62,153,149)
#398C88
(57,140,136)
#347F7B
(52,127,123)
#2F726E
(47,114,110)
#2A6561
(42,101,97)
#255854
(37,88,84)
#204B47
(32,75,71)
#1B3E3A
(27,62,58)
#16312D
(22,49,45)
#112420
(17,36,32)
#0C1713
(12,23,19)
#000000
(0,0,0)

Tints of #3E9995

#3E9995
(62,153,149)
#4FA29E
(79,162,158)
#60ABA7
(96,171,167)
#71B4B0
(113,180,176)
#82BDB9
(130,189,185)
#93C6C2
(147,198,194)
#A4CFCB
(164,207,203)
#B5D8D4
(181,216,212)
#C6E1DD
(198,225,221)
#D7EAE6
(215,234,230)
#E8F3EF
(232,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E9995 color. Also use rgb(62,153,149) instead hex code.

Text Font Color

.myTextColor { color: #3E9995; }

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

This text font color is #3E9995.


Background Color

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

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

This div background color is #3E9995.


Border color

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

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

This div border color is #3E9995.


Opacity

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

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

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

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

This text has shadow with #3E9995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E9995 on black background.


Color preview on white background

This text has color #3E9995 on white background.



Black color preview on #3E9995 background

This text has black color on #3E9995 background.


White color preview on #3E9995 background

This text has white color on #3E9995 background.