COLOR #3EAF73

HEX: #3EAF73 RGB: (62,175,115)

Color info

#3EAF73 contains mainly green color. Web safe color of #3EAF73 is #339966 (or #396).

RGB color model

#3EAF73 color RGB value is (62,175,115).

RGB: (62,175,115) (24%, 69%, 45%)

RGB channels and saturation

R 62 of 255 = 24%
G 175 of 255 = 69%
B 115 of 255 = 45%

62
175
115

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

Portions of RGB colors in percentages

R + G + B = 62 + 175 + 115 = 352 (100%)
R 62 of 352 ~ 17.61%
G 175 of 352 ~ 49.72%
B 115 of 352 ~ 32.67'%

%17.61
%49.72
%32.67

CMYK color model

#3EAF73 color CMYK value is (65,0,34,31).

  • cyan value is 64.57%
  • magenta value is 0.00%
  • yellow value is 34.29%
  • key color value is 31.37%

CMYK: (65,0,34,31)
C65M0Y34K31 (65%, 0%, 34%, 31%)
(0.65 / 0.00 / 0.34 / 0.31)

CMYK percentages

%64.57
%0
%34.29
%31.37

Codes

Color #3EAF73 in popluar color models

3E AF 73
RGB 62 175 115
HSL 148° 47.68% 46.47%
HSB/HSV 148° 64.57% 68.63%
CMYK 64.57% 0.00% 34.29%
31.37%

Color #3EAF73 in popluar number systems.

HEX 3E AF 73
Decimal 62 175 115
Binary 111110 10101111 1110011
Octal 76 257 163

Shades and tints

Shades of #3EAF73

#3EAF73
(62,175,115)
#39A069
(57,160,105)
#34915F
(52,145,95)
#2F8255
(47,130,85)
#2A734B
(42,115,75)
#256441
(37,100,65)
#205537
(32,85,55)
#1B462D
(27,70,45)
#163723
(22,55,35)
#112819
(17,40,25)
#0C190F
(12,25,15)
#000000
(0,0,0)

Tints of #3EAF73

#3EAF73
(62,175,115)
#4FB67F
(79,182,127)
#60BD8B
(96,189,139)
#71C497
(113,196,151)
#82CBA3
(130,203,163)
#93D2AF
(147,210,175)
#A4D9BB
(164,217,187)
#B5E0C7
(181,224,199)
#C6E7D3
(198,231,211)
#D7EEDF
(215,238,223)
#E8F5EB
(232,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EAF73 color. Also use rgb(62,175,115) instead hex code.

Text Font Color

.myTextColor { color: #3EAF73; }

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

This text font color is #3EAF73.

Background Color

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

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

This div background color is #3EAF73.

Border color

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

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

This div border color is #3EAF73.

Opacity

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

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

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

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

This text has shadow with #3EAF73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3EAF73.

Preview

Color preview on black background

This text has color #3EAF73 on black background.


Color preview on white background

This text has color #3EAF73 on white background.


Black color preview on #3EAF73 background

This text has black color on #3EAF73 background.


White color preview on #3EAF73 background

This text has white color on #3EAF73 background.


Related colors

Complementary color

Complementary color for #hex is #C1508C.


I love getcolorcode.com

Triadic colors

1 #733EAF and #AF733E with #3EAF73 are triadic colors.

2 #73AF3E and #AF3E73 with #3EAF73 are triadic colors.