COLOR #2E7553

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

46
117
83

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

Portions of RGB colors in percentages

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

%18.7
%47.56
%33.74

CMYK color model

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

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

CMYK percentages

%60.68
%0
%29.06
%54.12

Codes

Color #2E7553 in popluar color models

2E7553
RGB4611783
HSL151°43.56%31.96%
HSB/HSV151°60.68%45.88%
CMYK60.68%0.00%29.06%
54.12%

Color #2E7553 in popluar number systems.

HEX2E7553
Decimal4611783
Binary10111011101011010011
Octal56165123

Shades and tints

Shades of #2E7553

#2E7553
(46,117,83)
#2A6B4C
(42,107,76)
#266145
(38,97,69)
#22573E
(34,87,62)
#1E4D37
(30,77,55)
#1A4330
(26,67,48)
#163929
(22,57,41)
#122F22
(18,47,34)
#0E251B
(14,37,27)
#0A1B14
(10,27,20)
#06110D
(6,17,13)
#000000
(0,0,0)

Tints of #2E7553

#2E7553
(46,117,83)
#418162
(65,129,98)
#548D71
(84,141,113)
#679980
(103,153,128)
#7AA58F
(122,165,143)
#8DB19E
(141,177,158)
#A0BDAD
(160,189,173)
#B3C9BC
(179,201,188)
#C6D5CB
(198,213,203)
#D9E1DA
(217,225,218)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E7553; }

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

This text font color is #2E7553.


Background Color

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

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

This div background color is #2E7553.


Border color

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

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

This div border color is #2E7553.


Opacity

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

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

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

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

This text has shadow with #2E7553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7553 on black background.


Color preview on white background

This text has color #2E7553 on white background.



Black color preview on #2E7553 background

This text has black color on #2E7553 background.


White color preview on #2E7553 background

This text has white color on #2E7553 background.