COLOR #296664

HEX: #296664
RGB: (41,102,100)

Color info

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

RGB color model

#296664 color RGB value is (41,102,100).

  • red value is 41;
  • green value is 102;
  • blue value is 100.
RGB:
(41,102,100)
(16%,40%,39%)

RGB channels and saturation

R 41 of 255 = 16%
G 102 of 255 = 40%
B 100 of 255 = 39%

41
102
100

R + G + B ~ 32%. #296664 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 102 + 100 = 243 (100%)
R 41 of 243 ~ 16.87%
G 102 of 243 ~ 41.98%
B 100 of 243 ~ 41.15%

%16.87
%41.98
%41.15

CMYK color model

#296664 color CMYK value is (60,0,2,60).

  • cyan value is 59.80%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 60.00%
CMYK:
(60,0,2,60)
C60M0Y2K60 
(60%,0%,2%,60%)
(0.60/0.00/0.02/0.60)	

CMYK percentages

%59.8
%0
%1.96
%60

Codes

Color #296664 in popluar color models

296664
RGB41102100
HSL178°42.66%28.04%
HSB/HSV178°59.80%40.00%
CMYK59.80%0.00%1.96%
60.00%

Color #296664 in popluar number systems.

HEX296664
Decimal41102100
Binary10100111001101100100
Octal51146144

Shades and tints

Shades of #296664

#296664
(41,102,100)
#265D5B
(38,93,91)
#235452
(35,84,82)
#204B49
(32,75,73)
#1D4240
(29,66,64)
#1A3937
(26,57,55)
#17302E
(23,48,46)
#142725
(20,39,37)
#111E1C
(17,30,28)
#0E1513
(14,21,19)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #296664

#296664
(41,102,100)
#3C7372
(60,115,114)
#4F8080
(79,128,128)
#628D8E
(98,141,142)
#759A9C
(117,154,156)
#88A7AA
(136,167,170)
#9BB4B8
(155,180,184)
#AEC1C6
(174,193,198)
#C1CED4
(193,206,212)
#D4DBE2
(212,219,226)
#E7E8F0
(231,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #296664 color. Also use rgb(41,102,100) instead hex code.

Text Font Color

.myTextColor { color: #296664; }

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

This text font color is #296664.


Background Color

.myBgColor { background-color: #296664; }

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

This div background color is #296664.


Border color

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

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

This div border color is #296664.


Opacity

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

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

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

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

This text has shadow with #296664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #296664 on black background.


Color preview on white background

This text has color #296664 on white background.



Black color preview on #296664 background

This text has black color on #296664 background.


White color preview on #296664 background

This text has white color on #296664 background.