COLOR #296742

HEX: #296742
RGB: (41,103,66)

Color info

#296742 contains mainly green and blue colors. Web safe color of #296742 is #336633 (or #363).

RGB color model

#296742 color RGB value is (41,103,66).

  • red value is 41;
  • green value is 103;
  • blue value is 66.
RGB:
(41,103,66)
(16%,40%,26%)

RGB channels and saturation

R 41 of 255 = 16%
G 103 of 255 = 40%
B 66 of 255 = 26%

41
103
66

R + G + B ~ 27%. #296742 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 103 + 66 = 210 (100%)
R 41 of 210 ~ 19.52%
G 103 of 210 ~ 49.05%
B 66 of 210 ~ 31.43%

%19.52
%49.05
%31.43

CMYK color model

#296742 color CMYK value is (60,0,36,60).

  • cyan value is 60.19%
  • magenta value is 0.00%
  • yellow value is 35.92%
  • key color value is 59.61%
CMYK:
(60,0,36,60)
C60M0Y36K60 
(60%,0%,36%,60%)
(0.60/0.00/0.36/0.60)	

CMYK percentages

%60.19
%0
%35.92
%59.61

Codes

Color #296742 in popluar color models

296742
RGB4110366
HSL144°43.06%28.24%
HSB/HSV144°60.19%40.39%
CMYK60.19%0.00%35.92%
59.61%

Color #296742 in popluar number systems.

HEX296742
Decimal4110366
Binary10100111001111000010
Octal51147102

Shades and tints

Shades of #296742

#296742
(41,103,66)
#265E3C
(38,94,60)
#235536
(35,85,54)
#204C30
(32,76,48)
#1D432A
(29,67,42)
#1A3A24
(26,58,36)
#17311E
(23,49,30)
#142818
(20,40,24)
#111F12
(17,31,18)
#0E160C
(14,22,12)
#0B0D06
(11,13,6)
#000000
(0,0,0)

Tints of #296742

#296742
(41,103,66)
#3C7453
(60,116,83)
#4F8164
(79,129,100)
#628E75
(98,142,117)
#759B86
(117,155,134)
#88A897
(136,168,151)
#9BB5A8
(155,181,168)
#AEC2B9
(174,194,185)
#C1CFCA
(193,207,202)
#D4DCDB
(212,220,219)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #296742; }

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

This text font color is #296742.


Background Color

.myBgColor { background-color: #296742; }

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

This div background color is #296742.


Border color

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

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

This div border color is #296742.


Opacity

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

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

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

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

This text has shadow with #296742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #296742 on black background.


Color preview on white background

This text has color #296742 on white background.



Black color preview on #296742 background

This text has black color on #296742 background.


White color preview on #296742 background

This text has white color on #296742 background.