COLOR #2B585B

HEX: #2B585B
RGB: (43,88,91)

Color info

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

RGB color model

#2B585B color RGB value is (43,88,91).

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

RGB channels and saturation

R 43 of 255 = 17%
G 88 of 255 = 35%
B 91 of 255 = 36%

43
88
91

R + G + B ~ 29%. #2B585B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 88 + 91 = 222 (100%)
R 43 of 222 ~ 19.37%
G 88 of 222 ~ 39.64%
B 91 of 222 ~ 40.99%

%19.37
%39.64
%40.99

CMYK color model

#2B585B color CMYK value is (53,3,0,64).

  • cyan value is 52.75%
  • magenta value is 3.30%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(53,3,0,64)
C53M3Y0K64 
(53%,3%,0%,64%)
(0.53/0.03/0.00/0.64)	

CMYK percentages

%52.75
%3.3
%0
%64.31

Codes

Color #2B585B in popluar color models

2B585B
RGB438891
HSL184°35.82%26.27%
HSB/HSV184°52.75%35.69%
CMYK52.75%3.30%0.00%
64.31%

Color #2B585B in popluar number systems.

HEX2B585B
Decimal438891
Binary10101110110001011011
Octal53130133

Shades and tints

Shades of #2B585B

#2B585B
(43,88,91)
#285053
(40,80,83)
#25484B
(37,72,75)
#224043
(34,64,67)
#1F383B
(31,56,59)
#1C3033
(28,48,51)
#19282B
(25,40,43)
#162023
(22,32,35)
#13181B
(19,24,27)
#101013
(16,16,19)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #2B585B

#2B585B
(43,88,91)
#3E6769
(62,103,105)
#517677
(81,118,119)
#648585
(100,133,133)
#779493
(119,148,147)
#8AA3A1
(138,163,161)
#9DB2AF
(157,178,175)
#B0C1BD
(176,193,189)
#C3D0CB
(195,208,203)
#D6DFD9
(214,223,217)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B585B; }

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

This text font color is #2B585B.


Background Color

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

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

This div background color is #2B585B.


Border color

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

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

This div border color is #2B585B.


Opacity

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

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

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

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

This text has shadow with #2B585B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B585B on black background.


Color preview on white background

This text has color #2B585B on white background.



Black color preview on #2B585B background

This text has black color on #2B585B background.


White color preview on #2B585B background

This text has white color on #2B585B background.