COLOR #296D78

HEX: #296D78
RGB: (41,109,120)

Color info

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

RGB color model

#296D78 color RGB value is (41,109,120).

  • red value is 41;
  • green value is 109;
  • blue value is 120.
RGB:
(41,109,120)
(16%,43%,47%)

RGB channels and saturation

R 41 of 255 = 16%
G 109 of 255 = 43%
B 120 of 255 = 47%

41
109
120

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

Portions of RGB colors in percentages

R + G + B =
41 + 109 + 120 = 270 (100%)
R 41 of 270 ~ 15.19%
G 109 of 270 ~ 40.37%
B 120 of 270 ~ 44.44%

%15.19
%40.37
%44.44

CMYK color model

#296D78 color CMYK value is (66,9,0,53).

  • cyan value is 65.83%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(66,9,0,53)
C66M9Y0K53 
(66%,9%,0%,53%)
(0.66/0.09/0.00/0.53)	

CMYK percentages

%65.83
%9.17
%0
%52.94

Codes

Color #296D78 in popluar color models

296D78
RGB41109120
HSL188°49.07%31.57%
HSB/HSV188°65.83%47.06%
CMYK65.83%9.17%0.00%
52.94%

Color #296D78 in popluar number systems.

HEX296D78
Decimal41109120
Binary10100111011011111000
Octal51155170

Shades and tints

Shades of #296D78

#296D78
(41,109,120)
#26646E
(38,100,110)
#235B64
(35,91,100)
#20525A
(32,82,90)
#1D4950
(29,73,80)
#1A4046
(26,64,70)
#17373C
(23,55,60)
#142E32
(20,46,50)
#112528
(17,37,40)
#0E1C1E
(14,28,30)
#0B1314
(11,19,20)
#000000
(0,0,0)

Tints of #296D78

#296D78
(41,109,120)
#3C7A84
(60,122,132)
#4F8790
(79,135,144)
#62949C
(98,148,156)
#75A1A8
(117,161,168)
#88AEB4
(136,174,180)
#9BBBC0
(155,187,192)
#AEC8CC
(174,200,204)
#C1D5D8
(193,213,216)
#D4E2E4
(212,226,228)
#E7EFF0
(231,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #296D78 color. Also use rgb(41,109,120) instead hex code.

Text Font Color

.myTextColor { color: #296D78; }

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

This text font color is #296D78.


Background Color

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

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

This div background color is #296D78.


Border color

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

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

This div border color is #296D78.


Opacity

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

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

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

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

This text has shadow with #296D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #296D78 on black background.


Color preview on white background

This text has color #296D78 on white background.



Black color preview on #296D78 background

This text has black color on #296D78 background.


White color preview on #296D78 background

This text has white color on #296D78 background.