COLOR #2E6679

HEX: #2E6679
RGB: (46,102,121)

Color info

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

RGB color model

#2E6679 color RGB value is (46,102,121).

  • red value is 46;
  • green value is 102;
  • blue value is 121.
RGB:
(46,102,121)
(18%,40%,47%)

RGB channels and saturation

R 46 of 255 = 18%
G 102 of 255 = 40%
B 121 of 255 = 47%

46
102
121

R + G + B ~ 35%. #2E6679 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 102 + 121 = 269 (100%)
R 46 of 269 ~ 17.1%
G 102 of 269 ~ 37.92%
B 121 of 269 ~ 44.98%

%17.1
%37.92
%44.98

CMYK color model

#2E6679 color CMYK value is (62,16,0,53).

  • cyan value is 61.98%
  • magenta value is 15.70%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(62,16,0,53)
C62M16Y0K53 
(62%,16%,0%,53%)
(0.62/0.16/0.00/0.53)	

CMYK percentages

%61.98
%15.7
%0
%52.55

Codes

Color #2E6679 in popluar color models

2E6679
RGB46102121
HSL195°44.91%32.75%
HSB/HSV195°61.98%47.45%
CMYK61.98%15.70%0.00%
52.55%

Color #2E6679 in popluar number systems.

HEX2E6679
Decimal46102121
Binary10111011001101111001
Octal56146171

Shades and tints

Shades of #2E6679

#2E6679
(46,102,121)
#2A5D6E
(42,93,110)
#265463
(38,84,99)
#224B58
(34,75,88)
#1E424D
(30,66,77)
#1A3942
(26,57,66)
#163037
(22,48,55)
#12272C
(18,39,44)
#0E1E21
(14,30,33)
#0A1516
(10,21,22)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #2E6679

#2E6679
(46,102,121)
#417385
(65,115,133)
#548091
(84,128,145)
#678D9D
(103,141,157)
#7A9AA9
(122,154,169)
#8DA7B5
(141,167,181)
#A0B4C1
(160,180,193)
#B3C1CD
(179,193,205)
#C6CED9
(198,206,217)
#D9DBE5
(217,219,229)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6679; }

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

This text font color is #2E6679.


Background Color

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

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

This div background color is #2E6679.


Border color

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

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

This div border color is #2E6679.


Opacity

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

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

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

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

This text has shadow with #2E6679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6679 on black background.


Color preview on white background

This text has color #2E6679 on white background.



Black color preview on #2E6679 background

This text has black color on #2E6679 background.


White color preview on #2E6679 background

This text has white color on #2E6679 background.