COLOR #2E6469

HEX: #2E6469
RGB: (46,100,105)

Color info

#2E6469 contains red, green and blue colors in about the same proportion. Web safe color of #2E6469 is #336666 (or #366).

RGB color model

#2E6469 color RGB value is (46,100,105).

  • red value is 46;
  • green value is 100;
  • blue value is 105.
RGB:
(46,100,105)
(18%,39%,41%)

RGB channels and saturation

R 46 of 255 = 18%
G 100 of 255 = 39%
B 105 of 255 = 41%

46
100
105

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

Portions of RGB colors in percentages

R + G + B =
46 + 100 + 105 = 251 (100%)
R 46 of 251 ~ 18.33%
G 100 of 251 ~ 39.84%
B 105 of 251 ~ 41.83%

%18.33
%39.84
%41.83

CMYK color model

#2E6469 color CMYK value is (56,5,0,59).

  • cyan value is 56.19%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(56,5,0,59)
C56M5Y0K59 
(56%,5%,0%,59%)
(0.56/0.05/0.00/0.59)	

CMYK percentages

%56.19
%4.76
%0
%58.82

Codes

Color #2E6469 in popluar color models

2E6469
RGB46100105
HSL185°39.07%29.61%
HSB/HSV185°56.19%41.18%
CMYK56.19%4.76%0.00%
58.82%

Color #2E6469 in popluar number systems.

HEX2E6469
Decimal46100105
Binary10111011001001101001
Octal56144151

Shades and tints

Shades of #2E6469

#2E6469
(46,100,105)
#2A5B60
(42,91,96)
#265257
(38,82,87)
#22494E
(34,73,78)
#1E4045
(30,64,69)
#1A373C
(26,55,60)
#162E33
(22,46,51)
#12252A
(18,37,42)
#0E1C21
(14,28,33)
#0A1318
(10,19,24)
#060A0F
(6,10,15)
#000000
(0,0,0)

Tints of #2E6469

#2E6469
(46,100,105)
#417276
(65,114,118)
#548083
(84,128,131)
#678E90
(103,142,144)
#7A9C9D
(122,156,157)
#8DAAAA
(141,170,170)
#A0B8B7
(160,184,183)
#B3C6C4
(179,198,196)
#C6D4D1
(198,212,209)
#D9E2DE
(217,226,222)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6469; }

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

This text font color is #2E6469.


Background Color

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

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

This div background color is #2E6469.


Border color

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

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

This div border color is #2E6469.


Opacity

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

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

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

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

This text has shadow with #2E6469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6469 on black background.


Color preview on white background

This text has color #2E6469 on white background.



Black color preview on #2E6469 background

This text has black color on #2E6469 background.


White color preview on #2E6469 background

This text has white color on #2E6469 background.