COLOR #2E6452

HEX: #2E6452
RGB: (46,100,82)

Color info

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

RGB color model

#2E6452 color RGB value is (46,100,82).

  • red value is 46;
  • green value is 100;
  • blue value is 82.
RGB:
(46,100,82)
(18%,39%,32%)

RGB channels and saturation

R 46 of 255 = 18%
G 100 of 255 = 39%
B 82 of 255 = 32%

46
100
82

R + G + B ~ 30%. #2E6452 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 100 + 82 = 228 (100%)
R 46 of 228 ~ 20.18%
G 100 of 228 ~ 43.86%
B 82 of 228 ~ 35.96%

%20.18
%43.86
%35.96

CMYK color model

#2E6452 color CMYK value is (54,0,18,61).

  • cyan value is 54.00%
  • magenta value is 0.00%
  • yellow value is 18.00%
  • key color value is 60.78%
CMYK:
(54,0,18,61)
C54M0Y18K61 
(54%,0%,18%,61%)
(0.54/0.00/0.18/0.61)	

CMYK percentages

%54
%0
%18
%60.78

Codes

Color #2E6452 in popluar color models

2E6452
RGB4610082
HSL160°36.99%28.63%
HSB/HSV160°54.00%39.22%
CMYK54.00%0.00%18.00%
60.78%

Color #2E6452 in popluar number systems.

HEX2E6452
Decimal4610082
Binary10111011001001010010
Octal56144122

Shades and tints

Shades of #2E6452

#2E6452
(46,100,82)
#2A5B4B
(42,91,75)
#265244
(38,82,68)
#22493D
(34,73,61)
#1E4036
(30,64,54)
#1A372F
(26,55,47)
#162E28
(22,46,40)
#122521
(18,37,33)
#0E1C1A
(14,28,26)
#0A1313
(10,19,19)
#060A0C
(6,10,12)
#000000
(0,0,0)

Tints of #2E6452

#2E6452
(46,100,82)
#417261
(65,114,97)
#548070
(84,128,112)
#678E7F
(103,142,127)
#7A9C8E
(122,156,142)
#8DAA9D
(141,170,157)
#A0B8AC
(160,184,172)
#B3C6BB
(179,198,187)
#C6D4CA
(198,212,202)
#D9E2D9
(217,226,217)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6452 color. Also use rgb(46,100,82) instead hex code.

Text Font Color

.myTextColor { color: #2E6452; }

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

This text font color is #2E6452.


Background Color

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

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

This div background color is #2E6452.


Border color

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

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

This div border color is #2E6452.


Opacity

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

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

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

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

This text has shadow with #2E6452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6452 on black background.


Color preview on white background

This text has color #2E6452 on white background.



Black color preview on #2E6452 background

This text has black color on #2E6452 background.


White color preview on #2E6452 background

This text has white color on #2E6452 background.