COLOR #2E6261

HEX: #2E6261 RGB: (46,98,97)

Color info

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

RGB color model

#2E6261 color RGB value is (46,98,97).

RGB: (46,98,97) (18%, 38%, 38%)

RGB channels and saturation

R 46 of 255 = 18%
G 98 of 255 = 38%
B 97 of 255 = 38%

46
98
97

R + G + B ~ 31%. #2E6261 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 98 + 97 = 241 (100%)
R 46 of 241 ~ 19.09%
G 98 of 241 ~ 40.66%
B 97 of 241 ~ 40.25'%

%19.09
%40.66
%40.25

CMYK color model

#2E6261 color CMYK value is (53,0,1,62).

  • cyan value is 53.06%
  • magenta value is 0.00%
  • yellow value is 1.02%
  • key color value is 61.57%

CMYK: (53,0,1,62)
C53M0Y1K62 (53%, 0%, 1%, 62%)
(0.53 / 0.00 / 0.01 / 0.62)

CMYK percentages

%53.06
%0
%1.02
%61.57

Codes

Color #2E6261 in popluar color models

2E 62 61
RGB 46 98 97
HSL 179° 36.11% 28.24%
HSB/HSV 179° 53.06% 38.43%
CMYK 53.06% 0.00% 1.02%
61.57%

Color #2E6261 in popluar number systems.

HEX 2E 62 61
Decimal 46 98 97
Binary 101110 1100010 1100001
Octal 56 142 141

Shades and tints

Shades of #2E6261

#2E6261
(46,98,97)
#2A5A59
(42,90,89)
#265251
(38,82,81)
#224A49
(34,74,73)
#1E4241
(30,66,65)
#1A3A39
(26,58,57)
#163231
(22,50,49)
#122A29
(18,42,41)
#0E2221
(14,34,33)
#0A1A19
(10,26,25)
#061211
(6,18,17)
#000000
(0,0,0)

Tints of #2E6261

#2E6261
(46,98,97)
#41706F
(65,112,111)
#547E7D
(84,126,125)
#678C8B
(103,140,139)
#7A9A99
(122,154,153)
#8DA8A7
(141,168,167)
#A0B6B5
(160,182,181)
#B3C4C3
(179,196,195)
#C6D2D1
(198,210,209)
#D9E0DF
(217,224,223)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6261; }

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

This text font color is #2E6261.

Background Color

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

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

This div background color is #2E6261.

Border color

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

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

This div border color is #2E6261.

Opacity

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

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

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

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

This text has shadow with #2E6261 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E6261.

Preview

Color preview on black background

This text has color #2E6261 on black background.


Color preview on white background

This text has color #2E6261 on white background.


Black color preview on #2E6261 background

This text has black color on #2E6261 background.


White color preview on #2E6261 background

This text has white color on #2E6261 background.


Related colors

Complementary color

Complementary color for #hex is #D19D9E.


I love getcolorcode.com

Triadic colors

1 #612E62 and #62612E with #2E6261 are triadic colors.

2 #61622E and #622E61 with #2E6261 are triadic colors.