COLOR #2E675F

HEX: #2E675F
RGB: (46,103,95)

Color info

#2E675F contains red, green and blue colors in about the same proportion. Web safe color of #2E675F is #336666 (or #366).

RGB color model

#2E675F color RGB value is (46,103,95).

  • red value is 46;
  • green value is 103;
  • blue value is 95.
RGB:
(46,103,95)
(18%,40%,37%)

RGB channels and saturation

R 46 of 255 = 18%
G 103 of 255 = 40%
B 95 of 255 = 37%

46
103
95

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

Portions of RGB colors in percentages

R + G + B =
46 + 103 + 95 = 244 (100%)
R 46 of 244 ~ 18.85%
G 103 of 244 ~ 42.21%
B 95 of 244 ~ 38.93%

%18.85
%42.21
%38.93

CMYK color model

#2E675F color CMYK value is (55,0,8,60).

  • cyan value is 55.34%
  • magenta value is 0.00%
  • yellow value is 7.77%
  • key color value is 59.61%
CMYK:
(55,0,8,60)
C55M0Y8K60 
(55%,0%,8%,60%)
(0.55/0.00/0.08/0.60)	

CMYK percentages

%55.34
%0
%7.77
%59.61

Codes

Color #2E675F in popluar color models

2E675F
RGB4610395
HSL172°38.26%29.22%
HSB/HSV172°55.34%40.39%
CMYK55.34%0.00%7.77%
59.61%

Color #2E675F in popluar number systems.

HEX2E675F
Decimal4610395
Binary10111011001111011111
Octal56147137

Shades and tints

Shades of #2E675F

#2E675F
(46,103,95)
#2A5E57
(42,94,87)
#26554F
(38,85,79)
#224C47
(34,76,71)
#1E433F
(30,67,63)
#1A3A37
(26,58,55)
#16312F
(22,49,47)
#122827
(18,40,39)
#0E1F1F
(14,31,31)
#0A1617
(10,22,23)
#060D0F
(6,13,15)
#000000
(0,0,0)

Tints of #2E675F

#2E675F
(46,103,95)
#41746D
(65,116,109)
#54817B
(84,129,123)
#678E89
(103,142,137)
#7A9B97
(122,155,151)
#8DA8A5
(141,168,165)
#A0B5B3
(160,181,179)
#B3C2C1
(179,194,193)
#C6CFCF
(198,207,207)
#D9DCDD
(217,220,221)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E675F color. Also use rgb(46,103,95) instead hex code.

Text Font Color

.myTextColor { color: #2E675F; }

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

This text font color is #2E675F.


Background Color

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

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

This div background color is #2E675F.


Border color

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

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

This div border color is #2E675F.


Opacity

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

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

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

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

This text has shadow with #2E675F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E675F on black background.


Color preview on white background

This text has color #2E675F on white background.



Black color preview on #2E675F background

This text has black color on #2E675F background.


White color preview on #2E675F background

This text has white color on #2E675F background.