COLOR #2B7378

HEX: #2B7378 RGB: (43,115,120)

Color info

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

RGB color model

#2B7378 color RGB value is (43,115,120).

RGB: (43,115,120) (17%, 45%, 47%)

RGB channels and saturation

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

43
115
120

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

Portions of RGB colors in percentages

R + G + B = 43 + 115 + 120 = 278 (100%)
R 43 of 278 ~ 15.47%
G 115 of 278 ~ 41.37%
B 120 of 278 ~ 43.17'%

%15.47
%41.37
%43.17

CMYK color model

#2B7378 color CMYK value is (64,4,0,53).

  • cyan value is 64.17%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (64,4,0,53)
C64M4Y0K53 (64%, 4%, 0%, 53%)
(0.64 / 0.04 / 0.00 / 0.53)

CMYK percentages

%64.17
%4.17
%0
%52.94

Codes

Color #2B7378 in popluar color models

2B 73 78
RGB 43 115 120
HSL 184° 47.24% 31.96%
HSB/HSV 184° 64.17% 47.06%
CMYK 64.17% 4.17% 0.00%
52.94%

Color #2B7378 in popluar number systems.

HEX 2B 73 78
Decimal 43 115 120
Binary 101011 1110011 1111000
Octal 53 163 170

Shades and tints

Shades of #2B7378

#2B7378
(43,115,120)
#28696E
(40,105,110)
#255F64
(37,95,100)
#22555A
(34,85,90)
#1F4B50
(31,75,80)
#1C4146
(28,65,70)
#19373C
(25,55,60)
#162D32
(22,45,50)
#132328
(19,35,40)
#10191E
(16,25,30)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #2B7378

#2B7378
(43,115,120)
#3E7F84
(62,127,132)
#518B90
(81,139,144)
#64979C
(100,151,156)
#77A3A8
(119,163,168)
#8AAFB4
(138,175,180)
#9DBBC0
(157,187,192)
#B0C7CC
(176,199,204)
#C3D3D8
(195,211,216)
#D6DFE4
(214,223,228)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B7378; }

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

This text font color is #2B7378.

Background Color

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

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

This div background color is #2B7378.

Border color

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

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

This div border color is #2B7378.

Opacity

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

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

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

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

This text has shadow with #2B7378 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2B7378.

Preview

Color preview on black background

This text has color #2B7378 on black background.


Color preview on white background

This text has color #2B7378 on white background.


Black color preview on #2B7378 background

This text has black color on #2B7378 background.


White color preview on #2B7378 background

This text has white color on #2B7378 background.


Related colors

Complementary color

Complementary color for #hex is #D48C87.


I love getcolorcode.com

Triadic colors

1 #782B73 and #73782B with #2B7378 are triadic colors.

2 #78732B and #732B78 with #2B7378 are triadic colors.