COLOR #2E553F

HEX: #2E553F
RGB: (46,85,63)

Color info

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

RGB color model

#2E553F color RGB value is (46,85,63).

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

RGB channels and saturation

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

46
85
63

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

Portions of RGB colors in percentages

R + G + B =
46 + 85 + 63 = 194 (100%)
R 46 of 194 ~ 23.71%
G 85 of 194 ~ 43.81%
B 63 of 194 ~ 32.47%

%23.71
%43.81
%32.47

CMYK color model

#2E553F color CMYK value is (46,0,26,67).

  • cyan value is 45.88%
  • magenta value is 0.00%
  • yellow value is 25.88%
  • key color value is 66.67%
CMYK:
(46,0,26,67)
C46M0Y26K67 
(46%,0%,26%,67%)
(0.46/0.00/0.26/0.67)	

CMYK percentages

%45.88
%0
%25.88
%66.67

Codes

Color #2E553F in popluar color models

2E553F
RGB468563
HSL146°29.77%25.69%
HSB/HSV146°45.88%33.33%
CMYK45.88%0.00%25.88%
66.67%

Color #2E553F in popluar number systems.

HEX2E553F
Decimal468563
Binary1011101010101111111
Octal5612577

Shades and tints

Shades of #2E553F

#2E553F
(46,85,63)
#2A4E3A
(42,78,58)
#264735
(38,71,53)
#224030
(34,64,48)
#1E392B
(30,57,43)
#1A3226
(26,50,38)
#162B21
(22,43,33)
#12241C
(18,36,28)
#0E1D17
(14,29,23)
#0A1612
(10,22,18)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #2E553F

#2E553F
(46,85,63)
#416450
(65,100,80)
#547361
(84,115,97)
#678272
(103,130,114)
#7A9183
(122,145,131)
#8DA094
(141,160,148)
#A0AFA5
(160,175,165)
#B3BEB6
(179,190,182)
#C6CDC7
(198,205,199)
#D9DCD8
(217,220,216)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E553F; }

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

This text font color is #2E553F.


Background Color

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

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

This div background color is #2E553F.


Border color

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

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

This div border color is #2E553F.


Opacity

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

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

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

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

This text has shadow with #2E553F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E553F on black background.


Color preview on white background

This text has color #2E553F on white background.



Black color preview on #2E553F background

This text has black color on #2E553F background.


White color preview on #2E553F background

This text has white color on #2E553F background.