COLOR #2E384B

HEX: #2E384B
RGB: (46,56,75)

Color info

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

RGB color model

#2E384B color RGB value is (46,56,75).

  • red value is 46;
  • green value is 56;
  • blue value is 75.
RGB:
(46,56,75)
(18%,22%,29%)

RGB channels and saturation

R 46 of 255 = 18%
G 56 of 255 = 22%
B 75 of 255 = 29%

46
56
75

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

Portions of RGB colors in percentages

R + G + B =
46 + 56 + 75 = 177 (100%)
R 46 of 177 ~ 25.99%
G 56 of 177 ~ 31.64%
B 75 of 177 ~ 42.37%

%25.99
%31.64
%42.37

CMYK color model

#2E384B color CMYK value is (39,25,0,71).

  • cyan value is 38.67%
  • magenta value is 25.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(39,25,0,71)
C39M25Y0K71 
(39%,25%,0%,71%)
(0.39/0.25/0.00/0.71)	

CMYK percentages

%38.67
%25.33
%0
%70.59

Codes

Color #2E384B in popluar color models

2E384B
RGB465675
HSL219°23.97%23.73%
HSB/HSV219°38.67%29.41%
CMYK38.67%25.33%0.00%
70.59%

Color #2E384B in popluar number systems.

HEX2E384B
Decimal465675
Binary1011101110001001011
Octal5670113

Shades and tints

Shades of #2E384B

#2E384B
(46,56,75)
#2A3345
(42,51,69)
#262E3F
(38,46,63)
#222939
(34,41,57)
#1E2433
(30,36,51)
#1A1F2D
(26,31,45)
#161A27
(22,26,39)
#121521
(18,21,33)
#0E101B
(14,16,27)
#0A0B15
(10,11,21)
#06060F
(6,6,15)
#000000
(0,0,0)

Tints of #2E384B

#2E384B
(46,56,75)
#414A5B
(65,74,91)
#545C6B
(84,92,107)
#676E7B
(103,110,123)
#7A808B
(122,128,139)
#8D929B
(141,146,155)
#A0A4AB
(160,164,171)
#B3B6BB
(179,182,187)
#C6C8CB
(198,200,203)
#D9DADB
(217,218,219)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E384B color. Also use rgb(46,56,75) instead hex code.

Text Font Color

.myTextColor { color: #2E384B; }

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

This text font color is #2E384B.


Background Color

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

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

This div background color is #2E384B.


Border color

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

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

This div border color is #2E384B.


Opacity

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

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

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

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

This text has shadow with #2E384B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E384B on black background.


Color preview on white background

This text has color #2E384B on white background.



Black color preview on #2E384B background

This text has black color on #2E384B background.


White color preview on #2E384B background

This text has white color on #2E384B background.