COLOR #2E745D

HEX: #2E745D RGB: (46,116,93)

Color info

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

RGB color model

#2E745D color RGB value is (46,116,93).

RGB: (46,116,93) (18%, 45%, 36%)

RGB channels and saturation

R 46 of 255 = 18%
G 116 of 255 = 45%
B 93 of 255 = 36%

46
116
93

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

Portions of RGB colors in percentages

R + G + B = 46 + 116 + 93 = 255 (100%)
R 46 of 255 ~ 18.04%
G 116 of 255 ~ 45.49%
B 93 of 255 ~ 36.47'%

%18.04
%45.49
%36.47

CMYK color model

#2E745D color CMYK value is (60,0,20,55).

  • cyan value is 60.34%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 54.51%

CMYK: (60,0,20,55)
C60M0Y20K55 (60%, 0%, 20%, 55%)
(0.60 / 0.00 / 0.20 / 0.55)

CMYK percentages

%60.34
%0
%19.83
%54.51

Codes

Color #2E745D in popluar color models

2E 74 5D
RGB 46 116 93
HSL 160° 43.21% 31.76%
HSB/HSV 160° 60.34% 45.49%
CMYK 60.34% 0.00% 19.83%
54.51%

Color #2E745D in popluar number systems.

HEX 2E 74 5D
Decimal 46 116 93
Binary 101110 1110100 1011101
Octal 56 164 135

Shades and tints

Shades of #2E745D

#2E745D
(46,116,93)
#2A6A55
(42,106,85)
#26604D
(38,96,77)
#225645
(34,86,69)
#1E4C3D
(30,76,61)
#1A4235
(26,66,53)
#16382D
(22,56,45)
#122E25
(18,46,37)
#0E241D
(14,36,29)
#0A1A15
(10,26,21)
#06100D
(6,16,13)
#000000
(0,0,0)

Tints of #2E745D

#2E745D
(46,116,93)
#41806B
(65,128,107)
#548C79
(84,140,121)
#679887
(103,152,135)
#7AA495
(122,164,149)
#8DB0A3
(141,176,163)
#A0BCB1
(160,188,177)
#B3C8BF
(179,200,191)
#C6D4CD
(198,212,205)
#D9E0DB
(217,224,219)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E745D color. Also use rgb(46,116,93) instead hex code.

Text Font Color

.myTextColor { color: #2E745D; }

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

This text font color is #2E745D.

Background Color

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

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

This div background color is #2E745D.

Border color

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

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

This div border color is #2E745D.

Opacity

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

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

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

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

This text has shadow with #2E745D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E745D.

Preview

Color preview on black background

This text has color #2E745D on black background.


Color preview on white background

This text has color #2E745D on white background.


Black color preview on #2E745D background

This text has black color on #2E745D background.


White color preview on #2E745D background

This text has white color on #2E745D background.


Related colors

Complementary color

Complementary color for #hex is #D18BA2.


I love getcolorcode.com

Triadic colors

1 #5D2E74 and #745D2E with #2E745D are triadic colors.

2 #5D742E and #742E5D with #2E745D are triadic colors.