COLOR #2E7752

HEX: #2E7752 RGB: (46,119,82)

Color info

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

RGB color model

#2E7752 color RGB value is (46,119,82).

RGB: (46,119,82) (18%, 47%, 32%)

RGB channels and saturation

R 46 of 255 = 18%
G 119 of 255 = 47%
B 82 of 255 = 32%

46
119
82

R + G + B ~ 32%. #2E7752 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 119 + 82 = 247 (100%)
R 46 of 247 ~ 18.62%
G 119 of 247 ~ 48.18%
B 82 of 247 ~ 33.2'%

%18.62
%48.18
%33.2

CMYK color model

#2E7752 color CMYK value is (61,0,31,53).

  • cyan value is 61.34%
  • magenta value is 0.00%
  • yellow value is 31.09%
  • key color value is 53.33%

CMYK: (61,0,31,53)
C61M0Y31K53 (61%, 0%, 31%, 53%)
(0.61 / 0.00 / 0.31 / 0.53)

CMYK percentages

%61.34
%0
%31.09
%53.33

Codes

Color #2E7752 in popluar color models

2E 77 52
RGB 46 119 82
HSL 150° 44.24% 32.35%
HSB/HSV 150° 61.34% 46.67%
CMYK 61.34% 0.00% 31.09%
53.33%

Color #2E7752 in popluar number systems.

HEX 2E 77 52
Decimal 46 119 82
Binary 101110 1110111 1010010
Octal 56 167 122

Shades and tints

Shades of #2E7752

#2E7752
(46,119,82)
#2A6D4B
(42,109,75)
#266344
(38,99,68)
#22593D
(34,89,61)
#1E4F36
(30,79,54)
#1A452F
(26,69,47)
#163B28
(22,59,40)
#123121
(18,49,33)
#0E271A
(14,39,26)
#0A1D13
(10,29,19)
#06130C
(6,19,12)
#000000
(0,0,0)

Tints of #2E7752

#2E7752
(46,119,82)
#418361
(65,131,97)
#548F70
(84,143,112)
#679B7F
(103,155,127)
#7AA78E
(122,167,142)
#8DB39D
(141,179,157)
#A0BFAC
(160,191,172)
#B3CBBB
(179,203,187)
#C6D7CA
(198,215,202)
#D9E3D9
(217,227,217)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7752 color. Also use rgb(46,119,82) instead hex code.

Text Font Color

.myTextColor { color: #2E7752; }

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

This text font color is #2E7752.

Background Color

.myBgColor { background-color: #2E7752; }

<div style="background-color:#2E7752">Inner text</div>

This div background color is #2E7752.

Border color

.myBorderColor { border: 1px solid #2E7752; }

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

This div border color is #2E7752.

Opacity

.myOpacity80 { color: #2E7752; opacity: 0.8; }

<p style="color:#2E7752;opacity:0.8;">80%</p>

Text with #2E7752 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 #2E7752;}

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

This text has shadow with #2E7752 color.


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

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

This text has shadow with #2E7752 primary color and red secondary color.


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

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

This text has shadow with #2E7752 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #2E7752.

Preview

Color preview on black background

This text has color #2E7752 on black background.


Color preview on white background

This text has color #2E7752 on white background.


Black color preview on #2E7752 background

This text has black color on #2E7752 background.


White color preview on #2E7752 background

This text has white color on #2E7752 background.


Related colors

Complementary color

Complementary color for #hex is #D188AD.


I love getcolorcode.com

Triadic colors

1 #522E77 and #77522E with #2E7752 are triadic colors.

2 #52772E and #772E52 with #2E7752 are triadic colors.