COLOR #2B7084

HEX: #2B7084
RGB: (43,112,132)

Color info

#2B7084 contains mainly green and blue colors. Web safe color of #2B7084 is #336699 (or #369).

RGB color model

#2B7084 color RGB value is (43,112,132).

  • red value is 43;
  • green value is 112;
  • blue value is 132.
RGB:
(43,112,132)
(17%,44%,52%)

RGB channels and saturation

R 43 of 255 = 17%
G 112 of 255 = 44%
B 132 of 255 = 52%

43
112
132

R + G + B ~ 38%. #2B7084 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 112 + 132 = 287 (100%)
R 43 of 287 ~ 14.98%
G 112 of 287 ~ 39.02%
B 132 of 287 ~ 45.99%

%14.98
%39.02
%45.99

CMYK color model

#2B7084 color CMYK value is (67,15,0,48).

  • cyan value is 67.42%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(67,15,0,48)
C67M15Y0K48 
(67%,15%,0%,48%)
(0.67/0.15/0.00/0.48)	

CMYK percentages

%67.42
%15.15
%0
%48.24

Codes

Color #2B7084 in popluar color models

2B7084
RGB43112132
HSL193°50.86%34.31%
HSB/HSV193°67.42%51.76%
CMYK67.42%15.15%0.00%
48.24%

Color #2B7084 in popluar number systems.

HEX2B7084
Decimal43112132
Binary101011111000010000100
Octal53160204

Shades and tints

Shades of #2B7084

#2B7084
(43,112,132)
#286678
(40,102,120)
#255C6C
(37,92,108)
#225260
(34,82,96)
#1F4854
(31,72,84)
#1C3E48
(28,62,72)
#19343C
(25,52,60)
#162A30
(22,42,48)
#132024
(19,32,36)
#101618
(16,22,24)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #2B7084

#2B7084
(43,112,132)
#3E7D8F
(62,125,143)
#518A9A
(81,138,154)
#6497A5
(100,151,165)
#77A4B0
(119,164,176)
#8AB1BB
(138,177,187)
#9DBEC6
(157,190,198)
#B0CBD1
(176,203,209)
#C3D8DC
(195,216,220)
#D6E5E7
(214,229,231)
#E9F2F2
(233,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B7084 color. Also use rgb(43,112,132) instead hex code.

Text Font Color

.myTextColor { color: #2B7084; }

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

This text font color is #2B7084.


Background Color

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

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

This div background color is #2B7084.


Border color

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

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

This div border color is #2B7084.


Opacity

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

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

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

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

This text has shadow with #2B7084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B7084 on black background.


Color preview on white background

This text has color #2B7084 on white background.



Black color preview on #2B7084 background

This text has black color on #2B7084 background.


White color preview on #2B7084 background

This text has white color on #2B7084 background.