COLOR #3E8560

HEX: #3E8560
RGB: (62,133,96)

Color info

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

RGB color model

#3E8560 color RGB value is (62,133,96).

  • red value is 62;
  • green value is 133;
  • blue value is 96.
RGB:
(62,133,96)
(24%,52%,38%)

RGB channels and saturation

R 62 of 255 = 24%
G 133 of 255 = 52%
B 96 of 255 = 38%

62
133
96

R + G + B ~ 38%. #3E8560 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 133 + 96 = 291 (100%)
R 62 of 291 ~ 21.31%
G 133 of 291 ~ 45.7%
B 96 of 291 ~ 32.99%

%21.31
%45.7
%32.99

CMYK color model

#3E8560 color CMYK value is (53,0,28,48).

  • cyan value is 53.38%
  • magenta value is 0.00%
  • yellow value is 27.82%
  • key color value is 47.84%
CMYK:
(53,0,28,48)
C53M0Y28K48 
(53%,0%,28%,48%)
(0.53/0.00/0.28/0.48)	

CMYK percentages

%53.38
%0
%27.82
%47.84

Codes

Color #3E8560 in popluar color models

3E8560
RGB6213396
HSL149°36.41%38.24%
HSB/HSV149°53.38%52.16%
CMYK53.38%0.00%27.82%
47.84%

Color #3E8560 in popluar number systems.

HEX3E8560
Decimal6213396
Binary111110100001011100000
Octal76205140

Shades and tints

Shades of #3E8560

#3E8560
(62,133,96)
#397958
(57,121,88)
#346D50
(52,109,80)
#2F6148
(47,97,72)
#2A5540
(42,85,64)
#254938
(37,73,56)
#203D30
(32,61,48)
#1B3128
(27,49,40)
#162520
(22,37,32)
#111918
(17,25,24)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #3E8560

#3E8560
(62,133,96)
#4F906E
(79,144,110)
#609B7C
(96,155,124)
#71A68A
(113,166,138)
#82B198
(130,177,152)
#93BCA6
(147,188,166)
#A4C7B4
(164,199,180)
#B5D2C2
(181,210,194)
#C6DDD0
(198,221,208)
#D7E8DE
(215,232,222)
#E8F3EC
(232,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E8560 color. Also use rgb(62,133,96) instead hex code.

Text Font Color

.myTextColor { color: #3E8560; }

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

This text font color is #3E8560.


Background Color

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

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

This div background color is #3E8560.


Border color

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

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

This div border color is #3E8560.


Opacity

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

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

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

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

This text has shadow with #3E8560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E8560 on black background.


Color preview on white background

This text has color #3E8560 on white background.



Black color preview on #3E8560 background

This text has black color on #3E8560 background.


White color preview on #3E8560 background

This text has white color on #3E8560 background.