COLOR #296C7B

HEX: #296C7B
RGB: (41,108,123)

Color info

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

RGB color model

#296C7B color RGB value is (41,108,123).

  • red value is 41;
  • green value is 108;
  • blue value is 123.
RGB:
(41,108,123)
(16%,42%,48%)

RGB channels and saturation

R 41 of 255 = 16%
G 108 of 255 = 42%
B 123 of 255 = 48%

41
108
123

R + G + B ~ 35%. #296C7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 108 + 123 = 272 (100%)
R 41 of 272 ~ 15.07%
G 108 of 272 ~ 39.71%
B 123 of 272 ~ 45.22%

%15.07
%39.71
%45.22

CMYK color model

#296C7B color CMYK value is (67,12,0,52).

  • cyan value is 66.67%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(67,12,0,52)
C67M12Y0K52 
(67%,12%,0%,52%)
(0.67/0.12/0.00/0.52)	

CMYK percentages

%66.67
%12.2
%0
%51.76

Codes

Color #296C7B in popluar color models

296C7B
RGB41108123
HSL191°50.00%32.16%
HSB/HSV191°66.67%48.24%
CMYK66.67%12.20%0.00%
51.76%

Color #296C7B in popluar number systems.

HEX296C7B
Decimal41108123
Binary10100111011001111011
Octal51154173

Shades and tints

Shades of #296C7B

#296C7B
(41,108,123)
#266370
(38,99,112)
#235A65
(35,90,101)
#20515A
(32,81,90)
#1D484F
(29,72,79)
#1A3F44
(26,63,68)
#173639
(23,54,57)
#142D2E
(20,45,46)
#112423
(17,36,35)
#0E1B18
(14,27,24)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #296C7B

#296C7B
(41,108,123)
#3C7987
(60,121,135)
#4F8693
(79,134,147)
#62939F
(98,147,159)
#75A0AB
(117,160,171)
#88ADB7
(136,173,183)
#9BBAC3
(155,186,195)
#AEC7CF
(174,199,207)
#C1D4DB
(193,212,219)
#D4E1E7
(212,225,231)
#E7EEF3
(231,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #296C7B color. Also use rgb(41,108,123) instead hex code.

Text Font Color

.myTextColor { color: #296C7B; }

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

This text font color is #296C7B.


Background Color

.myBgColor { background-color: #296C7B; }

<div style="background-color:#296C7B">Inner text</div>

This div background color is #296C7B.


Border color

.myBorderColor { border: 1px solid #296C7B; }

<div style="border:3px solid #296C7B">Div</div>

This div border color is #296C7B.


Opacity

.myOpacity80 { color: #296C7B; opacity: 0.8; }

<p style="color:#296C7B;opacity:0.8;">80%</p>

Text with #296C7B 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 #296C7B;}

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

This text has shadow with #296C7B color.

.textShadow {text-shadow: 3px 3px 1px #296C7B, 3px 3px 1px red;}

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

This text has shadow with #296C7B primary color and red secondary color.


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

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

This text has shadow with #296C7B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #296C7B on black background.


Color preview on white background

This text has color #296C7B on white background.



Black color preview on #296C7B background

This text has black color on #296C7B background.


White color preview on #296C7B background

This text has white color on #296C7B background.