COLOR #2E735C

HEX: #2E735C
RGB: (46,115,92)

Color info

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

RGB color model

#2E735C color RGB value is (46,115,92).

  • red value is 46;
  • green value is 115;
  • blue value is 92.
RGB:
(46,115,92)
(18%,45%,36%)

RGB channels and saturation

R 46 of 255 = 18%
G 115 of 255 = 45%
B 92 of 255 = 36%

46
115
92

R + G + B ~ 33%. #2E735C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 115 + 92 = 253 (100%)
R 46 of 253 ~ 18.18%
G 115 of 253 ~ 45.45%
B 92 of 253 ~ 36.36%

%18.18
%45.45
%36.36

CMYK color model

#2E735C color CMYK value is (60,0,20,55).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 54.90%
CMYK:
(60,0,20,55)
C60M0Y20K55 
(60%,0%,20%,55%)
(0.60/0.00/0.20/0.55)	

CMYK percentages

%60
%0
%20
%54.9

Codes

Color #2E735C in popluar color models

2E735C
RGB4611592
HSL160°42.86%31.57%
HSB/HSV160°60.00%45.10%
CMYK60.00%0.00%20.00%
54.90%

Color #2E735C in popluar number systems.

HEX2E735C
Decimal4611592
Binary10111011100111011100
Octal56163134

Shades and tints

Shades of #2E735C

#2E735C
(46,115,92)
#2A6954
(42,105,84)
#265F4C
(38,95,76)
#225544
(34,85,68)
#1E4B3C
(30,75,60)
#1A4134
(26,65,52)
#16372C
(22,55,44)
#122D24
(18,45,36)
#0E231C
(14,35,28)
#0A1914
(10,25,20)
#060F0C
(6,15,12)
#000000
(0,0,0)

Tints of #2E735C

#2E735C
(46,115,92)
#417F6A
(65,127,106)
#548B78
(84,139,120)
#679786
(103,151,134)
#7AA394
(122,163,148)
#8DAFA2
(141,175,162)
#A0BBB0
(160,187,176)
#B3C7BE
(179,199,190)
#C6D3CC
(198,211,204)
#D9DFDA
(217,223,218)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E735C color. Also use rgb(46,115,92) instead hex code.

Text Font Color

.myTextColor { color: #2E735C; }

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

This text font color is #2E735C.


Background Color

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

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

This div background color is #2E735C.


Border color

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

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

This div border color is #2E735C.


Opacity

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

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

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

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

This text has shadow with #2E735C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E735C on black background.


Color preview on white background

This text has color #2E735C on white background.



Black color preview on #2E735C background

This text has black color on #2E735C background.


White color preview on #2E735C background

This text has white color on #2E735C background.