COLOR #2E7D7D

HEX: #2E7D7D RGB: (46,125,125)

Color info

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

RGB color model

#2E7D7D color RGB value is (46,125,125).

RGB: (46,125,125) (18%, 49%, 49%)

RGB channels and saturation

R 46 of 255 = 18%
G 125 of 255 = 49%
B 125 of 255 = 49%

46
125
125

R + G + B ~ 39%. #2E7D7D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 125 + 125 = 296 (100%)
R 46 of 296 ~ 15.54%
G 125 of 296 ~ 42.23%
B 125 of 296 ~ 42.23'%

%15.54
%42.23
%42.23

CMYK color model

#2E7D7D color CMYK value is (63,0,0,51).

  • cyan value is 63.20%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (63,0,0,51)
C63M0Y0K51 (63%, 0%, 0%, 51%)
(0.63 / 0.00 / 0.00 / 0.51)

CMYK percentages

%63.2
%0
%0
%50.98

Codes

Color #2E7D7D in popluar color models

2E 7D 7D
RGB 46 125 125
HSL 180° 46.20% 33.53%
HSB/HSV 180° 63.20% 49.02%
CMYK 63.20% 0.00% 0.00%
50.98%

Color #2E7D7D in popluar number systems.

HEX 2E 7D 7D
Decimal 46 125 125
Binary 101110 1111101 1111101
Octal 56 175 175

Shades and tints

Shades of #2E7D7D

#2E7D7D
(46,125,125)
#2A7272
(42,114,114)
#266767
(38,103,103)
#225C5C
(34,92,92)
#1E5151
(30,81,81)
#1A4646
(26,70,70)
#163B3B
(22,59,59)
#123030
(18,48,48)
#0E2525
(14,37,37)
#0A1A1A
(10,26,26)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #2E7D7D

#2E7D7D
(46,125,125)
#418888
(65,136,136)
#549393
(84,147,147)
#679E9E
(103,158,158)
#7AA9A9
(122,169,169)
#8DB4B4
(141,180,180)
#A0BFBF
(160,191,191)
#B3CACA
(179,202,202)
#C6D5D5
(198,213,213)
#D9E0E0
(217,224,224)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E7D7D; }

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

This text font color is #2E7D7D.

Background Color

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

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

This div background color is #2E7D7D.

Border color

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

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

This div border color is #2E7D7D.

Opacity

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

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

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

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

This text has shadow with #2E7D7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E7D7D.

Preview

Color preview on black background

This text has color #2E7D7D on black background.


Color preview on white background

This text has color #2E7D7D on white background.


Black color preview on #2E7D7D background

This text has black color on #2E7D7D background.


White color preview on #2E7D7D background

This text has white color on #2E7D7D background.


Related colors

Complementary color

Complementary color for #hex is #D18282.


I love getcolorcode.com