COLOR #2E3C45

HEX: #2E3C45 RGB: (46,60,69)

Color info

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

RGB color model

#2E3C45 color RGB value is (46,60,69).

RGB: (46,60,69) (18%, 24%, 27%)

RGB channels and saturation

R 46 of 255 = 18%
G 60 of 255 = 24%
B 69 of 255 = 27%

46
60
69

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

Portions of RGB colors in percentages

R + G + B = 46 + 60 + 69 = 175 (100%)
R 46 of 175 ~ 26.29%
G 60 of 175 ~ 34.29%
B 69 of 175 ~ 39.43'%

%26.29
%34.29
%39.43

CMYK color model

#2E3C45 color CMYK value is (33,13,0,73).

  • cyan value is 33.33%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 72.94%

CMYK: (33,13,0,73)
C33M13Y0K73 (33%, 13%, 0%, 73%)
(0.33 / 0.13 / 0.00 / 0.73)

CMYK percentages

%33.33
%13.04
%0
%72.94

Codes

Color #2E3C45 in popluar color models

2E 3C 45
RGB 46 60 69
HSL 203° 20.00% 22.55%
HSB/HSV 203° 33.33% 27.06%
CMYK 33.33% 13.04% 0.00%
72.94%

Color #2E3C45 in popluar number systems.

HEX 2E 3C 45
Decimal 46 60 69
Binary 101110 111100 1000101
Octal 56 74 105

Shades and tints

Shades of #2E3C45

#2E3C45
(46,60,69)
#2A373F
(42,55,63)
#263239
(38,50,57)
#222D33
(34,45,51)
#1E282D
(30,40,45)
#1A2327
(26,35,39)
#161E21
(22,30,33)
#12191B
(18,25,27)
#0E1415
(14,20,21)
#0A0F0F
(10,15,15)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #2E3C45

#2E3C45
(46,60,69)
#414D55
(65,77,85)
#545E65
(84,94,101)
#676F75
(103,111,117)
#7A8085
(122,128,133)
#8D9195
(141,145,149)
#A0A2A5
(160,162,165)
#B3B3B5
(179,179,181)
#C6C4C5
(198,196,197)
#D9D5D5
(217,213,213)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3C45 color. Also use rgb(46,60,69) instead hex code.

Text Font Color

.myTextColor { color: #2E3C45; }

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

This text font color is #2E3C45.

Background Color

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

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

This div background color is #2E3C45.

Border color

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

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

This div border color is #2E3C45.

Opacity

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

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

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

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

This text has shadow with #2E3C45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E3C45.

Preview

Color preview on black background

This text has color #2E3C45 on black background.


Color preview on white background

This text has color #2E3C45 on white background.


Black color preview on #2E3C45 background

This text has black color on #2E3C45 background.


White color preview on #2E3C45 background

This text has white color on #2E3C45 background.


Related colors

Complementary color

Complementary color for #hex is #D1C3BA.


I love getcolorcode.com

Triadic colors

1 #452E3C and #3C452E with #2E3C45 are triadic colors.

2 #453C2E and #3C2E45 with #2E3C45 are triadic colors.