COLOR #296970

HEX: #296970
RGB: (41,105,112)

Color info

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

RGB color model

#296970 color RGB value is (41,105,112).

  • red value is 41;
  • green value is 105;
  • blue value is 112.
RGB:
(41,105,112)
(16%,41%,44%)

RGB channels and saturation

R 41 of 255 = 16%
G 105 of 255 = 41%
B 112 of 255 = 44%

41
105
112

R + G + B ~ 34%. #296970 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 105 + 112 = 258 (100%)
R 41 of 258 ~ 15.89%
G 105 of 258 ~ 40.7%
B 112 of 258 ~ 43.41%

%15.89
%40.7
%43.41

CMYK color model

#296970 color CMYK value is (63,6,0,56).

  • cyan value is 63.39%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(63,6,0,56)
C63M6Y0K56 
(63%,6%,0%,56%)
(0.63/0.06/0.00/0.56)	

CMYK percentages

%63.39
%6.25
%0
%56.08

Codes

Color #296970 in popluar color models

296970
RGB41105112
HSL186°46.41%30.00%
HSB/HSV186°63.39%43.92%
CMYK63.39%6.25%0.00%
56.08%

Color #296970 in popluar number systems.

HEX296970
Decimal41105112
Binary10100111010011110000
Octal51151160

Shades and tints

Shades of #296970

#296970
(41,105,112)
#266066
(38,96,102)
#23575C
(35,87,92)
#204E52
(32,78,82)
#1D4548
(29,69,72)
#1A3C3E
(26,60,62)
#173334
(23,51,52)
#142A2A
(20,42,42)
#112120
(17,33,32)
#0E1816
(14,24,22)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #296970

#296970
(41,105,112)
#3C767D
(60,118,125)
#4F838A
(79,131,138)
#629097
(98,144,151)
#759DA4
(117,157,164)
#88AAB1
(136,170,177)
#9BB7BE
(155,183,190)
#AEC4CB
(174,196,203)
#C1D1D8
(193,209,216)
#D4DEE5
(212,222,229)
#E7EBF2
(231,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #296970 color. Also use rgb(41,105,112) instead hex code.

Text Font Color

.myTextColor { color: #296970; }

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

This text font color is #296970.


Background Color

.myBgColor { background-color: #296970; }

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

This div background color is #296970.


Border color

.myBorderColor { border: 1px solid #296970; }

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

This div border color is #296970.


Opacity

.myOpacity80 { color: #296970; opacity: 0.8; }

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

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

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

This text has shadow with #296970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #296970 on black background.


Color preview on white background

This text has color #296970 on white background.



Black color preview on #296970 background

This text has black color on #296970 background.


White color preview on #296970 background

This text has white color on #296970 background.