COLOR #2E5547

HEX: #2E5547 RGB: (46,85,71)

Color info

#2E5547 contains red, green and blue colors in about the same proportion. Web safe color of #2E5547 is #336633 (or #363).

RGB color model

#2E5547 color RGB value is (46,85,71).

RGB: (46,85,71) (18%, 33%, 28%)

RGB channels and saturation

R 46 of 255 = 18%
G 85 of 255 = 33%
B 71 of 255 = 28%

46
85
71

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

Portions of RGB colors in percentages

R + G + B = 46 + 85 + 71 = 202 (100%)
R 46 of 202 ~ 22.77%
G 85 of 202 ~ 42.08%
B 71 of 202 ~ 35.15'%

%22.77
%42.08
%35.15

CMYK color model

#2E5547 color CMYK value is (46,0,16,67).

  • cyan value is 45.88%
  • magenta value is 0.00%
  • yellow value is 16.47%
  • key color value is 66.67%
CMYK: (46,0,16,67) C46M0Y16K67 (46%,0%,16%,67%) (0.46/0.00/0.16/0.67) 

CMYK percentages

%45.88
%0
%16.47
%66.67

Codes

Color #2E5547 in popluar color models

2E 55 47
RGB 46 85 71
HSL 158° 29.77% 25.69%
HSB/HSV 158° 45.88% 33.33%
CMYK 45.88% 0.00% 16.47%
66.67%

Color #2E5547 in popluar number systems.

HEX 2E 55 47
Decimal 46 85 71
Binary 101110 1010101 1000111
Octal 56 125 107

Shades and tints

Shades of #2E5547

#2E5547
(46,85,71)
#2A4E41
(42,78,65)
#26473B
(38,71,59)
#224035
(34,64,53)
#1E392F
(30,57,47)
#1A3229
(26,50,41)
#162B23
(22,43,35)
#12241D
(18,36,29)
#0E1D17
(14,29,23)
#0A1611
(10,22,17)
#060F0B
(6,15,11)
#000000
(0,0,0)

Tints of #2E5547

#2E5547
(46,85,71)
#416457
(65,100,87)
#547367
(84,115,103)
#678277
(103,130,119)
#7A9187
(122,145,135)
#8DA097
(141,160,151)
#A0AFA7
(160,175,167)
#B3BEB7
(179,190,183)
#C6CDC7
(198,205,199)
#D9DCD7
(217,220,215)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5547 color. Also use rgb(46,85,71) instead hex code.

Text Font Color

.myTextColor { color: #2E5547; }

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

This text font color is #2E5547.

Background Color

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

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

This div background color is #2E5547.

Border color

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

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

This div border color is #2E5547.

Opacity

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

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

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

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

This text has shadow with #2E5547 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5547.

Preview

Color preview on black background

This text has color #2E5547 on black background.


Color preview on white background

This text has color #2E5547 on white background.


Black color preview on #2E5547 background

This text has black color on #2E5547 background.


White color preview on #2E5547 background

This text has white color on #2E5547 background.


Related colors

Complementary color

Complementary color for #hex is #D1AAB8.


I love getcolorcode.com

Triadic colors

1 #472E55 and #55472E with #2E5547 are triadic colors.

2 #47552E and #552E47 with #2E5547 are triadic colors.