COLOR #296868

HEX: #296868
RGB: (41,104,104)

Color info

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

RGB color model

#296868 color RGB value is (41,104,104).

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

RGB channels and saturation

R 41 of 255 = 16%
G 104 of 255 = 41%
B 104 of 255 = 41%

41
104
104

R + G + B ~ 33%. #296868 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 104 + 104 = 249 (100%)
R 41 of 249 ~ 16.47%
G 104 of 249 ~ 41.77%
B 104 of 249 ~ 41.77%

%16.47
%41.77
%41.77

CMYK color model

#296868 color CMYK value is (61,0,0,59).

  • cyan value is 60.58%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(61,0,0,59)
C61M0Y0K59 
(61%,0%,0%,59%)
(0.61/0.00/0.00/0.59)	

CMYK percentages

%60.58
%0
%0
%59.22

Codes

Color #296868 in popluar color models

296868
RGB41104104
HSL180°43.45%28.43%
HSB/HSV180°60.58%40.78%
CMYK60.58%0.00%0.00%
59.22%

Color #296868 in popluar number systems.

HEX296868
Decimal41104104
Binary10100111010001101000
Octal51150150

Shades and tints

Shades of #296868

#296868
(41,104,104)
#265F5F
(38,95,95)
#235656
(35,86,86)
#204D4D
(32,77,77)
#1D4444
(29,68,68)
#1A3B3B
(26,59,59)
#173232
(23,50,50)
#142929
(20,41,41)
#112020
(17,32,32)
#0E1717
(14,23,23)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #296868

#296868
(41,104,104)
#3C7575
(60,117,117)
#4F8282
(79,130,130)
#628F8F
(98,143,143)
#759C9C
(117,156,156)
#88A9A9
(136,169,169)
#9BB6B6
(155,182,182)
#AEC3C3
(174,195,195)
#C1D0D0
(193,208,208)
#D4DDDD
(212,221,221)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #296868; }

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

This text font color is #296868.


Background Color

.myBgColor { background-color: #296868; }

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

This div background color is #296868.


Border color

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

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

This div border color is #296868.


Opacity

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

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

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

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

This text has shadow with #296868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #296868 on black background.


Color preview on white background

This text has color #296868 on white background.



Black color preview on #296868 background

This text has black color on #296868 background.


White color preview on #296868 background

This text has white color on #296868 background.