COLOR #2E6263

HEX: #2E6263
RGB: (46,98,99)

Color info

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

RGB color model

#2E6263 color RGB value is (46,98,99).

  • red value is 46;
  • green value is 98;
  • blue value is 99.
RGB:
(46,98,99)
(18%,38%,39%)

RGB channels and saturation

R 46 of 255 = 18%
G 98 of 255 = 38%
B 99 of 255 = 39%

46
98
99

R + G + B ~ 32%. #2E6263 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 98 + 99 = 243 (100%)
R 46 of 243 ~ 18.93%
G 98 of 243 ~ 40.33%
B 99 of 243 ~ 40.74%

%18.93
%40.33
%40.74

CMYK color model

#2E6263 color CMYK value is (54,1,0,61).

  • cyan value is 53.54%
  • magenta value is 1.01%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(54,1,0,61)
C54M1Y0K61 
(54%,1%,0%,61%)
(0.54/0.01/0.00/0.61)	

CMYK percentages

%53.54
%1.01
%0
%61.18

Codes

Color #2E6263 in popluar color models

2E6263
RGB469899
HSL181°36.55%28.43%
HSB/HSV181°53.54%38.82%
CMYK53.54%1.01%0.00%
61.18%

Color #2E6263 in popluar number systems.

HEX2E6263
Decimal469899
Binary10111011000101100011
Octal56142143

Shades and tints

Shades of #2E6263

#2E6263
(46,98,99)
#2A5A5A
(42,90,90)
#265251
(38,82,81)
#224A48
(34,74,72)
#1E423F
(30,66,63)
#1A3A36
(26,58,54)
#16322D
(22,50,45)
#122A24
(18,42,36)
#0E221B
(14,34,27)
#0A1A12
(10,26,18)
#061209
(6,18,9)
#000000
(0,0,0)

Tints of #2E6263

#2E6263
(46,98,99)
#417071
(65,112,113)
#547E7F
(84,126,127)
#678C8D
(103,140,141)
#7A9A9B
(122,154,155)
#8DA8A9
(141,168,169)
#A0B6B7
(160,182,183)
#B3C4C5
(179,196,197)
#C6D2D3
(198,210,211)
#D9E0E1
(217,224,225)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6263; }

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

This text font color is #2E6263.


Background Color

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

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

This div background color is #2E6263.


Border color

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

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

This div border color is #2E6263.


Opacity

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

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

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

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

This text has shadow with #2E6263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6263 on black background.


Color preview on white background

This text has color #2E6263 on white background.



Black color preview on #2E6263 background

This text has black color on #2E6263 background.


White color preview on #2E6263 background

This text has white color on #2E6263 background.