COLOR #2E554B

HEX: #2E554B
RGB: (46,85,75)

Color info

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

RGB color model

#2E554B color RGB value is (46,85,75).

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

RGB channels and saturation

R 46 of 255 = 18%
G 85 of 255 = 33%
B 75 of 255 = 29%

46
85
75

R + G + B ~ 27%. #2E554B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 85 + 75 = 206 (100%)
R 46 of 206 ~ 22.33%
G 85 of 206 ~ 41.26%
B 75 of 206 ~ 36.41%

%22.33
%41.26
%36.41

CMYK color model

#2E554B color CMYK value is (46,0,12,67).

  • cyan value is 45.88%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 66.67%
CMYK:
(46,0,12,67)
C46M0Y12K67 
(46%,0%,12%,67%)
(0.46/0.00/0.12/0.67)	

CMYK percentages

%45.88
%0
%11.76
%66.67

Codes

Color #2E554B in popluar color models

2E554B
RGB468575
HSL165°29.77%25.69%
HSB/HSV165°45.88%33.33%
CMYK45.88%0.00%11.76%
66.67%

Color #2E554B in popluar number systems.

HEX2E554B
Decimal468575
Binary10111010101011001011
Octal56125113

Shades and tints

Shades of #2E554B

#2E554B
(46,85,75)
#2A4E45
(42,78,69)
#26473F
(38,71,63)
#224039
(34,64,57)
#1E3933
(30,57,51)
#1A322D
(26,50,45)
#162B27
(22,43,39)
#122421
(18,36,33)
#0E1D1B
(14,29,27)
#0A1615
(10,22,21)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #2E554B

#2E554B
(46,85,75)
#41645B
(65,100,91)
#54736B
(84,115,107)
#67827B
(103,130,123)
#7A918B
(122,145,139)
#8DA09B
(141,160,155)
#A0AFAB
(160,175,171)
#B3BEBB
(179,190,187)
#C6CDCB
(198,205,203)
#D9DCDB
(217,220,219)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E554B; }

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

This text font color is #2E554B.


Background Color

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

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

This div background color is #2E554B.


Border color

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

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

This div border color is #2E554B.


Opacity

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

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

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

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

This text has shadow with #2E554B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E554B on black background.


Color preview on white background

This text has color #2E554B on white background.



Black color preview on #2E554B background

This text has black color on #2E554B background.


White color preview on #2E554B background

This text has white color on #2E554B background.