COLOR #2E6C77

HEX: #2E6C77
RGB: (46,108,119)

Color info

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

RGB color model

#2E6C77 color RGB value is (46,108,119).

  • red value is 46;
  • green value is 108;
  • blue value is 119.
RGB:
(46,108,119)
(18%,42%,47%)

RGB channels and saturation

R 46 of 255 = 18%
G 108 of 255 = 42%
B 119 of 255 = 47%

46
108
119

R + G + B ~ 36%. #2E6C77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 108 + 119 = 273 (100%)
R 46 of 273 ~ 16.85%
G 108 of 273 ~ 39.56%
B 119 of 273 ~ 43.59%

%16.85
%39.56
%43.59

CMYK color model

#2E6C77 color CMYK value is (61,9,0,53).

  • cyan value is 61.34%
  • magenta value is 9.24%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(61,9,0,53)
C61M9Y0K53 
(61%,9%,0%,53%)
(0.61/0.09/0.00/0.53)	

CMYK percentages

%61.34
%9.24
%0
%53.33

Codes

Color #2E6C77 in popluar color models

2E6C77
RGB46108119
HSL189°44.24%32.35%
HSB/HSV189°61.34%46.67%
CMYK61.34%9.24%0.00%
53.33%

Color #2E6C77 in popluar number systems.

HEX2E6C77
Decimal46108119
Binary10111011011001110111
Octal56154167

Shades and tints

Shades of #2E6C77

#2E6C77
(46,108,119)
#2A636D
(42,99,109)
#265A63
(38,90,99)
#225159
(34,81,89)
#1E484F
(30,72,79)
#1A3F45
(26,63,69)
#16363B
(22,54,59)
#122D31
(18,45,49)
#0E2427
(14,36,39)
#0A1B1D
(10,27,29)
#061213
(6,18,19)
#000000
(0,0,0)

Tints of #2E6C77

#2E6C77
(46,108,119)
#417983
(65,121,131)
#54868F
(84,134,143)
#67939B
(103,147,155)
#7AA0A7
(122,160,167)
#8DADB3
(141,173,179)
#A0BABF
(160,186,191)
#B3C7CB
(179,199,203)
#C6D4D7
(198,212,215)
#D9E1E3
(217,225,227)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6C77; }

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

This text font color is #2E6C77.


Background Color

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

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

This div background color is #2E6C77.


Border color

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

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

This div border color is #2E6C77.


Opacity

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

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

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

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

This text has shadow with #2E6C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6C77 on black background.


Color preview on white background

This text has color #2E6C77 on white background.



Black color preview on #2E6C77 background

This text has black color on #2E6C77 background.


White color preview on #2E6C77 background

This text has white color on #2E6C77 background.