COLOR #2E6352

HEX: #2E6352 RGB: (46,99,82)

Color info

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

RGB color model

#2E6352 color RGB value is (46,99,82).

RGB: (46,99,82) (18%, 39%, 32%)

RGB channels and saturation

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

46
99
82

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

Portions of RGB colors in percentages

R + G + B = 46 + 99 + 82 = 227 (100%)
R 46 of 227 ~ 20.26%
G 99 of 227 ~ 43.61%
B 82 of 227 ~ 36.12'%

%20.26
%43.61
%36.12

CMYK color model

#2E6352 color CMYK value is (54,0,17,61).

  • cyan value is 53.54%
  • magenta value is 0.00%
  • yellow value is 17.17%
  • key color value is 61.18%

CMYK: (54,0,17,61)
C54M0Y17K61 (54%, 0%, 17%, 61%)
(0.54 / 0.00 / 0.17 / 0.61)

CMYK percentages

%53.54
%0
%17.17
%61.18

Codes

Color #2E6352 in popluar color models

2E 63 52
RGB 46 99 82
HSL 161° 36.55% 28.43%
HSB/HSV 161° 53.54% 38.82%
CMYK 53.54% 0.00% 17.17%
61.18%

Color #2E6352 in popluar number systems.

HEX 2E 63 52
Decimal 46 99 82
Binary 101110 1100011 1010010
Octal 56 143 122

Shades and tints

Shades of #2E6352

#2E6352
(46,99,82)
#2A5A4B
(42,90,75)
#265144
(38,81,68)
#22483D
(34,72,61)
#1E3F36
(30,63,54)
#1A362F
(26,54,47)
#162D28
(22,45,40)
#122421
(18,36,33)
#0E1B1A
(14,27,26)
#0A1213
(10,18,19)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #2E6352

#2E6352
(46,99,82)
#417161
(65,113,97)
#547F70
(84,127,112)
#678D7F
(103,141,127)
#7A9B8E
(122,155,142)
#8DA99D
(141,169,157)
#A0B7AC
(160,183,172)
#B3C5BB
(179,197,187)
#C6D3CA
(198,211,202)
#D9E1D9
(217,225,217)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6352; }

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

This text font color is #2E6352.

Background Color

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

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

This div background color is #2E6352.

Border color

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

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

This div border color is #2E6352.

Opacity

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

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

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

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

This text has shadow with #2E6352 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E6352.

Preview

Color preview on black background

This text has color #2E6352 on black background.


Color preview on white background

This text has color #2E6352 on white background.


Black color preview on #2E6352 background

This text has black color on #2E6352 background.


White color preview on #2E6352 background

This text has white color on #2E6352 background.


Related colors

Complementary color

Complementary color for #hex is #D19CAD.


I love getcolorcode.com

Triadic colors

1 #522E63 and #63522E with #2E6352 are triadic colors.

2 #52632E and #632E52 with #2E6352 are triadic colors.