COLOR #2B585E

HEX: #2B585E
RGB: (43,88,94)

Color info

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

RGB color model

#2B585E color RGB value is (43,88,94).

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

RGB channels and saturation

R 43 of 255 = 17%
G 88 of 255 = 35%
B 94 of 255 = 37%

43
88
94

R + G + B ~ 30%. #2B585E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 88 + 94 = 225 (100%)
R 43 of 225 ~ 19.11%
G 88 of 225 ~ 39.11%
B 94 of 225 ~ 41.78%

%19.11
%39.11
%41.78

CMYK color model

#2B585E color CMYK value is (54,6,0,63).

  • cyan value is 54.26%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(54,6,0,63)
C54M6Y0K63 
(54%,6%,0%,63%)
(0.54/0.06/0.00/0.63)	

CMYK percentages

%54.26
%6.38
%0
%63.14

Codes

Color #2B585E in popluar color models

2B585E
RGB438894
HSL187°37.23%26.86%
HSB/HSV187°54.26%36.86%
CMYK54.26%6.38%0.00%
63.14%

Color #2B585E in popluar number systems.

HEX2B585E
Decimal438894
Binary10101110110001011110
Octal53130136

Shades and tints

Shades of #2B585E

#2B585E
(43,88,94)
#285056
(40,80,86)
#25484E
(37,72,78)
#224046
(34,64,70)
#1F383E
(31,56,62)
#1C3036
(28,48,54)
#19282E
(25,40,46)
#162026
(22,32,38)
#13181E
(19,24,30)
#101016
(16,16,22)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #2B585E

#2B585E
(43,88,94)
#3E676C
(62,103,108)
#51767A
(81,118,122)
#648588
(100,133,136)
#779496
(119,148,150)
#8AA3A4
(138,163,164)
#9DB2B2
(157,178,178)
#B0C1C0
(176,193,192)
#C3D0CE
(195,208,206)
#D6DFDC
(214,223,220)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B585E; }

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

This text font color is #2B585E.


Background Color

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

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

This div background color is #2B585E.


Border color

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

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

This div border color is #2B585E.


Opacity

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

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

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

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

This text has shadow with #2B585E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B585E on black background.


Color preview on white background

This text has color #2B585E on white background.



Black color preview on #2B585E background

This text has black color on #2B585E background.


White color preview on #2B585E background

This text has white color on #2B585E background.