COLOR #2E625D

HEX: #2E625D
RGB: (46,98,93)

Color info

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

RGB color model

#2E625D color RGB value is (46,98,93).

  • red value is 46;
  • green value is 98;
  • blue value is 93.
RGB:
(46,98,93)
(18%,38%,36%)

RGB channels and saturation

R 46 of 255 = 18%
G 98 of 255 = 38%
B 93 of 255 = 36%

46
98
93

R + G + B ~ 31%. #2E625D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 98 + 93 = 237 (100%)
R 46 of 237 ~ 19.41%
G 98 of 237 ~ 41.35%
B 93 of 237 ~ 39.24%

%19.41
%41.35
%39.24

CMYK color model

#2E625D color CMYK value is (53,0,5,62).

  • cyan value is 53.06%
  • magenta value is 0.00%
  • yellow value is 5.10%
  • key color value is 61.57%
CMYK:
(53,0,5,62)
C53M0Y5K62 
(53%,0%,5%,62%)
(0.53/0.00/0.05/0.62)	

CMYK percentages

%53.06
%0
%5.1
%61.57

Codes

Color #2E625D in popluar color models

2E625D
RGB469893
HSL174°36.11%28.24%
HSB/HSV174°53.06%38.43%
CMYK53.06%0.00%5.10%
61.57%

Color #2E625D in popluar number systems.

HEX2E625D
Decimal469893
Binary10111011000101011101
Octal56142135

Shades and tints

Shades of #2E625D

#2E625D
(46,98,93)
#2A5A55
(42,90,85)
#26524D
(38,82,77)
#224A45
(34,74,69)
#1E423D
(30,66,61)
#1A3A35
(26,58,53)
#16322D
(22,50,45)
#122A25
(18,42,37)
#0E221D
(14,34,29)
#0A1A15
(10,26,21)
#06120D
(6,18,13)
#000000
(0,0,0)

Tints of #2E625D

#2E625D
(46,98,93)
#41706B
(65,112,107)
#547E79
(84,126,121)
#678C87
(103,140,135)
#7A9A95
(122,154,149)
#8DA8A3
(141,168,163)
#A0B6B1
(160,182,177)
#B3C4BF
(179,196,191)
#C6D2CD
(198,210,205)
#D9E0DB
(217,224,219)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E625D color. Also use rgb(46,98,93) instead hex code.

Text Font Color

.myTextColor { color: #2E625D; }

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

This text font color is #2E625D.


Background Color

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

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

This div background color is #2E625D.


Border color

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

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

This div border color is #2E625D.


Opacity

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

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

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

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

This text has shadow with #2E625D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E625D on black background.


Color preview on white background

This text has color #2E625D on white background.



Black color preview on #2E625D background

This text has black color on #2E625D background.


White color preview on #2E625D background

This text has white color on #2E625D background.