COLOR #2E533F

HEX: #2E533F
RGB: (46,83,63)

Color info

#2E533F contains red, green and blue colors in about the same proportion. Web safe color of #2E533F is #336633 (or #363).

RGB color model

#2E533F color RGB value is (46,83,63).

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

RGB channels and saturation

R 46 of 255 = 18%
G 83 of 255 = 33%
B 63 of 255 = 25%

46
83
63

R + G + B ~ 25%. #2E533F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 83 + 63 = 192 (100%)
R 46 of 192 ~ 23.96%
G 83 of 192 ~ 43.23%
B 63 of 192 ~ 32.81%

%23.96
%43.23
%32.81

CMYK color model

#2E533F color CMYK value is (45,0,24,67).

  • cyan value is 44.58%
  • magenta value is 0.00%
  • yellow value is 24.10%
  • key color value is 67.45%
CMYK:
(45,0,24,67)
C45M0Y24K67 
(45%,0%,24%,67%)
(0.45/0.00/0.24/0.67)	

CMYK percentages

%44.58
%0
%24.1
%67.45

Codes

Color #2E533F in popluar color models

2E533F
RGB468363
HSL148°28.68%25.29%
HSB/HSV148°44.58%32.55%
CMYK44.58%0.00%24.10%
67.45%

Color #2E533F in popluar number systems.

HEX2E533F
Decimal468363
Binary1011101010011111111
Octal5612377

Shades and tints

Shades of #2E533F

#2E533F
(46,83,63)
#2A4C3A
(42,76,58)
#264535
(38,69,53)
#223E30
(34,62,48)
#1E372B
(30,55,43)
#1A3026
(26,48,38)
#162921
(22,41,33)
#12221C
(18,34,28)
#0E1B17
(14,27,23)
#0A1412
(10,20,18)
#060D0D
(6,13,13)
#000000
(0,0,0)

Tints of #2E533F

#2E533F
(46,83,63)
#416250
(65,98,80)
#547161
(84,113,97)
#678072
(103,128,114)
#7A8F83
(122,143,131)
#8D9E94
(141,158,148)
#A0ADA5
(160,173,165)
#B3BCB6
(179,188,182)
#C6CBC7
(198,203,199)
#D9DAD8
(217,218,216)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E533F; }

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

This text font color is #2E533F.


Background Color

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

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

This div background color is #2E533F.


Border color

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

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

This div border color is #2E533F.


Opacity

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

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

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

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

This text has shadow with #2E533F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E533F on black background.


Color preview on white background

This text has color #2E533F on white background.



Black color preview on #2E533F background

This text has black color on #2E533F background.


White color preview on #2E533F background

This text has white color on #2E533F background.