COLOR #3E8668

HEX: #3E8668
RGB: (62,134,104)

Color info

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

RGB color model

#3E8668 color RGB value is (62,134,104).

  • red value is 62;
  • green value is 134;
  • blue value is 104.
RGB:
(62,134,104)
(24%,53%,41%)

RGB channels and saturation

R 62 of 255 = 24%
G 134 of 255 = 53%
B 104 of 255 = 41%

62
134
104

R + G + B ~ 39%. #3E8668 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 134 + 104 = 300 (100%)
R 62 of 300 ~ 20.67%
G 134 of 300 ~ 44.67%
B 104 of 300 ~ 34.67%

%20.67
%44.67
%34.67

CMYK color model

#3E8668 color CMYK value is (54,0,22,47).

  • cyan value is 53.73%
  • magenta value is 0.00%
  • yellow value is 22.39%
  • key color value is 47.45%
CMYK:
(54,0,22,47)
C54M0Y22K47 
(54%,0%,22%,47%)
(0.54/0.00/0.22/0.47)	

CMYK percentages

%53.73
%0
%22.39
%47.45

Codes

Color #3E8668 in popluar color models

3E8668
RGB62134104
HSL155°36.73%38.43%
HSB/HSV155°53.73%52.55%
CMYK53.73%0.00%22.39%
47.45%

Color #3E8668 in popluar number systems.

HEX3E8668
Decimal62134104
Binary111110100001101101000
Octal76206150

Shades and tints

Shades of #3E8668

#3E8668
(62,134,104)
#397A5F
(57,122,95)
#346E56
(52,110,86)
#2F624D
(47,98,77)
#2A5644
(42,86,68)
#254A3B
(37,74,59)
#203E32
(32,62,50)
#1B3229
(27,50,41)
#162620
(22,38,32)
#111A17
(17,26,23)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #3E8668

#3E8668
(62,134,104)
#4F9175
(79,145,117)
#609C82
(96,156,130)
#71A78F
(113,167,143)
#82B29C
(130,178,156)
#93BDA9
(147,189,169)
#A4C8B6
(164,200,182)
#B5D3C3
(181,211,195)
#C6DED0
(198,222,208)
#D7E9DD
(215,233,221)
#E8F4EA
(232,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E8668 color. Also use rgb(62,134,104) instead hex code.

Text Font Color

.myTextColor { color: #3E8668; }

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

This text font color is #3E8668.


Background Color

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

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

This div background color is #3E8668.


Border color

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

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

This div border color is #3E8668.


Opacity

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

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

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

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

This text has shadow with #3E8668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E8668 on black background.


Color preview on white background

This text has color #3E8668 on white background.



Black color preview on #3E8668 background

This text has black color on #3E8668 background.


White color preview on #3E8668 background

This text has white color on #3E8668 background.