COLOR #2E6973

HEX: #2E6973 RGB: (46,105,115)

Color info

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

RGB color model

#2E6973 color RGB value is (46,105,115).

RGB: (46,105,115) (18%, 41%, 45%)

RGB channels and saturation

R 46 of 255 = 18%
G 105 of 255 = 41%
B 115 of 255 = 45%

46
105
115

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

Portions of RGB colors in percentages

R + G + B = 46 + 105 + 115 = 266 (100%)
R 46 of 266 ~ 17.29%
G 105 of 266 ~ 39.47%
B 115 of 266 ~ 43.23'%

%17.29
%39.47
%43.23

CMYK color model

#2E6973 color CMYK value is (60,9,0,55).

  • cyan value is 60.00%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (60,9,0,55)
C60M9Y0K55 (60%, 9%, 0%, 55%)
(0.60 / 0.09 / 0.00 / 0.55)

CMYK percentages

%60
%8.7
%0
%54.9

Codes

Color #2E6973 in popluar color models

2E 69 73
RGB 46 105 115
HSL 189° 42.86% 31.57%
HSB/HSV 189° 60.00% 45.10%
CMYK 60.00% 8.70% 0.00%
54.90%

Color #2E6973 in popluar number systems.

HEX 2E 69 73
Decimal 46 105 115
Binary 101110 1101001 1110011
Octal 56 151 163

Shades and tints

Shades of #2E6973

#2E6973
(46,105,115)
#2A6069
(42,96,105)
#26575F
(38,87,95)
#224E55
(34,78,85)
#1E454B
(30,69,75)
#1A3C41
(26,60,65)
#163337
(22,51,55)
#122A2D
(18,42,45)
#0E2123
(14,33,35)
#0A1819
(10,24,25)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #2E6973

#2E6973
(46,105,115)
#41767F
(65,118,127)
#54838B
(84,131,139)
#679097
(103,144,151)
#7A9DA3
(122,157,163)
#8DAAAF
(141,170,175)
#A0B7BB
(160,183,187)
#B3C4C7
(179,196,199)
#C6D1D3
(198,209,211)
#D9DEDF
(217,222,223)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6973; }

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

This text font color is #2E6973.

Background Color

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

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

This div background color is #2E6973.

Border color

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

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

This div border color is #2E6973.

Opacity

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

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

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

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

This text has shadow with #2E6973 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E6973.

Preview

Color preview on black background

This text has color #2E6973 on black background.


Color preview on white background

This text has color #2E6973 on white background.


Black color preview on #2E6973 background

This text has black color on #2E6973 background.


White color preview on #2E6973 background

This text has white color on #2E6973 background.


Related colors

Complementary color

Complementary color for #hex is #D1968C.


I love getcolorcode.com

Triadic colors

1 #732E69 and #69732E with #2E6973 are triadic colors.

2 #73692E and #692E73 with #2E6973 are triadic colors.