COLOR #2B5558

HEX: #2B5558
RGB: (43,85,88)

Color info

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

RGB color model

#2B5558 color RGB value is (43,85,88).

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

RGB channels and saturation

R 43 of 255 = 17%
G 85 of 255 = 33%
B 88 of 255 = 35%

43
85
88

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

Portions of RGB colors in percentages

R + G + B =
43 + 85 + 88 = 216 (100%)
R 43 of 216 ~ 19.91%
G 85 of 216 ~ 39.35%
B 88 of 216 ~ 40.74%

%19.91
%39.35
%40.74

CMYK color model

#2B5558 color CMYK value is (51,3,0,65).

  • cyan value is 51.14%
  • magenta value is 3.41%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(51,3,0,65)
C51M3Y0K65 
(51%,3%,0%,65%)
(0.51/0.03/0.00/0.65)	

CMYK percentages

%51.14
%3.41
%0
%65.49

Codes

Color #2B5558 in popluar color models

2B5558
RGB438588
HSL184°34.35%25.69%
HSB/HSV184°51.14%34.51%
CMYK51.14%3.41%0.00%
65.49%

Color #2B5558 in popluar number systems.

HEX2B5558
Decimal438588
Binary10101110101011011000
Octal53125130

Shades and tints

Shades of #2B5558

#2B5558
(43,85,88)
#284E50
(40,78,80)
#254748
(37,71,72)
#224040
(34,64,64)
#1F3938
(31,57,56)
#1C3230
(28,50,48)
#192B28
(25,43,40)
#162420
(22,36,32)
#131D18
(19,29,24)
#101610
(16,22,16)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #2B5558

#2B5558
(43,85,88)
#3E6467
(62,100,103)
#517376
(81,115,118)
#648285
(100,130,133)
#779194
(119,145,148)
#8AA0A3
(138,160,163)
#9DAFB2
(157,175,178)
#B0BEC1
(176,190,193)
#C3CDD0
(195,205,208)
#D6DCDF
(214,220,223)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B5558; }

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

This text font color is #2B5558.


Background Color

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

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

This div background color is #2B5558.


Border color

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

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

This div border color is #2B5558.


Opacity

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

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

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

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

This text has shadow with #2B5558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B5558 on black background.


Color preview on white background

This text has color #2B5558 on white background.



Black color preview on #2B5558 background

This text has black color on #2B5558 background.


White color preview on #2B5558 background

This text has white color on #2B5558 background.