COLOR #3E6A4A

HEX: #3E6A4A RGB: (62,106,74)

Color info

#3E6A4A contains red, green and blue colors in about the same proportion. Web safe color of #3E6A4A is #336633 (or #363).

RGB color model

#3E6A4A color RGB value is (62,106,74).

RGB: (62,106,74) (24%, 42%, 29%)

RGB channels and saturation

R 62 of 255 = 24%
G 106 of 255 = 42%
B 74 of 255 = 29%

62
106
74

R + G + B ~ 32%. #3E6A4A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 106 + 74 = 242 (100%)
R 62 of 242 ~ 25.62%
G 106 of 242 ~ 43.8%
B 74 of 242 ~ 30.58'%

%25.62
%43.8
%30.58

CMYK color model

#3E6A4A color CMYK value is (42,0,30,58).

  • cyan value is 41.51%
  • magenta value is 0.00%
  • yellow value is 30.19%
  • key color value is 58.43%

CMYK: (42,0,30,58)
C42M0Y30K58 (42%, 0%, 30%, 58%)
(0.42 / 0.00 / 0.30 / 0.58)

CMYK percentages

%41.51
%0
%30.19
%58.43

Codes

Color #3E6A4A in popluar color models

3E 6A 4A
RGB 62 106 74
HSL 136° 26.19% 32.94%
HSB/HSV 136° 41.51% 41.57%
CMYK 41.51% 0.00% 30.19%
58.43%

Color #3E6A4A in popluar number systems.

HEX 3E 6A 4A
Decimal 62 106 74
Binary 111110 1101010 1001010
Octal 76 152 112

Shades and tints

Shades of #3E6A4A

#3E6A4A
(62,106,74)
#396144
(57,97,68)
#34583E
(52,88,62)
#2F4F38
(47,79,56)
#2A4632
(42,70,50)
#253D2C
(37,61,44)
#203426
(32,52,38)
#1B2B20
(27,43,32)
#16221A
(22,34,26)
#111914
(17,25,20)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #3E6A4A

#3E6A4A
(62,106,74)
#4F775A
(79,119,90)
#60846A
(96,132,106)
#71917A
(113,145,122)
#829E8A
(130,158,138)
#93AB9A
(147,171,154)
#A4B8AA
(164,184,170)
#B5C5BA
(181,197,186)
#C6D2CA
(198,210,202)
#D7DFDA
(215,223,218)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6A4A color. Also use rgb(62,106,74) instead hex code.

Text Font Color

.myTextColor { color: #3E6A4A; }

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

This text font color is #3E6A4A.

Background Color

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

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

This div background color is #3E6A4A.

Border color

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

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

This div border color is #3E6A4A.

Opacity

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

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

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

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

This text has shadow with #3E6A4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6A4A.

Preview

Color preview on black background

This text has color #3E6A4A on black background.


Color preview on white background

This text has color #3E6A4A on white background.


Black color preview on #3E6A4A background

This text has black color on #3E6A4A background.


White color preview on #3E6A4A background

This text has white color on #3E6A4A background.


Related colors

Complementary color

Complementary color for #hex is #C195B5.


I love getcolorcode.com

Triadic colors

1 #4A3E6A and #6A4A3E with #3E6A4A are triadic colors.

2 #4A6A3E and #6A3E4A with #3E6A4A are triadic colors.