COLOR #3E7964

HEX: #3E7964
RGB: (62,121,100)

Color info

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

RGB color model

#3E7964 color RGB value is (62,121,100).

  • red value is 62;
  • green value is 121;
  • blue value is 100.
RGB:
(62,121,100)
(24%,47%,39%)

RGB channels and saturation

R 62 of 255 = 24%
G 121 of 255 = 47%
B 100 of 255 = 39%

62
121
100

R + G + B ~ 37%. #3E7964 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 121 + 100 = 283 (100%)
R 62 of 283 ~ 21.91%
G 121 of 283 ~ 42.76%
B 100 of 283 ~ 35.34%

%21.91
%42.76
%35.34

CMYK color model

#3E7964 color CMYK value is (49,0,17,53).

  • cyan value is 48.76%
  • magenta value is 0.00%
  • yellow value is 17.36%
  • key color value is 52.55%
CMYK:
(49,0,17,53)
C49M0Y17K53 
(49%,0%,17%,53%)
(0.49/0.00/0.17/0.53)	

CMYK percentages

%48.76
%0
%17.36
%52.55

Codes

Color #3E7964 in popluar color models

3E7964
RGB62121100
HSL159°32.24%35.88%
HSB/HSV159°48.76%47.45%
CMYK48.76%0.00%17.36%
52.55%

Color #3E7964 in popluar number systems.

HEX3E7964
Decimal62121100
Binary11111011110011100100
Octal76171144

Shades and tints

Shades of #3E7964

#3E7964
(62,121,100)
#396E5B
(57,110,91)
#346352
(52,99,82)
#2F5849
(47,88,73)
#2A4D40
(42,77,64)
#254237
(37,66,55)
#20372E
(32,55,46)
#1B2C25
(27,44,37)
#16211C
(22,33,28)
#111613
(17,22,19)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #3E7964

#3E7964
(62,121,100)
#4F8572
(79,133,114)
#609180
(96,145,128)
#719D8E
(113,157,142)
#82A99C
(130,169,156)
#93B5AA
(147,181,170)
#A4C1B8
(164,193,184)
#B5CDC6
(181,205,198)
#C6D9D4
(198,217,212)
#D7E5E2
(215,229,226)
#E8F1F0
(232,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7964 color. Also use rgb(62,121,100) instead hex code.

Text Font Color

.myTextColor { color: #3E7964; }

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

This text font color is #3E7964.


Background Color

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

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

This div background color is #3E7964.


Border color

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

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

This div border color is #3E7964.


Opacity

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

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

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

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

This text has shadow with #3E7964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7964 on black background.


Color preview on white background

This text has color #3E7964 on white background.



Black color preview on #3E7964 background

This text has black color on #3E7964 background.


White color preview on #3E7964 background

This text has white color on #3E7964 background.