COLOR #3E826F

HEX: #3E826F
RGB: (62,130,111)

Color info

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

RGB color model

#3E826F color RGB value is (62,130,111).

  • red value is 62;
  • green value is 130;
  • blue value is 111.
RGB:
(62,130,111)
(24%,51%,44%)

RGB channels and saturation

R 62 of 255 = 24%
G 130 of 255 = 51%
B 111 of 255 = 44%

62
130
111

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

Portions of RGB colors in percentages

R + G + B =
62 + 130 + 111 = 303 (100%)
R 62 of 303 ~ 20.46%
G 130 of 303 ~ 42.9%
B 111 of 303 ~ 36.63%

%20.46
%42.9
%36.63

CMYK color model

#3E826F color CMYK value is (52,0,15,49).

  • cyan value is 52.31%
  • magenta value is 0.00%
  • yellow value is 14.62%
  • key color value is 49.02%
CMYK:
(52,0,15,49)
C52M0Y15K49 
(52%,0%,15%,49%)
(0.52/0.00/0.15/0.49)	

CMYK percentages

%52.31
%0
%14.62
%49.02

Codes

Color #3E826F in popluar color models

3E826F
RGB62130111
HSL163°35.42%37.65%
HSB/HSV163°52.31%50.98%
CMYK52.31%0.00%14.62%
49.02%

Color #3E826F in popluar number systems.

HEX3E826F
Decimal62130111
Binary111110100000101101111
Octal76202157

Shades and tints

Shades of #3E826F

#3E826F
(62,130,111)
#397765
(57,119,101)
#346C5B
(52,108,91)
#2F6151
(47,97,81)
#2A5647
(42,86,71)
#254B3D
(37,75,61)
#204033
(32,64,51)
#1B3529
(27,53,41)
#162A1F
(22,42,31)
#111F15
(17,31,21)
#0C140B
(12,20,11)
#000000
(0,0,0)

Tints of #3E826F

#3E826F
(62,130,111)
#4F8D7C
(79,141,124)
#609889
(96,152,137)
#71A396
(113,163,150)
#82AEA3
(130,174,163)
#93B9B0
(147,185,176)
#A4C4BD
(164,196,189)
#B5CFCA
(181,207,202)
#C6DAD7
(198,218,215)
#D7E5E4
(215,229,228)
#E8F0F1
(232,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E826F color. Also use rgb(62,130,111) instead hex code.

Text Font Color

.myTextColor { color: #3E826F; }

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

This text font color is #3E826F.


Background Color

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

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

This div background color is #3E826F.


Border color

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

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

This div border color is #3E826F.


Opacity

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

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

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

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

This text has shadow with #3E826F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E826F on black background.


Color preview on white background

This text has color #3E826F on white background.



Black color preview on #3E826F background

This text has black color on #3E826F background.


White color preview on #3E826F background

This text has white color on #3E826F background.