COLOR #2E5375

HEX: #2E5375
RGB: (46,83,117)

Color info

#2E5375 contains mainly green and blue colors. Web safe color of #2E5375 is #336666 (or #366).

RGB color model

#2E5375 color RGB value is (46,83,117).

  • red value is 46;
  • green value is 83;
  • blue value is 117.
RGB:
(46,83,117)
(18%,33%,46%)

RGB channels and saturation

R 46 of 255 = 18%
G 83 of 255 = 33%
B 117 of 255 = 46%

46
83
117

R + G + B ~ 32%. #2E5375 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 83 + 117 = 246 (100%)
R 46 of 246 ~ 18.7%
G 83 of 246 ~ 33.74%
B 117 of 246 ~ 47.56%

%18.7
%33.74
%47.56

CMYK color model

#2E5375 color CMYK value is (61,29,0,54).

  • cyan value is 60.68%
  • magenta value is 29.06%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(61,29,0,54)
C61M29Y0K54 
(61%,29%,0%,54%)
(0.61/0.29/0.00/0.54)	

CMYK percentages

%60.68
%29.06
%0
%54.12

Codes

Color #2E5375 in popluar color models

2E5375
RGB4683117
HSL209°43.56%31.96%
HSB/HSV209°60.68%45.88%
CMYK60.68%29.06%0.00%
54.12%

Color #2E5375 in popluar number systems.

HEX2E5375
Decimal4683117
Binary10111010100111110101
Octal56123165

Shades and tints

Shades of #2E5375

#2E5375
(46,83,117)
#2A4C6B
(42,76,107)
#264561
(38,69,97)
#223E57
(34,62,87)
#1E374D
(30,55,77)
#1A3043
(26,48,67)
#162939
(22,41,57)
#12222F
(18,34,47)
#0E1B25
(14,27,37)
#0A141B
(10,20,27)
#060D11
(6,13,17)
#000000
(0,0,0)

Tints of #2E5375

#2E5375
(46,83,117)
#416281
(65,98,129)
#54718D
(84,113,141)
#678099
(103,128,153)
#7A8FA5
(122,143,165)
#8D9EB1
(141,158,177)
#A0ADBD
(160,173,189)
#B3BCC9
(179,188,201)
#C6CBD5
(198,203,213)
#D9DAE1
(217,218,225)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5375 color. Also use rgb(46,83,117) instead hex code.

Text Font Color

.myTextColor { color: #2E5375; }

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

This text font color is #2E5375.


Background Color

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

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

This div background color is #2E5375.


Border color

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

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

This div border color is #2E5375.


Opacity

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

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

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

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

This text has shadow with #2E5375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5375 on black background.


Color preview on white background

This text has color #2E5375 on white background.



Black color preview on #2E5375 background

This text has black color on #2E5375 background.


White color preview on #2E5375 background

This text has white color on #2E5375 background.