COLOR #3E8764

HEX: #3E8764 RGB: (62,135,100)

Color info

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

RGB color model

#3E8764 color RGB value is (62,135,100).

RGB: (62,135,100) (24%, 53%, 39%)

RGB channels and saturation

R 62 of 255 = 24%
G 135 of 255 = 53%
B 100 of 255 = 39%

62
135
100

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

Portions of RGB colors in percentages

R + G + B = 62 + 135 + 100 = 297 (100%)
R 62 of 297 ~ 20.88%
G 135 of 297 ~ 45.45%
B 100 of 297 ~ 33.67'%

%20.88
%45.45
%33.67

CMYK color model

#3E8764 color CMYK value is (54,0,26,47).

  • cyan value is 54.07%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 47.06%

CMYK: (54,0,26,47)
C54M0Y26K47 (54%, 0%, 26%, 47%)
(0.54 / 0.00 / 0.26 / 0.47)

CMYK percentages

%54.07
%0
%25.93
%47.06

Codes

Color #3E8764 in popluar color models

3E 87 64
RGB 62 135 100
HSL 151° 37.06% 38.63%
HSB/HSV 151° 54.07% 52.94%
CMYK 54.07% 0.00% 25.93%
47.06%

Color #3E8764 in popluar number systems.

HEX 3E 87 64
Decimal 62 135 100
Binary 111110 10000111 1100100
Octal 76 207 144

Shades and tints

Shades of #3E8764

#3E8764
(62,135,100)
#397B5B
(57,123,91)
#346F52
(52,111,82)
#2F6349
(47,99,73)
#2A5740
(42,87,64)
#254B37
(37,75,55)
#203F2E
(32,63,46)
#1B3325
(27,51,37)
#16271C
(22,39,28)
#111B13
(17,27,19)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #3E8764

#3E8764
(62,135,100)
#4F9172
(79,145,114)
#609B80
(96,155,128)
#71A58E
(113,165,142)
#82AF9C
(130,175,156)
#93B9AA
(147,185,170)
#A4C3B8
(164,195,184)
#B5CDC6
(181,205,198)
#C6D7D4
(198,215,212)
#D7E1E2
(215,225,226)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E8764; }

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

This text font color is #3E8764.

Background Color

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

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

This div background color is #3E8764.

Border color

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

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

This div border color is #3E8764.

Opacity

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

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

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

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

This text has shadow with #3E8764 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E8764.

Preview

Color preview on black background

This text has color #3E8764 on black background.


Color preview on white background

This text has color #3E8764 on white background.


Black color preview on #3E8764 background

This text has black color on #3E8764 background.


White color preview on #3E8764 background

This text has white color on #3E8764 background.


Related colors

Complementary color

Complementary color for #hex is #C1789B.


I love getcolorcode.com

Triadic colors

1 #643E87 and #87643E with #3E8764 are triadic colors.

2 #64873E and #873E64 with #3E8764 are triadic colors.