COLOR #2E6362

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

46
99
98

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

Portions of RGB colors in percentages

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

%18.93
%40.74
%40.33

CMYK color model

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

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

CMYK percentages

%53.54
%0
%1.01
%61.18

Codes

Color #2E6362 in popluar color models

2E6362
RGB469998
HSL179°36.55%28.43%
HSB/HSV179°53.54%38.82%
CMYK53.54%0.00%1.01%
61.18%

Color #2E6362 in popluar number systems.

HEX2E6362
Decimal469998
Binary10111011000111100010
Octal56143142

Shades and tints

Shades of #2E6362

#2E6362
(46,99,98)
#2A5A5A
(42,90,90)
#265152
(38,81,82)
#22484A
(34,72,74)
#1E3F42
(30,63,66)
#1A363A
(26,54,58)
#162D32
(22,45,50)
#12242A
(18,36,42)
#0E1B22
(14,27,34)
#0A121A
(10,18,26)
#060912
(6,9,18)
#000000
(0,0,0)

Tints of #2E6362

#2E6362
(46,99,98)
#417170
(65,113,112)
#547F7E
(84,127,126)
#678D8C
(103,141,140)
#7A9B9A
(122,155,154)
#8DA9A8
(141,169,168)
#A0B7B6
(160,183,182)
#B3C5C4
(179,197,196)
#C6D3D2
(198,211,210)
#D9E1E0
(217,225,224)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6362; }

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

This text font color is #2E6362.


Background Color

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

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

This div background color is #2E6362.


Border color

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

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

This div border color is #2E6362.


Opacity

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

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

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

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

This text has shadow with #2E6362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6362 on black background.


Color preview on white background

This text has color #2E6362 on white background.



Black color preview on #2E6362 background

This text has black color on #2E6362 background.


White color preview on #2E6362 background

This text has white color on #2E6362 background.