COLOR #2B5557

HEX: #2B5557
RGB: (43,85,87)

Color info

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

RGB color model

#2B5557 color RGB value is (43,85,87).

  • red value is 43;
  • green value is 85;
  • blue value is 87.
RGB:
(43,85,87)
(17%,33%,34%)

RGB channels and saturation

R 43 of 255 = 17%
G 85 of 255 = 33%
B 87 of 255 = 34%

43
85
87

R + G + B ~ 28%. #2B5557 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 85 + 87 = 215 (100%)
R 43 of 215 ~ 20%
G 85 of 215 ~ 39.53%
B 87 of 215 ~ 40.47%

%20
%39.53
%40.47

CMYK color model

#2B5557 color CMYK value is (51,2,0,66).

  • cyan value is 50.57%
  • magenta value is 2.30%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(51,2,0,66)
C51M2Y0K66 
(51%,2%,0%,66%)
(0.51/0.02/0.00/0.66)	

CMYK percentages

%50.57
%2.3
%0
%65.88

Codes

Color #2B5557 in popluar color models

2B5557
RGB438587
HSL183°33.85%25.49%
HSB/HSV183°50.57%34.12%
CMYK50.57%2.30%0.00%
65.88%

Color #2B5557 in popluar number systems.

HEX2B5557
Decimal438587
Binary10101110101011010111
Octal53125127

Shades and tints

Shades of #2B5557

#2B5557
(43,85,87)
#284E50
(40,78,80)
#254749
(37,71,73)
#224042
(34,64,66)
#1F393B
(31,57,59)
#1C3234
(28,50,52)
#192B2D
(25,43,45)
#162426
(22,36,38)
#131D1F
(19,29,31)
#101618
(16,22,24)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #2B5557

#2B5557
(43,85,87)
#3E6466
(62,100,102)
#517375
(81,115,117)
#648284
(100,130,132)
#779193
(119,145,147)
#8AA0A2
(138,160,162)
#9DAFB1
(157,175,177)
#B0BEC0
(176,190,192)
#C3CDCF
(195,205,207)
#D6DCDE
(214,220,222)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B5557 color. Also use rgb(43,85,87) instead hex code.

Text Font Color

.myTextColor { color: #2B5557; }

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

This text font color is #2B5557.


Background Color

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

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

This div background color is #2B5557.


Border color

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

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

This div border color is #2B5557.


Opacity

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

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

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

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

This text has shadow with #2B5557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B5557 on black background.


Color preview on white background

This text has color #2B5557 on white background.



Black color preview on #2B5557 background

This text has black color on #2B5557 background.


White color preview on #2B5557 background

This text has white color on #2B5557 background.