COLOR #296353

HEX: #296353
RGB: (41,99,83)

Color info

#296353 contains red, green and blue colors in about the same proportion. Web safe color of #296353 is #336666 (or #366).

RGB color model

#296353 color RGB value is (41,99,83).

  • red value is 41;
  • green value is 99;
  • blue value is 83.
RGB:
(41,99,83)
(16%,39%,33%)

RGB channels and saturation

R 41 of 255 = 16%
G 99 of 255 = 39%
B 83 of 255 = 33%

41
99
83

R + G + B ~ 29%. #296353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 99 + 83 = 223 (100%)
R 41 of 223 ~ 18.39%
G 99 of 223 ~ 44.39%
B 83 of 223 ~ 37.22%

%18.39
%44.39
%37.22

CMYK color model

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

  • cyan value is 58.59%
  • magenta value is 0.00%
  • yellow value is 16.16%
  • key color value is 61.18%
CMYK:
(59,0,16,61)
C59M0Y16K61 
(59%,0%,16%,61%)
(0.59/0.00/0.16/0.61)	

CMYK percentages

%58.59
%0
%16.16
%61.18

Codes

Color #296353 in popluar color models

296353
RGB419983
HSL163°41.43%27.45%
HSB/HSV163°58.59%38.82%
CMYK58.59%0.00%16.16%
61.18%

Color #296353 in popluar number systems.

HEX296353
Decimal419983
Binary10100111000111010011
Octal51143123

Shades and tints

Shades of #296353

#296353
(41,99,83)
#265A4C
(38,90,76)
#235145
(35,81,69)
#20483E
(32,72,62)
#1D3F37
(29,63,55)
#1A3630
(26,54,48)
#172D29
(23,45,41)
#142422
(20,36,34)
#111B1B
(17,27,27)
#0E1214
(14,18,20)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #296353

#296353
(41,99,83)
#3C7162
(60,113,98)
#4F7F71
(79,127,113)
#628D80
(98,141,128)
#759B8F
(117,155,143)
#88A99E
(136,169,158)
#9BB7AD
(155,183,173)
#AEC5BC
(174,197,188)
#C1D3CB
(193,211,203)
#D4E1DA
(212,225,218)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #296353; }

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

This text font color is #296353.


Background Color

.myBgColor { background-color: #296353; }

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

This div background color is #296353.


Border color

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

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

This div border color is #296353.


Opacity

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

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

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

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

This text has shadow with #296353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #296353 on black background.


Color preview on white background

This text has color #296353 on white background.



Black color preview on #296353 background

This text has black color on #296353 background.


White color preview on #296353 background

This text has white color on #296353 background.