COLOR #2E5B4C

HEX: #2E5B4C RGB: (46,91,76)

Color info

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

RGB color model

#2E5B4C color RGB value is (46,91,76).

RGB: (46,91,76) (18%, 36%, 30%)

RGB channels and saturation

R 46 of 255 = 18%
G 91 of 255 = 36%
B 76 of 255 = 30%

46
91
76

R + G + B ~ 28%. #2E5B4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 91 + 76 = 213 (100%)
R 46 of 213 ~ 21.6%
G 91 of 213 ~ 42.72%
B 76 of 213 ~ 35.68'%

%21.6
%42.72
%35.68

CMYK color model

#2E5B4C color CMYK value is (49,0,16,64).

  • cyan value is 49.45%
  • magenta value is 0.00%
  • yellow value is 16.48%
  • key color value is 64.31%

CMYK: (49,0,16,64)
C49M0Y16K64 (49%, 0%, 16%, 64%)
(0.49 / 0.00 / 0.16 / 0.64)

CMYK percentages

%49.45
%0
%16.48
%64.31

Codes

Color #2E5B4C in popluar color models

2E 5B 4C
RGB 46 91 76
HSL 160° 32.85% 26.86%
HSB/HSV 160° 49.45% 35.69%
CMYK 49.45% 0.00% 16.48%
64.31%

Color #2E5B4C in popluar number systems.

HEX 2E 5B 4C
Decimal 46 91 76
Binary 101110 1011011 1001100
Octal 56 133 114

Shades and tints

Shades of #2E5B4C

#2E5B4C
(46,91,76)
#2A5346
(42,83,70)
#264B40
(38,75,64)
#22433A
(34,67,58)
#1E3B34
(30,59,52)
#1A332E
(26,51,46)
#162B28
(22,43,40)
#122322
(18,35,34)
#0E1B1C
(14,27,28)
#0A1316
(10,19,22)
#060B10
(6,11,16)
#000000
(0,0,0)

Tints of #2E5B4C

#2E5B4C
(46,91,76)
#41695C
(65,105,92)
#54776C
(84,119,108)
#67857C
(103,133,124)
#7A938C
(122,147,140)
#8DA19C
(141,161,156)
#A0AFAC
(160,175,172)
#B3BDBC
(179,189,188)
#C6CBCC
(198,203,204)
#D9D9DC
(217,217,220)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5B4C; }

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

This text font color is #2E5B4C.

Background Color

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

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

This div background color is #2E5B4C.

Border color

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

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

This div border color is #2E5B4C.

Opacity

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

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

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

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

This text has shadow with #2E5B4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5B4C.

Preview

Color preview on black background

This text has color #2E5B4C on black background.


Color preview on white background

This text has color #2E5B4C on white background.


Black color preview on #2E5B4C background

This text has black color on #2E5B4C background.


White color preview on #2E5B4C background

This text has white color on #2E5B4C background.


Related colors

Complementary color

Complementary color for #hex is #D1A4B3.


I love getcolorcode.com

Triadic colors

1 #4C2E5B and #5B4C2E with #2E5B4C are triadic colors.

2 #4C5B2E and #5B2E4C with #2E5B4C are triadic colors.