COLOR #2E483D

HEX: #2E483D RGB: (46,72,61)

Color info

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

RGB color model

#2E483D color RGB value is (46,72,61).

RGB: (46,72,61) (18%, 28%, 24%)

RGB channels and saturation

R 46 of 255 = 18%
G 72 of 255 = 28%
B 61 of 255 = 24%

46
72
61

R + G + B ~ 23%. #2E483D is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 72 + 61 = 179 (100%)
R 46 of 179 ~ 25.7%
G 72 of 179 ~ 40.22%
B 61 of 179 ~ 34.08'%

%25.7
%40.22
%34.08

CMYK color model

#2E483D color CMYK value is (36,0,15,72).

  • cyan value is 36.11%
  • magenta value is 0.00%
  • yellow value is 15.28%
  • key color value is 71.76%

CMYK: (36,0,15,72)
C36M0Y15K72 (36%, 0%, 15%, 72%)
(0.36 / 0.00 / 0.15 / 0.72)

CMYK percentages

%36.11
%0
%15.28
%71.76

Codes

Color #2E483D in popluar color models

2E 48 3D
RGB 46 72 61
HSL 155° 22.03% 23.14%
HSB/HSV 155° 36.11% 28.24%
CMYK 36.11% 0.00% 15.28%
71.76%

Color #2E483D in popluar number systems.

HEX 2E 48 3D
Decimal 46 72 61
Binary 101110 1001000 111101
Octal 56 110 75

Shades and tints

Shades of #2E483D

#2E483D
(46,72,61)
#2A4238
(42,66,56)
#263C33
(38,60,51)
#22362E
(34,54,46)
#1E3029
(30,48,41)
#1A2A24
(26,42,36)
#16241F
(22,36,31)
#121E1A
(18,30,26)
#0E1815
(14,24,21)
#0A1210
(10,18,16)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #2E483D

#2E483D
(46,72,61)
#41584E
(65,88,78)
#54685F
(84,104,95)
#677870
(103,120,112)
#7A8881
(122,136,129)
#8D9892
(141,152,146)
#A0A8A3
(160,168,163)
#B3B8B4
(179,184,180)
#C6C8C5
(198,200,197)
#D9D8D6
(217,216,214)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E483D color. Also use rgb(46,72,61) instead hex code.

Text Font Color

.myTextColor { color: #2E483D; }

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

This text font color is #2E483D.

Background Color

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

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

This div background color is #2E483D.

Border color

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

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

This div border color is #2E483D.

Opacity

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

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

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

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

This text has shadow with #2E483D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E483D.

Preview

Color preview on black background

This text has color #2E483D on black background.


Color preview on white background

This text has color #2E483D on white background.


Black color preview on #2E483D background

This text has black color on #2E483D background.


White color preview on #2E483D background

This text has white color on #2E483D background.


Related colors

Complementary color

Complementary color for #hex is #D1B7C2.


I love getcolorcode.com

Triadic colors

1 #3D2E48 and #483D2E with #2E483D are triadic colors.

2 #3D482E and #482E3D with #2E483D are triadic colors.