COLOR #2E4035

HEX: #2E4035
RGB: (46,64,53)

Color info

#2E4035 contains red, green and blue colors in about the same proportion. Web safe color of #2E4035 is #333333 (or #333).

RGB color model

#2E4035 color RGB value is (46,64,53).

  • red value is 46;
  • green value is 64;
  • blue value is 53.
RGB:
(46,64,53)
(18%,25%,21%)

RGB channels and saturation

R 46 of 255 = 18%
G 64 of 255 = 25%
B 53 of 255 = 21%

46
64
53

R + G + B ~ 21%. #2E4035 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 64 + 53 = 163 (100%)
R 46 of 163 ~ 28.22%
G 64 of 163 ~ 39.26%
B 53 of 163 ~ 32.52%

%28.22
%39.26
%32.52

CMYK color model

#2E4035 color CMYK value is (28,0,17,75).

  • cyan value is 28.13%
  • magenta value is 0.00%
  • yellow value is 17.19%
  • key color value is 74.90%
CMYK:
(28,0,17,75)
C28M0Y17K75 
(28%,0%,17%,75%)
(0.28/0.00/0.17/0.75)	

CMYK percentages

%28.13
%0
%17.19
%74.9

Codes

Color #2E4035 in popluar color models

2E4035
RGB466453
HSL143°16.36%21.57%
HSB/HSV143°28.13%25.10%
CMYK28.13%0.00%17.19%
74.90%

Color #2E4035 in popluar number systems.

HEX2E4035
Decimal466453
Binary1011101000000110101
Octal5610065

Shades and tints

Shades of #2E4035

#2E4035
(46,64,53)
#2A3B31
(42,59,49)
#26362D
(38,54,45)
#223129
(34,49,41)
#1E2C25
(30,44,37)
#1A2721
(26,39,33)
#16221D
(22,34,29)
#121D19
(18,29,25)
#0E1815
(14,24,21)
#0A1311
(10,19,17)
#060E0D
(6,14,13)
#000000
(0,0,0)

Tints of #2E4035

#2E4035
(46,64,53)
#415147
(65,81,71)
#546259
(84,98,89)
#67736B
(103,115,107)
#7A847D
(122,132,125)
#8D958F
(141,149,143)
#A0A6A1
(160,166,161)
#B3B7B3
(179,183,179)
#C6C8C5
(198,200,197)
#D9D9D7
(217,217,215)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4035 color. Also use rgb(46,64,53) instead hex code.

Text Font Color

.myTextColor { color: #2E4035; }

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

This text font color is #2E4035.


Background Color

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

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

This div background color is #2E4035.


Border color

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

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

This div border color is #2E4035.


Opacity

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

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

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

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

This text has shadow with #2E4035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4035 on black background.


Color preview on white background

This text has color #2E4035 on white background.



Black color preview on #2E4035 background

This text has black color on #2E4035 background.


White color preview on #2E4035 background

This text has white color on #2E4035 background.