COLOR #2E4C4A

HEX: #2E4C4A RGB: (46,76,74)

Color info

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

RGB color model

#2E4C4A color RGB value is (46,76,74).

RGB: (46,76,74) (18%, 30%, 29%)

RGB channels and saturation

R 46 of 255 = 18%
G 76 of 255 = 30%
B 74 of 255 = 29%

46
76
74

R + G + B ~ 26%. #2E4C4A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 76 + 74 = 196 (100%)
R 46 of 196 ~ 23.47%
G 76 of 196 ~ 38.78%
B 74 of 196 ~ 37.76'%

%23.47
%38.78
%37.76

CMYK color model

#2E4C4A color CMYK value is (39,0,3,70).

  • cyan value is 39.47%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 70.20%

CMYK: (39,0,3,70)
C39M0Y3K70 (39%, 0%, 3%, 70%)
(0.39 / 0.00 / 0.03 / 0.70)

CMYK percentages

%39.47
%0
%2.63
%70.2

Codes

Color #2E4C4A in popluar color models

2E 4C 4A
RGB 46 76 74
HSL 176° 24.59% 23.92%
HSB/HSV 176° 39.47% 29.80%
CMYK 39.47% 0.00% 2.63%
70.20%

Color #2E4C4A in popluar number systems.

HEX 2E 4C 4A
Decimal 46 76 74
Binary 101110 1001100 1001010
Octal 56 114 112

Shades and tints

Shades of #2E4C4A

#2E4C4A
(46,76,74)
#2A4644
(42,70,68)
#26403E
(38,64,62)
#223A38
(34,58,56)
#1E3432
(30,52,50)
#1A2E2C
(26,46,44)
#162826
(22,40,38)
#122220
(18,34,32)
#0E1C1A
(14,28,26)
#0A1614
(10,22,20)
#06100E
(6,16,14)
#000000
(0,0,0)

Tints of #2E4C4A

#2E4C4A
(46,76,74)
#415C5A
(65,92,90)
#546C6A
(84,108,106)
#677C7A
(103,124,122)
#7A8C8A
(122,140,138)
#8D9C9A
(141,156,154)
#A0ACAA
(160,172,170)
#B3BCBA
(179,188,186)
#C6CCCA
(198,204,202)
#D9DCDA
(217,220,218)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4C4A color. Also use rgb(46,76,74) instead hex code.

Text Font Color

.myTextColor { color: #2E4C4A; }

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

This text font color is #2E4C4A.

Background Color

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

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

This div background color is #2E4C4A.

Border color

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

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

This div border color is #2E4C4A.

Opacity

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

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

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

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

This text has shadow with #2E4C4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E4C4A.

Preview

Color preview on black background

This text has color #2E4C4A on black background.


Color preview on white background

This text has color #2E4C4A on white background.


Black color preview on #2E4C4A background

This text has black color on #2E4C4A background.


White color preview on #2E4C4A background

This text has white color on #2E4C4A background.


Related colors

Complementary color

Complementary color for #hex is #D1B3B5.


I love getcolorcode.com

Triadic colors

1 #4A2E4C and #4C4A2E with #2E4C4A are triadic colors.

2 #4A4C2E and #4C2E4A with #2E4C4A are triadic colors.