COLOR #3E7A5F

HEX: #3E7A5F RGB: (62,122,95)

Color info

#3E7A5F contains mainly green and blue colors. Web safe color of #3E7A5F is #336666 (or #366).

RGB color model

#3E7A5F color RGB value is (62,122,95).

RGB: (62,122,95) (24%, 48%, 37%)

RGB channels and saturation

R 62 of 255 = 24%
G 122 of 255 = 48%
B 95 of 255 = 37%

62
122
95

R + G + B ~ 36%. #3E7A5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 122 + 95 = 279 (100%)
R 62 of 279 ~ 22.22%
G 122 of 279 ~ 43.73%
B 95 of 279 ~ 34.05'%

%22.22
%43.73
%34.05

CMYK color model

#3E7A5F color CMYK value is (49,0,22,52).

  • cyan value is 49.18%
  • magenta value is 0.00%
  • yellow value is 22.13%
  • key color value is 52.16%
CMYK: (49,0,22,52) C49M0Y22K52 (49%,0%,22%,52%) (0.49/0.00/0.22/0.52) 

CMYK percentages

%49.18
%0
%22.13
%52.16

Codes

Color #3E7A5F in popluar color models

3E 7A 5F
RGB 62 122 95
HSL 153° 32.61% 36.08%
HSB/HSV 153° 49.18% 47.84%
CMYK 49.18% 0.00% 22.13%
52.16%

Color #3E7A5F in popluar number systems.

HEX 3E 7A 5F
Decimal 62 122 95
Binary 111110 1111010 1011111
Octal 76 172 137

Shades and tints

Shades of #3E7A5F

#3E7A5F
(62,122,95)
#396F57
(57,111,87)
#34644F
(52,100,79)
#2F5947
(47,89,71)
#2A4E3F
(42,78,63)
#254337
(37,67,55)
#20382F
(32,56,47)
#1B2D27
(27,45,39)
#16221F
(22,34,31)
#111717
(17,23,23)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #3E7A5F

#3E7A5F
(62,122,95)
#4F866D
(79,134,109)
#60927B
(96,146,123)
#719E89
(113,158,137)
#82AA97
(130,170,151)
#93B6A5
(147,182,165)
#A4C2B3
(164,194,179)
#B5CEC1
(181,206,193)
#C6DACF
(198,218,207)
#D7E6DD
(215,230,221)
#E8F2EB
(232,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7A5F color. Also use rgb(62,122,95) instead hex code.

Text Font Color

.myTextColor { color: #3E7A5F; }

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

This text font color is #3E7A5F.

Background Color

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

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

This div background color is #3E7A5F.

Border color

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

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

This div border color is #3E7A5F.

Opacity

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

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

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

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

This text has shadow with #3E7A5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E7A5F.

Preview

Color preview on black background

This text has color #3E7A5F on black background.


Color preview on white background

This text has color #3E7A5F on white background.


Black color preview on #3E7A5F background

This text has black color on #3E7A5F background.


White color preview on #3E7A5F background

This text has white color on #3E7A5F background.


Related colors

Complementary color

Complementary color for #hex is #C185A0.


I love getcolorcode.com

Triadic colors

1 #5F3E7A and #7A5F3E with #3E7A5F are triadic colors.

2 #5F7A3E and #7A3E5F with #3E7A5F are triadic colors.