COLOR #2B757B

HEX: #2B757B
RGB: (43,117,123)

Color info

#2B757B contains mainly green and blue colors. Web safe color of #2B757B is #336666 (or #366).

RGB color model

#2B757B color RGB value is (43,117,123).

  • red value is 43;
  • green value is 117;
  • blue value is 123.
RGB:
(43,117,123)
(17%,46%,48%)

RGB channels and saturation

R 43 of 255 = 17%
G 117 of 255 = 46%
B 123 of 255 = 48%

43
117
123

R + G + B ~ 37%. #2B757B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 117 + 123 = 283 (100%)
R 43 of 283 ~ 15.19%
G 117 of 283 ~ 41.34%
B 123 of 283 ~ 43.46%

%15.19
%41.34
%43.46

CMYK color model

#2B757B color CMYK value is (65,5,0,52).

  • cyan value is 65.04%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(65,5,0,52)
C65M5Y0K52 
(65%,5%,0%,52%)
(0.65/0.05/0.00/0.52)	

CMYK percentages

%65.04
%4.88
%0
%51.76

Codes

Color #2B757B in popluar color models

2B757B
RGB43117123
HSL185°48.19%32.55%
HSB/HSV185°65.04%48.24%
CMYK65.04%4.88%0.00%
51.76%

Color #2B757B in popluar number systems.

HEX2B757B
Decimal43117123
Binary10101111101011111011
Octal53165173

Shades and tints

Shades of #2B757B

#2B757B
(43,117,123)
#286B70
(40,107,112)
#256165
(37,97,101)
#22575A
(34,87,90)
#1F4D4F
(31,77,79)
#1C4344
(28,67,68)
#193939
(25,57,57)
#162F2E
(22,47,46)
#132523
(19,37,35)
#101B18
(16,27,24)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #2B757B

#2B757B
(43,117,123)
#3E8187
(62,129,135)
#518D93
(81,141,147)
#64999F
(100,153,159)
#77A5AB
(119,165,171)
#8AB1B7
(138,177,183)
#9DBDC3
(157,189,195)
#B0C9CF
(176,201,207)
#C3D5DB
(195,213,219)
#D6E1E7
(214,225,231)
#E9EDF3
(233,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B757B color. Also use rgb(43,117,123) instead hex code.

Text Font Color

.myTextColor { color: #2B757B; }

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

This text font color is #2B757B.


Background Color

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

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

This div background color is #2B757B.


Border color

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

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

This div border color is #2B757B.


Opacity

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

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

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

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

This text has shadow with #2B757B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B757B on black background.


Color preview on white background

This text has color #2B757B on white background.



Black color preview on #2B757B background

This text has black color on #2B757B background.


White color preview on #2B757B background

This text has white color on #2B757B background.