COLOR #2B5963

HEX: #2B5963
RGB: (43,89,99)

Color info

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

RGB color model

#2B5963 color RGB value is (43,89,99).

  • red value is 43;
  • green value is 89;
  • blue value is 99.
RGB:
(43,89,99)
(17%,35%,39%)

RGB channels and saturation

R 43 of 255 = 17%
G 89 of 255 = 35%
B 99 of 255 = 39%

43
89
99

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

Portions of RGB colors in percentages

R + G + B =
43 + 89 + 99 = 231 (100%)
R 43 of 231 ~ 18.61%
G 89 of 231 ~ 38.53%
B 99 of 231 ~ 42.86%

%18.61
%38.53
%42.86

CMYK color model

#2B5963 color CMYK value is (57,10,0,61).

  • cyan value is 56.57%
  • magenta value is 10.10%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(57,10,0,61)
C57M10Y0K61 
(57%,10%,0%,61%)
(0.57/0.10/0.00/0.61)	

CMYK percentages

%56.57
%10.1
%0
%61.18

Codes

Color #2B5963 in popluar color models

2B5963
RGB438999
HSL191°39.44%27.84%
HSB/HSV191°56.57%38.82%
CMYK56.57%10.10%0.00%
61.18%

Color #2B5963 in popluar number systems.

HEX2B5963
Decimal438999
Binary10101110110011100011
Octal53131143

Shades and tints

Shades of #2B5963

#2B5963
(43,89,99)
#28515A
(40,81,90)
#254951
(37,73,81)
#224148
(34,65,72)
#1F393F
(31,57,63)
#1C3136
(28,49,54)
#19292D
(25,41,45)
#162124
(22,33,36)
#13191B
(19,25,27)
#101112
(16,17,18)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #2B5963

#2B5963
(43,89,99)
#3E6871
(62,104,113)
#51777F
(81,119,127)
#64868D
(100,134,141)
#77959B
(119,149,155)
#8AA4A9
(138,164,169)
#9DB3B7
(157,179,183)
#B0C2C5
(176,194,197)
#C3D1D3
(195,209,211)
#D6E0E1
(214,224,225)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B5963 color. Also use rgb(43,89,99) instead hex code.

Text Font Color

.myTextColor { color: #2B5963; }

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

This text font color is #2B5963.


Background Color

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

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

This div background color is #2B5963.


Border color

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

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

This div border color is #2B5963.


Opacity

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

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

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

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

This text has shadow with #2B5963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B5963 on black background.


Color preview on white background

This text has color #2B5963 on white background.



Black color preview on #2B5963 background

This text has black color on #2B5963 background.


White color preview on #2B5963 background

This text has white color on #2B5963 background.