COLOR #2E4438

HEX: #2E4438 RGB: (46,68,56)

Color info

#2E4438 contains red, green and blue colors in about the same proportion. Web safe color of #2E4438 is #333333 (or #333).

RGB color model

#2E4438 color RGB value is (46,68,56).

RGB: (46,68,56) (18%, 27%, 22%)

RGB channels and saturation

R 46 of 255 = 18%
G 68 of 255 = 27%
B 56 of 255 = 22%

46
68
56

R + G + B ~ 22%. #2E4438 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 68 + 56 = 170 (100%)
R 46 of 170 ~ 27.06%
G 68 of 170 ~ 40%
B 56 of 170 ~ 32.94'%

%27.06
%40
%32.94

CMYK color model

#2E4438 color CMYK value is (32,0,18,73).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 73.33%

CMYK: (32,0,18,73)
C32M0Y18K73 (32%, 0%, 18%, 73%)
(0.32 / 0.00 / 0.18 / 0.73)

CMYK percentages

%32.35
%0
%17.65
%73.33

Codes

Color #2E4438 in popluar color models

2E 44 38
RGB 46 68 56
HSL 147° 19.30% 22.35%
HSB/HSV 147° 32.35% 26.67%
CMYK 32.35% 0.00% 17.65%
73.33%

Color #2E4438 in popluar number systems.

HEX 2E 44 38
Decimal 46 68 56
Binary 101110 1000100 111000
Octal 56 104 70

Shades and tints

Shades of #2E4438

#2E4438
(46,68,56)
#2A3E33
(42,62,51)
#26382E
(38,56,46)
#223229
(34,50,41)
#1E2C24
(30,44,36)
#1A261F
(26,38,31)
#16201A
(22,32,26)
#121A15
(18,26,21)
#0E1410
(14,20,16)
#0A0E0B
(10,14,11)
#060806
(6,8,6)
#000000
(0,0,0)

Tints of #2E4438

#2E4438
(46,68,56)
#41554A
(65,85,74)
#54665C
(84,102,92)
#67776E
(103,119,110)
#7A8880
(122,136,128)
#8D9992
(141,153,146)
#A0AAA4
(160,170,164)
#B3BBB6
(179,187,182)
#C6CCC8
(198,204,200)
#D9DDDA
(217,221,218)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4438 color. Also use rgb(46,68,56) instead hex code.

Text Font Color

.myTextColor { color: #2E4438; }

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

This text font color is #2E4438.

Background Color

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

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

This div background color is #2E4438.

Border color

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

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

This div border color is #2E4438.

Opacity

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

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

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

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

This text has shadow with #2E4438 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E4438.

Preview

Color preview on black background

This text has color #2E4438 on black background.


Color preview on white background

This text has color #2E4438 on white background.


Black color preview on #2E4438 background

This text has black color on #2E4438 background.


White color preview on #2E4438 background

This text has white color on #2E4438 background.


Related colors

Complementary color

Complementary color for #hex is #D1BBC7.


I love getcolorcode.com

Triadic colors

1 #382E44 and #44382E with #2E4438 are triadic colors.

2 #38442E and #442E38 with #2E4438 are triadic colors.