COLOR #2E674C

HEX: #2E674C
RGB: (46,103,76)

Color info

#2E674C contains red, green and blue colors in about the same proportion. Web safe color of #2E674C is #336633 (or #363).

RGB color model

#2E674C color RGB value is (46,103,76).

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

RGB channels and saturation

R 46 of 255 = 18%
G 103 of 255 = 40%
B 76 of 255 = 30%

46
103
76

R + G + B ~ 29%. #2E674C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 103 + 76 = 225 (100%)
R 46 of 225 ~ 20.44%
G 103 of 225 ~ 45.78%
B 76 of 225 ~ 33.78%

%20.44
%45.78
%33.78

CMYK color model

#2E674C color CMYK value is (55,0,26,60).

  • cyan value is 55.34%
  • magenta value is 0.00%
  • yellow value is 26.21%
  • key color value is 59.61%
CMYK:
(55,0,26,60)
C55M0Y26K60 
(55%,0%,26%,60%)
(0.55/0.00/0.26/0.60)	

CMYK percentages

%55.34
%0
%26.21
%59.61

Codes

Color #2E674C in popluar color models

2E674C
RGB4610376
HSL152°38.26%29.22%
HSB/HSV152°55.34%40.39%
CMYK55.34%0.00%26.21%
59.61%

Color #2E674C in popluar number systems.

HEX2E674C
Decimal4610376
Binary10111011001111001100
Octal56147114

Shades and tints

Shades of #2E674C

#2E674C
(46,103,76)
#2A5E46
(42,94,70)
#265540
(38,85,64)
#224C3A
(34,76,58)
#1E4334
(30,67,52)
#1A3A2E
(26,58,46)
#163128
(22,49,40)
#122822
(18,40,34)
#0E1F1C
(14,31,28)
#0A1616
(10,22,22)
#060D10
(6,13,16)
#000000
(0,0,0)

Tints of #2E674C

#2E674C
(46,103,76)
#41745C
(65,116,92)
#54816C
(84,129,108)
#678E7C
(103,142,124)
#7A9B8C
(122,155,140)
#8DA89C
(141,168,156)
#A0B5AC
(160,181,172)
#B3C2BC
(179,194,188)
#C6CFCC
(198,207,204)
#D9DCDC
(217,220,220)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E674C; }

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

This text font color is #2E674C.


Background Color

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

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

This div background color is #2E674C.


Border color

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

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

This div border color is #2E674C.


Opacity

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

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

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

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

This text has shadow with #2E674C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E674C on black background.


Color preview on white background

This text has color #2E674C on white background.



Black color preview on #2E674C background

This text has black color on #2E674C background.


White color preview on #2E674C background

This text has white color on #2E674C background.