COLOR #2E5F43

HEX: #2E5F43 RGB: (46,95,67)

Color info

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

RGB color model

#2E5F43 color RGB value is (46,95,67).

RGB: (46,95,67) (18%, 37%, 26%)

RGB channels and saturation

R 46 of 255 = 18%
G 95 of 255 = 37%
B 67 of 255 = 26%

46
95
67

R + G + B ~ 27%. #2E5F43 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 95 + 67 = 208 (100%)
R 46 of 208 ~ 22.12%
G 95 of 208 ~ 45.67%
B 67 of 208 ~ 32.21'%

%22.12
%45.67
%32.21

CMYK color model

#2E5F43 color CMYK value is (52,0,29,63).

  • cyan value is 51.58%
  • magenta value is 0.00%
  • yellow value is 29.47%
  • key color value is 62.75%

CMYK: (52,0,29,63)
C52M0Y29K63 (52%, 0%, 29%, 63%)
(0.52 / 0.00 / 0.29 / 0.63)

CMYK percentages

%51.58
%0
%29.47
%62.75

Codes

Color #2E5F43 in popluar color models

2E 5F 43
RGB 46 95 67
HSL 146° 34.75% 27.65%
HSB/HSV 146° 51.58% 37.25%
CMYK 51.58% 0.00% 29.47%
62.75%

Color #2E5F43 in popluar number systems.

HEX 2E 5F 43
Decimal 46 95 67
Binary 101110 1011111 1000011
Octal 56 137 103

Shades and tints

Shades of #2E5F43

#2E5F43
(46,95,67)
#2A573D
(42,87,61)
#264F37
(38,79,55)
#224731
(34,71,49)
#1E3F2B
(30,63,43)
#1A3725
(26,55,37)
#162F1F
(22,47,31)
#122719
(18,39,25)
#0E1F13
(14,31,19)
#0A170D
(10,23,13)
#060F07
(6,15,7)
#000000
(0,0,0)

Tints of #2E5F43

#2E5F43
(46,95,67)
#416D54
(65,109,84)
#547B65
(84,123,101)
#678976
(103,137,118)
#7A9787
(122,151,135)
#8DA598
(141,165,152)
#A0B3A9
(160,179,169)
#B3C1BA
(179,193,186)
#C6CFCB
(198,207,203)
#D9DDDC
(217,221,220)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5F43 color. Also use rgb(46,95,67) instead hex code.

Text Font Color

.myTextColor { color: #2E5F43; }

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

This text font color is #2E5F43.

Background Color

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

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

This div background color is #2E5F43.

Border color

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

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

This div border color is #2E5F43.

Opacity

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

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

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

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

This text has shadow with #2E5F43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5F43.

Preview

Color preview on black background

This text has color #2E5F43 on black background.


Color preview on white background

This text has color #2E5F43 on white background.


Black color preview on #2E5F43 background

This text has black color on #2E5F43 background.


White color preview on #2E5F43 background

This text has white color on #2E5F43 background.


Related colors

Complementary color

Complementary color for #hex is #D1A0BC.


I love getcolorcode.com

Triadic colors

1 #432E5F and #5F432E with #2E5F43 are triadic colors.

2 #435F2E and #5F2E43 with #2E5F43 are triadic colors.