COLOR #2B7E78

HEX: #2B7E78
RGB: (43,126,120)

Color info

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

RGB color model

#2B7E78 color RGB value is (43,126,120).

  • red value is 43;
  • green value is 126;
  • blue value is 120.
RGB:
(43,126,120)
(17%,49%,47%)

RGB channels and saturation

R 43 of 255 = 17%
G 126 of 255 = 49%
B 120 of 255 = 47%

43
126
120

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

Portions of RGB colors in percentages

R + G + B =
43 + 126 + 120 = 289 (100%)
R 43 of 289 ~ 14.88%
G 126 of 289 ~ 43.6%
B 120 of 289 ~ 41.52%

%14.88
%43.6
%41.52

CMYK color model

#2B7E78 color CMYK value is (66,0,5,51).

  • cyan value is 65.87%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 50.59%
CMYK:
(66,0,5,51)
C66M0Y5K51 
(66%,0%,5%,51%)
(0.66/0.00/0.05/0.51)	

CMYK percentages

%65.87
%0
%4.76
%50.59

Codes

Color #2B7E78 in popluar color models

2B7E78
RGB43126120
HSL176°49.11%33.14%
HSB/HSV176°65.87%49.41%
CMYK65.87%0.00%4.76%
50.59%

Color #2B7E78 in popluar number systems.

HEX2B7E78
Decimal43126120
Binary10101111111101111000
Octal53176170

Shades and tints

Shades of #2B7E78

#2B7E78
(43,126,120)
#28736E
(40,115,110)
#256864
(37,104,100)
#225D5A
(34,93,90)
#1F5250
(31,82,80)
#1C4746
(28,71,70)
#193C3C
(25,60,60)
#163132
(22,49,50)
#132628
(19,38,40)
#101B1E
(16,27,30)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #2B7E78

#2B7E78
(43,126,120)
#3E8984
(62,137,132)
#519490
(81,148,144)
#649F9C
(100,159,156)
#77AAA8
(119,170,168)
#8AB5B4
(138,181,180)
#9DC0C0
(157,192,192)
#B0CBCC
(176,203,204)
#C3D6D8
(195,214,216)
#D6E1E4
(214,225,228)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B7E78 color. Also use rgb(43,126,120) instead hex code.

Text Font Color

.myTextColor { color: #2B7E78; }

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

This text font color is #2B7E78.


Background Color

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

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

This div background color is #2B7E78.


Border color

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

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

This div border color is #2B7E78.


Opacity

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

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

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

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

This text has shadow with #2B7E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B7E78 on black background.


Color preview on white background

This text has color #2B7E78 on white background.



Black color preview on #2B7E78 background

This text has black color on #2B7E78 background.


White color preview on #2B7E78 background

This text has white color on #2B7E78 background.