COLOR #2B7377

HEX: #2B7377
RGB: (43,115,119)

Color info

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

RGB color model

#2B7377 color RGB value is (43,115,119).

  • red value is 43;
  • green value is 115;
  • blue value is 119.
RGB:
(43,115,119)
(17%,45%,47%)

RGB channels and saturation

R 43 of 255 = 17%
G 115 of 255 = 45%
B 119 of 255 = 47%

43
115
119

R + G + B ~ 36%. #2B7377 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 115 + 119 = 277 (100%)
R 43 of 277 ~ 15.52%
G 115 of 277 ~ 41.52%
B 119 of 277 ~ 42.96%

%15.52
%41.52
%42.96

CMYK color model

#2B7377 color CMYK value is (64,3,0,53).

  • cyan value is 63.87%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(64,3,0,53)
C64M3Y0K53 
(64%,3%,0%,53%)
(0.64/0.03/0.00/0.53)	

CMYK percentages

%63.87
%3.36
%0
%53.33

Codes

Color #2B7377 in popluar color models

2B7377
RGB43115119
HSL183°46.91%31.76%
HSB/HSV183°63.87%46.67%
CMYK63.87%3.36%0.00%
53.33%

Color #2B7377 in popluar number systems.

HEX2B7377
Decimal43115119
Binary10101111100111110111
Octal53163167

Shades and tints

Shades of #2B7377

#2B7377
(43,115,119)
#28696D
(40,105,109)
#255F63
(37,95,99)
#225559
(34,85,89)
#1F4B4F
(31,75,79)
#1C4145
(28,65,69)
#19373B
(25,55,59)
#162D31
(22,45,49)
#132327
(19,35,39)
#10191D
(16,25,29)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #2B7377

#2B7377
(43,115,119)
#3E7F83
(62,127,131)
#518B8F
(81,139,143)
#64979B
(100,151,155)
#77A3A7
(119,163,167)
#8AAFB3
(138,175,179)
#9DBBBF
(157,187,191)
#B0C7CB
(176,199,203)
#C3D3D7
(195,211,215)
#D6DFE3
(214,223,227)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B7377 color. Also use rgb(43,115,119) instead hex code.

Text Font Color

.myTextColor { color: #2B7377; }

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

This text font color is #2B7377.


Background Color

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

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

This div background color is #2B7377.


Border color

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

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

This div border color is #2B7377.


Opacity

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

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

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

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

This text has shadow with #2B7377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B7377 on black background.


Color preview on white background

This text has color #2B7377 on white background.



Black color preview on #2B7377 background

This text has black color on #2B7377 background.


White color preview on #2B7377 background

This text has white color on #2B7377 background.