COLOR #296D74

HEX: #296D74
RGB: (41,109,116)

Color info

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

RGB color model

#296D74 color RGB value is (41,109,116).

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

RGB channels and saturation

R 41 of 255 = 16%
G 109 of 255 = 43%
B 116 of 255 = 45%

41
109
116

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

Portions of RGB colors in percentages

R + G + B =
41 + 109 + 116 = 266 (100%)
R 41 of 266 ~ 15.41%
G 109 of 266 ~ 40.98%
B 116 of 266 ~ 43.61%

%15.41
%40.98
%43.61

CMYK color model

#296D74 color CMYK value is (65,6,0,55).

  • cyan value is 64.66%
  • magenta value is 6.03%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(65,6,0,55)
C65M6Y0K55 
(65%,6%,0%,55%)
(0.65/0.06/0.00/0.55)	

CMYK percentages

%64.66
%6.03
%0
%54.51

Codes

Color #296D74 in popluar color models

296D74
RGB41109116
HSL186°47.77%30.78%
HSB/HSV186°64.66%45.49%
CMYK64.66%6.03%0.00%
54.51%

Color #296D74 in popluar number systems.

HEX296D74
Decimal41109116
Binary10100111011011110100
Octal51155164

Shades and tints

Shades of #296D74

#296D74
(41,109,116)
#26646A
(38,100,106)
#235B60
(35,91,96)
#205256
(32,82,86)
#1D494C
(29,73,76)
#1A4042
(26,64,66)
#173738
(23,55,56)
#142E2E
(20,46,46)
#112524
(17,37,36)
#0E1C1A
(14,28,26)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #296D74

#296D74
(41,109,116)
#3C7A80
(60,122,128)
#4F878C
(79,135,140)
#629498
(98,148,152)
#75A1A4
(117,161,164)
#88AEB0
(136,174,176)
#9BBBBC
(155,187,188)
#AEC8C8
(174,200,200)
#C1D5D4
(193,213,212)
#D4E2E0
(212,226,224)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #296D74; }

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

This text font color is #296D74.


Background Color

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

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

This div background color is #296D74.


Border color

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

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

This div border color is #296D74.


Opacity

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

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

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

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

This text has shadow with #296D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #296D74 on black background.


Color preview on white background

This text has color #296D74 on white background.



Black color preview on #296D74 background

This text has black color on #296D74 background.


White color preview on #296D74 background

This text has white color on #296D74 background.