COLOR #2E6143

HEX: #2E6143
RGB: (46,97,67)

Color info

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

RGB color model

#2E6143 color RGB value is (46,97,67).

  • red value is 46;
  • green value is 97;
  • blue value is 67.
RGB:
(46,97,67)
(18%,38%,26%)

RGB channels and saturation

R 46 of 255 = 18%
G 97 of 255 = 38%
B 67 of 255 = 26%

46
97
67

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

Portions of RGB colors in percentages

R + G + B =
46 + 97 + 67 = 210 (100%)
R 46 of 210 ~ 21.9%
G 97 of 210 ~ 46.19%
B 67 of 210 ~ 31.9%

%21.9
%46.19
%31.9

CMYK color model

#2E6143 color CMYK value is (53,0,31,62).

  • cyan value is 52.58%
  • magenta value is 0.00%
  • yellow value is 30.93%
  • key color value is 61.96%
CMYK:
(53,0,31,62)
C53M0Y31K62 
(53%,0%,31%,62%)
(0.53/0.00/0.31/0.62)	

CMYK percentages

%52.58
%0
%30.93
%61.96

Codes

Color #2E6143 in popluar color models

2E6143
RGB469767
HSL145°35.66%28.04%
HSB/HSV145°52.58%38.04%
CMYK52.58%0.00%30.93%
61.96%

Color #2E6143 in popluar number systems.

HEX2E6143
Decimal469767
Binary10111011000011000011
Octal56141103

Shades and tints

Shades of #2E6143

#2E6143
(46,97,67)
#2A593D
(42,89,61)
#265137
(38,81,55)
#224931
(34,73,49)
#1E412B
(30,65,43)
#1A3925
(26,57,37)
#16311F
(22,49,31)
#122919
(18,41,25)
#0E2113
(14,33,19)
#0A190D
(10,25,13)
#061107
(6,17,7)
#000000
(0,0,0)

Tints of #2E6143

#2E6143
(46,97,67)
#416F54
(65,111,84)
#547D65
(84,125,101)
#678B76
(103,139,118)
#7A9987
(122,153,135)
#8DA798
(141,167,152)
#A0B5A9
(160,181,169)
#B3C3BA
(179,195,186)
#C6D1CB
(198,209,203)
#D9DFDC
(217,223,220)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6143; }

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

This text font color is #2E6143.


Background Color

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

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

This div background color is #2E6143.


Border color

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

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

This div border color is #2E6143.


Opacity

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

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

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

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

This text has shadow with #2E6143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6143 on black background.


Color preview on white background

This text has color #2E6143 on white background.



Black color preview on #2E6143 background

This text has black color on #2E6143 background.


White color preview on #2E6143 background

This text has white color on #2E6143 background.