COLOR #2E7B52

HEX: #2E7B52
RGB: (46,123,82)

Color info

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

RGB color model

#2E7B52 color RGB value is (46,123,82).

  • red value is 46;
  • green value is 123;
  • blue value is 82.
RGB:
(46,123,82)
(18%,48%,32%)

RGB channels and saturation

R 46 of 255 = 18%
G 123 of 255 = 48%
B 82 of 255 = 32%

46
123
82

R + G + B ~ 33%. #2E7B52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 123 + 82 = 251 (100%)
R 46 of 251 ~ 18.33%
G 123 of 251 ~ 49%
B 82 of 251 ~ 32.67%

%18.33
%49
%32.67

CMYK color model

#2E7B52 color CMYK value is (63,0,33,52).

  • cyan value is 62.60%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 51.76%
CMYK:
(63,0,33,52)
C63M0Y33K52 
(63%,0%,33%,52%)
(0.63/0.00/0.33/0.52)	

CMYK percentages

%62.6
%0
%33.33
%51.76

Codes

Color #2E7B52 in popluar color models

2E7B52
RGB4612382
HSL148°45.56%33.14%
HSB/HSV148°62.60%48.24%
CMYK62.60%0.00%33.33%
51.76%

Color #2E7B52 in popluar number systems.

HEX2E7B52
Decimal4612382
Binary10111011110111010010
Octal56173122

Shades and tints

Shades of #2E7B52

#2E7B52
(46,123,82)
#2A704B
(42,112,75)
#266544
(38,101,68)
#225A3D
(34,90,61)
#1E4F36
(30,79,54)
#1A442F
(26,68,47)
#163928
(22,57,40)
#122E21
(18,46,33)
#0E231A
(14,35,26)
#0A1813
(10,24,19)
#060D0C
(6,13,12)
#000000
(0,0,0)

Tints of #2E7B52

#2E7B52
(46,123,82)
#418761
(65,135,97)
#549370
(84,147,112)
#679F7F
(103,159,127)
#7AAB8E
(122,171,142)
#8DB79D
(141,183,157)
#A0C3AC
(160,195,172)
#B3CFBB
(179,207,187)
#C6DBCA
(198,219,202)
#D9E7D9
(217,231,217)
#ECF3E8
(236,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E7B52; }

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

This text font color is #2E7B52.


Background Color

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

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

This div background color is #2E7B52.


Border color

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

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

This div border color is #2E7B52.


Opacity

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

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

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

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

This text has shadow with #2E7B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7B52 on black background.


Color preview on white background

This text has color #2E7B52 on white background.



Black color preview on #2E7B52 background

This text has black color on #2E7B52 background.


White color preview on #2E7B52 background

This text has white color on #2E7B52 background.