COLOR #299A83

HEX: #299A83
RGB: (41,154,131)

Color info

#299A83 contains mainly green and blue colors. Web safe color of #299A83 is #339999 (or #399).

RGB color model

#299A83 color RGB value is (41,154,131).

  • red value is 41;
  • green value is 154;
  • blue value is 131.
RGB:
(41,154,131)
(16%,60%,51%)

RGB channels and saturation

R 41 of 255 = 16%
G 154 of 255 = 60%
B 131 of 255 = 51%

41
154
131

R + G + B ~ 42%. #299A83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
41 + 154 + 131 = 326 (100%)
R 41 of 326 ~ 12.58%
G 154 of 326 ~ 47.24%
B 131 of 326 ~ 40.18%

%12.58
%47.24
%40.18

CMYK color model

#299A83 color CMYK value is (73,0,15,40).

  • cyan value is 73.38%
  • magenta value is 0.00%
  • yellow value is 14.94%
  • key color value is 39.61%
CMYK:
(73,0,15,40)
C73M0Y15K40 
(73%,0%,15%,40%)
(0.73/0.00/0.15/0.40)	

CMYK percentages

%73.38
%0
%14.94
%39.61

Codes

Color #299A83 in popluar color models

299A83
RGB41154131
HSL168°57.95%38.24%
HSB/HSV168°73.38%60.39%
CMYK73.38%0.00%14.94%
39.61%

Color #299A83 in popluar number systems.

HEX299A83
Decimal41154131
Binary1010011001101010000011
Octal51232203

Shades and tints

Shades of #299A83

#299A83
(41,154,131)
#268C78
(38,140,120)
#237E6D
(35,126,109)
#207062
(32,112,98)
#1D6257
(29,98,87)
#1A544C
(26,84,76)
#174641
(23,70,65)
#143836
(20,56,54)
#112A2B
(17,42,43)
#0E1C20
(14,28,32)
#0B0E15
(11,14,21)
#000000
(0,0,0)

Tints of #299A83

#299A83
(41,154,131)
#3CA38E
(60,163,142)
#4FAC99
(79,172,153)
#62B5A4
(98,181,164)
#75BEAF
(117,190,175)
#88C7BA
(136,199,186)
#9BD0C5
(155,208,197)
#AED9D0
(174,217,208)
#C1E2DB
(193,226,219)
#D4EBE6
(212,235,230)
#E7F4F1
(231,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #299A83 color. Also use rgb(41,154,131) instead hex code.

Text Font Color

.myTextColor { color: #299A83; }

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

This text font color is #299A83.


Background Color

.myBgColor { background-color: #299A83; }

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

This div background color is #299A83.


Border color

.myBorderColor { border: 1px solid #299A83; }

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

This div border color is #299A83.


Opacity

.myOpacity80 { color: #299A83; opacity: 0.8; }

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

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

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

This text has shadow with #299A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #299A83 on black background.


Color preview on white background

This text has color #299A83 on white background.



Black color preview on #299A83 background

This text has black color on #299A83 background.


White color preview on #299A83 background

This text has white color on #299A83 background.