COLOR #2B6266

HEX: #2B6266
RGB: (43,98,102)

Color info

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

RGB color model

#2B6266 color RGB value is (43,98,102).

  • red value is 43;
  • green value is 98;
  • blue value is 102.
RGB:
(43,98,102)
(17%,38%,40%)

RGB channels and saturation

R 43 of 255 = 17%
G 98 of 255 = 38%
B 102 of 255 = 40%

43
98
102

R + G + B ~ 32%. #2B6266 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 98 + 102 = 243 (100%)
R 43 of 243 ~ 17.7%
G 98 of 243 ~ 40.33%
B 102 of 243 ~ 41.98%

%17.7
%40.33
%41.98

CMYK color model

#2B6266 color CMYK value is (58,4,0,60).

  • cyan value is 57.84%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(58,4,0,60)
C58M4Y0K60 
(58%,4%,0%,60%)
(0.58/0.04/0.00/0.60)	

CMYK percentages

%57.84
%3.92
%0
%60

Codes

Color #2B6266 in popluar color models

2B6266
RGB4398102
HSL184°40.69%28.43%
HSB/HSV184°57.84%40.00%
CMYK57.84%3.92%0.00%
60.00%

Color #2B6266 in popluar number systems.

HEX2B6266
Decimal4398102
Binary10101111000101100110
Octal53142146

Shades and tints

Shades of #2B6266

#2B6266
(43,98,102)
#285A5D
(40,90,93)
#255254
(37,82,84)
#224A4B
(34,74,75)
#1F4242
(31,66,66)
#1C3A39
(28,58,57)
#193230
(25,50,48)
#162A27
(22,42,39)
#13221E
(19,34,30)
#101A15
(16,26,21)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #2B6266

#2B6266
(43,98,102)
#3E7073
(62,112,115)
#517E80
(81,126,128)
#648C8D
(100,140,141)
#779A9A
(119,154,154)
#8AA8A7
(138,168,167)
#9DB6B4
(157,182,180)
#B0C4C1
(176,196,193)
#C3D2CE
(195,210,206)
#D6E0DB
(214,224,219)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B6266 color. Also use rgb(43,98,102) instead hex code.

Text Font Color

.myTextColor { color: #2B6266; }

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

This text font color is #2B6266.


Background Color

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

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

This div background color is #2B6266.


Border color

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

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

This div border color is #2B6266.


Opacity

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

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

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

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

This text has shadow with #2B6266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B6266 on black background.


Color preview on white background

This text has color #2B6266 on white background.



Black color preview on #2B6266 background

This text has black color on #2B6266 background.


White color preview on #2B6266 background

This text has white color on #2B6266 background.