COLOR #2E6F64

HEX: #2E6F64 RGB: (46,111,100)

Color info

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

RGB color model

#2E6F64 color RGB value is (46,111,100).

RGB: (46,111,100) (18%, 44%, 39%)

RGB channels and saturation

R 46 of 255 = 18%
G 111 of 255 = 44%
B 100 of 255 = 39%

46
111
100

R + G + B ~ 34%. #2E6F64 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 111 + 100 = 257 (100%)
R 46 of 257 ~ 17.9%
G 111 of 257 ~ 43.19%
B 100 of 257 ~ 38.91'%

%17.9
%43.19
%38.91

CMYK color model

#2E6F64 color CMYK value is (59,0,10,56).

  • cyan value is 58.56%
  • magenta value is 0.00%
  • yellow value is 9.91%
  • key color value is 56.47%

CMYK: (59,0,10,56)
C59M0Y10K56 (59%, 0%, 10%, 56%)
(0.59 / 0.00 / 0.10 / 0.56)

CMYK percentages

%58.56
%0
%9.91
%56.47

Codes

Color #2E6F64 in popluar color models

2E 6F 64
RGB 46 111 100
HSL 170° 41.40% 30.78%
HSB/HSV 170° 58.56% 43.53%
CMYK 58.56% 0.00% 9.91%
56.47%

Color #2E6F64 in popluar number systems.

HEX 2E 6F 64
Decimal 46 111 100
Binary 101110 1101111 1100100
Octal 56 157 144

Shades and tints

Shades of #2E6F64

#2E6F64
(46,111,100)
#2A655B
(42,101,91)
#265B52
(38,91,82)
#225149
(34,81,73)
#1E4740
(30,71,64)
#1A3D37
(26,61,55)
#16332E
(22,51,46)
#122925
(18,41,37)
#0E1F1C
(14,31,28)
#0A1513
(10,21,19)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #2E6F64

#2E6F64
(46,111,100)
#417C72
(65,124,114)
#548980
(84,137,128)
#67968E
(103,150,142)
#7AA39C
(122,163,156)
#8DB0AA
(141,176,170)
#A0BDB8
(160,189,184)
#B3CAC6
(179,202,198)
#C6D7D4
(198,215,212)
#D9E4E2
(217,228,226)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6F64; }

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

This text font color is #2E6F64.

Background Color

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

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

This div background color is #2E6F64.

Border color

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

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

This div border color is #2E6F64.

Opacity

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

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

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

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

This text has shadow with #2E6F64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E6F64.

Preview

Color preview on black background

This text has color #2E6F64 on black background.


Color preview on white background

This text has color #2E6F64 on white background.


Black color preview on #2E6F64 background

This text has black color on #2E6F64 background.


White color preview on #2E6F64 background

This text has white color on #2E6F64 background.


Related colors

Complementary color

Complementary color for #hex is #D1909B.


I love getcolorcode.com

Triadic colors

1 #642E6F and #6F642E with #2E6F64 are triadic colors.

2 #646F2E and #6F2E64 with #2E6F64 are triadic colors.