COLOR #296B7C

HEX: #296B7C
RGB: (41,107,124)

Color info

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

RGB color model

#296B7C color RGB value is (41,107,124).

  • red value is 41;
  • green value is 107;
  • blue value is 124.
RGB:
(41,107,124)
(16%,42%,49%)

RGB channels and saturation

R 41 of 255 = 16%
G 107 of 255 = 42%
B 124 of 255 = 49%

41
107
124

R + G + B ~ 36%. #296B7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 107 + 124 = 272 (100%)
R 41 of 272 ~ 15.07%
G 107 of 272 ~ 39.34%
B 124 of 272 ~ 45.59%

%15.07
%39.34
%45.59

CMYK color model

#296B7C color CMYK value is (67,14,0,51).

  • cyan value is 66.94%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(67,14,0,51)
C67M14Y0K51 
(67%,14%,0%,51%)
(0.67/0.14/0.00/0.51)	

CMYK percentages

%66.94
%13.71
%0
%51.37

Codes

Color #296B7C in popluar color models

296B7C
RGB41107124
HSL192°50.30%32.35%
HSB/HSV192°66.94%48.63%
CMYK66.94%13.71%0.00%
51.37%

Color #296B7C in popluar number systems.

HEX296B7C
Decimal41107124
Binary10100111010111111100
Octal51153174

Shades and tints

Shades of #296B7C

#296B7C
(41,107,124)
#266271
(38,98,113)
#235966
(35,89,102)
#20505B
(32,80,91)
#1D4750
(29,71,80)
#1A3E45
(26,62,69)
#17353A
(23,53,58)
#142C2F
(20,44,47)
#112324
(17,35,36)
#0E1A19
(14,26,25)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #296B7C

#296B7C
(41,107,124)
#3C7887
(60,120,135)
#4F8592
(79,133,146)
#62929D
(98,146,157)
#759FA8
(117,159,168)
#88ACB3
(136,172,179)
#9BB9BE
(155,185,190)
#AEC6C9
(174,198,201)
#C1D3D4
(193,211,212)
#D4E0DF
(212,224,223)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #296B7C color. Also use rgb(41,107,124) instead hex code.

Text Font Color

.myTextColor { color: #296B7C; }

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

This text font color is #296B7C.


Background Color

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

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

This div background color is #296B7C.


Border color

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

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

This div border color is #296B7C.


Opacity

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

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

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

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

This text has shadow with #296B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #296B7C on black background.


Color preview on white background

This text has color #296B7C on white background.



Black color preview on #296B7C background

This text has black color on #296B7C background.


White color preview on #296B7C background

This text has white color on #296B7C background.