COLOR #296242

HEX: #296242
RGB: (41,98,66)

Color info

#296242 contains red, green and blue colors in about the same proportion. Web safe color of #296242 is #336633 (or #363).

RGB color model

#296242 color RGB value is (41,98,66).

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

RGB channels and saturation

R 41 of 255 = 16%
G 98 of 255 = 38%
B 66 of 255 = 26%

41
98
66

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

Portions of RGB colors in percentages

R + G + B =
41 + 98 + 66 = 205 (100%)
R 41 of 205 ~ 20%
G 98 of 205 ~ 47.8%
B 66 of 205 ~ 32.2%

%20
%47.8
%32.2

CMYK color model

#296242 color CMYK value is (58,0,33,62).

  • cyan value is 58.16%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 61.57%
CMYK:
(58,0,33,62)
C58M0Y33K62 
(58%,0%,33%,62%)
(0.58/0.00/0.33/0.62)	

CMYK percentages

%58.16
%0
%32.65
%61.57

Codes

Color #296242 in popluar color models

296242
RGB419866
HSL146°41.01%27.25%
HSB/HSV146°58.16%38.43%
CMYK58.16%0.00%32.65%
61.57%

Color #296242 in popluar number systems.

HEX296242
Decimal419866
Binary10100111000101000010
Octal51142102

Shades and tints

Shades of #296242

#296242
(41,98,66)
#265A3C
(38,90,60)
#235236
(35,82,54)
#204A30
(32,74,48)
#1D422A
(29,66,42)
#1A3A24
(26,58,36)
#17321E
(23,50,30)
#142A18
(20,42,24)
#112212
(17,34,18)
#0E1A0C
(14,26,12)
#0B1206
(11,18,6)
#000000
(0,0,0)

Tints of #296242

#296242
(41,98,66)
#3C7053
(60,112,83)
#4F7E64
(79,126,100)
#628C75
(98,140,117)
#759A86
(117,154,134)
#88A897
(136,168,151)
#9BB6A8
(155,182,168)
#AEC4B9
(174,196,185)
#C1D2CA
(193,210,202)
#D4E0DB
(212,224,219)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #296242; }

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

This text font color is #296242.


Background Color

.myBgColor { background-color: #296242; }

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

This div background color is #296242.


Border color

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

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

This div border color is #296242.


Opacity

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

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

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

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

This text has shadow with #296242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #296242 on black background.


Color preview on white background

This text has color #296242 on white background.



Black color preview on #296242 background

This text has black color on #296242 background.


White color preview on #296242 background

This text has white color on #296242 background.