COLOR #296472

HEX: #296472
RGB: (41,100,114)

Color info

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

RGB color model

#296472 color RGB value is (41,100,114).

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

RGB channels and saturation

R 41 of 255 = 16%
G 100 of 255 = 39%
B 114 of 255 = 45%

41
100
114

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

Portions of RGB colors in percentages

R + G + B =
41 + 100 + 114 = 255 (100%)
R 41 of 255 ~ 16.08%
G 100 of 255 ~ 39.22%
B 114 of 255 ~ 44.71%

%16.08
%39.22
%44.71

CMYK color model

#296472 color CMYK value is (64,12,0,55).

  • cyan value is 64.04%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(64,12,0,55)
C64M12Y0K55 
(64%,12%,0%,55%)
(0.64/0.12/0.00/0.55)	

CMYK percentages

%64.04
%12.28
%0
%55.29

Codes

Color #296472 in popluar color models

296472
RGB41100114
HSL192°47.10%30.39%
HSB/HSV192°64.04%44.71%
CMYK64.04%12.28%0.00%
55.29%

Color #296472 in popluar number systems.

HEX296472
Decimal41100114
Binary10100111001001110010
Octal51144162

Shades and tints

Shades of #296472

#296472
(41,100,114)
#265B68
(38,91,104)
#23525E
(35,82,94)
#204954
(32,73,84)
#1D404A
(29,64,74)
#1A3740
(26,55,64)
#172E36
(23,46,54)
#14252C
(20,37,44)
#111C22
(17,28,34)
#0E1318
(14,19,24)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #296472

#296472
(41,100,114)
#3C727E
(60,114,126)
#4F808A
(79,128,138)
#628E96
(98,142,150)
#759CA2
(117,156,162)
#88AAAE
(136,170,174)
#9BB8BA
(155,184,186)
#AEC6C6
(174,198,198)
#C1D4D2
(193,212,210)
#D4E2DE
(212,226,222)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #296472; }

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

This text font color is #296472.


Background Color

.myBgColor { background-color: #296472; }

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

This div background color is #296472.


Border color

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

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

This div border color is #296472.


Opacity

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

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

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

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

This text has shadow with #296472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #296472 on black background.


Color preview on white background

This text has color #296472 on white background.



Black color preview on #296472 background

This text has black color on #296472 background.


White color preview on #296472 background

This text has white color on #296472 background.