COLOR #2E636D

HEX: #2E636D RGB: (46,99,109)

Color info

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

RGB color model

#2E636D color RGB value is (46,99,109).

RGB: (46,99,109) (18%, 39%, 43%)

RGB channels and saturation

R 46 of 255 = 18%
G 99 of 255 = 39%
B 109 of 255 = 43%

46
99
109

R + G + B ~ 33%. #2E636D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 99 + 109 = 254 (100%)
R 46 of 254 ~ 18.11%
G 99 of 254 ~ 38.98%
B 109 of 254 ~ 42.91'%

%18.11
%38.98
%42.91

CMYK color model

#2E636D color CMYK value is (58,9,0,57).

  • cyan value is 57.80%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (58,9,0,57)
C58M9Y0K57 (58%, 9%, 0%, 57%)
(0.58 / 0.09 / 0.00 / 0.57)

CMYK percentages

%57.8
%9.17
%0
%57.25

Codes

Color #2E636D in popluar color models

2E 63 6D
RGB 46 99 109
HSL 190° 40.65% 30.39%
HSB/HSV 190° 57.80% 42.75%
CMYK 57.80% 9.17% 0.00%
57.25%

Color #2E636D in popluar number systems.

HEX 2E 63 6D
Decimal 46 99 109
Binary 101110 1100011 1101101
Octal 56 143 155

Shades and tints

Shades of #2E636D

#2E636D
(46,99,109)
#2A5A64
(42,90,100)
#26515B
(38,81,91)
#224852
(34,72,82)
#1E3F49
(30,63,73)
#1A3640
(26,54,64)
#162D37
(22,45,55)
#12242E
(18,36,46)
#0E1B25
(14,27,37)
#0A121C
(10,18,28)
#060913
(6,9,19)
#000000
(0,0,0)

Tints of #2E636D

#2E636D
(46,99,109)
#41717A
(65,113,122)
#547F87
(84,127,135)
#678D94
(103,141,148)
#7A9BA1
(122,155,161)
#8DA9AE
(141,169,174)
#A0B7BB
(160,183,187)
#B3C5C8
(179,197,200)
#C6D3D5
(198,211,213)
#D9E1E2
(217,225,226)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E636D; }

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

This text font color is #2E636D.

Background Color

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

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

This div background color is #2E636D.

Border color

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

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

This div border color is #2E636D.

Opacity

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

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

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

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

This text has shadow with #2E636D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E636D.

Preview

Color preview on black background

This text has color #2E636D on black background.


Color preview on white background

This text has color #2E636D on white background.


Black color preview on #2E636D background

This text has black color on #2E636D background.


White color preview on #2E636D background

This text has white color on #2E636D background.


Related colors

Complementary color

Complementary color for #hex is #D19C92.


I love getcolorcode.com

Triadic colors

1 #6D2E63 and #636D2E with #2E636D are triadic colors.

2 #6D632E and #632E6D with #2E636D are triadic colors.