COLOR #298177

HEX: #298177
RGB: (41,129,119)

Color info

#298177 contains mainly green and blue colors. Web safe color of #298177 is #339966 (or #396).

RGB color model

#298177 color RGB value is (41,129,119).

  • red value is 41;
  • green value is 129;
  • blue value is 119.
RGB:
(41,129,119)
(16%,51%,47%)

RGB channels and saturation

R 41 of 255 = 16%
G 129 of 255 = 51%
B 119 of 255 = 47%

41
129
119

R + G + B ~ 38%. #298177 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 129 + 119 = 289 (100%)
R 41 of 289 ~ 14.19%
G 129 of 289 ~ 44.64%
B 119 of 289 ~ 41.18%

%14.19
%44.64
%41.18

CMYK color model

#298177 color CMYK value is (68,0,8,49).

  • cyan value is 68.22%
  • magenta value is 0.00%
  • yellow value is 7.75%
  • key color value is 49.41%
CMYK:
(68,0,8,49)
C68M0Y8K49 
(68%,0%,8%,49%)
(0.68/0.00/0.08/0.49)	

CMYK percentages

%68.22
%0
%7.75
%49.41

Codes

Color #298177 in popluar color models

298177
RGB41129119
HSL173°51.76%33.33%
HSB/HSV173°68.22%50.59%
CMYK68.22%0.00%7.75%
49.41%

Color #298177 in popluar number systems.

HEX298177
Decimal41129119
Binary101001100000011110111
Octal51201167

Shades and tints

Shades of #298177

#298177
(41,129,119)
#26766D
(38,118,109)
#236B63
(35,107,99)
#206059
(32,96,89)
#1D554F
(29,85,79)
#1A4A45
(26,74,69)
#173F3B
(23,63,59)
#143431
(20,52,49)
#112927
(17,41,39)
#0E1E1D
(14,30,29)
#0B1313
(11,19,19)
#000000
(0,0,0)

Tints of #298177

#298177
(41,129,119)
#3C8C83
(60,140,131)
#4F978F
(79,151,143)
#62A29B
(98,162,155)
#75ADA7
(117,173,167)
#88B8B3
(136,184,179)
#9BC3BF
(155,195,191)
#AECECB
(174,206,203)
#C1D9D7
(193,217,215)
#D4E4E3
(212,228,227)
#E7EFEF
(231,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #298177 color. Also use rgb(41,129,119) instead hex code.

Text Font Color

.myTextColor { color: #298177; }

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

This text font color is #298177.


Background Color

.myBgColor { background-color: #298177; }

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

This div background color is #298177.


Border color

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

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

This div border color is #298177.


Opacity

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

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

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

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

This text has shadow with #298177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #298177 on black background.


Color preview on white background

This text has color #298177 on white background.



Black color preview on #298177 background

This text has black color on #298177 background.


White color preview on #298177 background

This text has white color on #298177 background.