COLOR #3E8478

HEX: #3E8478 RGB: (62,132,120)

Color info

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

RGB color model

#3E8478 color RGB value is (62,132,120).

RGB: (62,132,120) (24%, 52%, 47%)

RGB channels and saturation

R 62 of 255 = 24%
G 132 of 255 = 52%
B 120 of 255 = 47%

62
132
120

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

Portions of RGB colors in percentages

R + G + B = 62 + 132 + 120 = 314 (100%)
R 62 of 314 ~ 19.75%
G 132 of 314 ~ 42.04%
B 120 of 314 ~ 38.22'%

%19.75
%42.04
%38.22

CMYK color model

#3E8478 color CMYK value is (53,0,9,48).

  • cyan value is 53.03%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 48.24%

CMYK: (53,0,9,48)
C53M0Y9K48 (53%, 0%, 9%, 48%)
(0.53 / 0.00 / 0.09 / 0.48)

CMYK percentages

%53.03
%0
%9.09
%48.24

Codes

Color #3E8478 in popluar color models

3E 84 78
RGB 62 132 120
HSL 170° 36.08% 38.04%
HSB/HSV 170° 53.03% 51.76%
CMYK 53.03% 0.00% 9.09%
48.24%

Color #3E8478 in popluar number systems.

HEX 3E 84 78
Decimal 62 132 120
Binary 111110 10000100 1111000
Octal 76 204 170

Shades and tints

Shades of #3E8478

#3E8478
(62,132,120)
#39786E
(57,120,110)
#346C64
(52,108,100)
#2F605A
(47,96,90)
#2A5450
(42,84,80)
#254846
(37,72,70)
#203C3C
(32,60,60)
#1B3032
(27,48,50)
#162428
(22,36,40)
#11181E
(17,24,30)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #3E8478

#3E8478
(62,132,120)
#4F8F84
(79,143,132)
#609A90
(96,154,144)
#71A59C
(113,165,156)
#82B0A8
(130,176,168)
#93BBB4
(147,187,180)
#A4C6C0
(164,198,192)
#B5D1CC
(181,209,204)
#C6DCD8
(198,220,216)
#D7E7E4
(215,231,228)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E8478 color. Also use rgb(62,132,120) instead hex code.

Text Font Color

.myTextColor { color: #3E8478; }

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

This text font color is #3E8478.

Background Color

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

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

This div background color is #3E8478.

Border color

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

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

This div border color is #3E8478.

Opacity

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

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

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

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

This text has shadow with #3E8478 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E8478.

Preview

Color preview on black background

This text has color #3E8478 on black background.


Color preview on white background

This text has color #3E8478 on white background.


Black color preview on #3E8478 background

This text has black color on #3E8478 background.


White color preview on #3E8478 background

This text has white color on #3E8478 background.


Related colors

Complementary color

Complementary color for #hex is #C17B87.


I love getcolorcode.com

Triadic colors

1 #783E84 and #84783E with #3E8478 are triadic colors.

2 #78843E and #843E78 with #3E8478 are triadic colors.