COLOR #3E7650

HEX: #3E7650
RGB: (62,118,80)

Color info

#3E7650 contains red, green and blue colors in about the same proportion. Web safe color of #3E7650 is #336666 (or #366).

RGB color model

#3E7650 color RGB value is (62,118,80).

  • red value is 62;
  • green value is 118;
  • blue value is 80.
RGB:
(62,118,80)
(24%,46%,31%)

RGB channels and saturation

R 62 of 255 = 24%
G 118 of 255 = 46%
B 80 of 255 = 31%

62
118
80

R + G + B ~ 34%. #3E7650 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 118 + 80 = 260 (100%)
R 62 of 260 ~ 23.85%
G 118 of 260 ~ 45.38%
B 80 of 260 ~ 30.77%

%23.85
%45.38
%30.77

CMYK color model

#3E7650 color CMYK value is (47,0,32,54).

  • cyan value is 47.46%
  • magenta value is 0.00%
  • yellow value is 32.20%
  • key color value is 53.73%
CMYK:
(47,0,32,54)
C47M0Y32K54 
(47%,0%,32%,54%)
(0.47/0.00/0.32/0.54)	

CMYK percentages

%47.46
%0
%32.2
%53.73

Codes

Color #3E7650 in popluar color models

3E7650
RGB6211880
HSL139°31.11%35.29%
HSB/HSV139°47.46%46.27%
CMYK47.46%0.00%32.20%
53.73%

Color #3E7650 in popluar number systems.

HEX3E7650
Decimal6211880
Binary11111011101101010000
Octal76166120

Shades and tints

Shades of #3E7650

#3E7650
(62,118,80)
#396C49
(57,108,73)
#346242
(52,98,66)
#2F583B
(47,88,59)
#2A4E34
(42,78,52)
#25442D
(37,68,45)
#203A26
(32,58,38)
#1B301F
(27,48,31)
#162618
(22,38,24)
#111C11
(17,28,17)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #3E7650

#3E7650
(62,118,80)
#4F825F
(79,130,95)
#608E6E
(96,142,110)
#719A7D
(113,154,125)
#82A68C
(130,166,140)
#93B29B
(147,178,155)
#A4BEAA
(164,190,170)
#B5CAB9
(181,202,185)
#C6D6C8
(198,214,200)
#D7E2D7
(215,226,215)
#E8EEE6
(232,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7650 color. Also use rgb(62,118,80) instead hex code.

Text Font Color

.myTextColor { color: #3E7650; }

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

This text font color is #3E7650.


Background Color

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

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

This div background color is #3E7650.


Border color

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

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

This div border color is #3E7650.


Opacity

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

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

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

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

This text has shadow with #3E7650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7650 on black background.


Color preview on white background

This text has color #3E7650 on white background.



Black color preview on #3E7650 background

This text has black color on #3E7650 background.


White color preview on #3E7650 background

This text has white color on #3E7650 background.