COLOR #298173

HEX: #298173
RGB: (41,129,115)

Color info

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

RGB color model

#298173 color RGB value is (41,129,115).

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

RGB channels and saturation

R 41 of 255 = 16%
G 129 of 255 = 51%
B 115 of 255 = 45%

41
129
115

R + G + B ~ 37%. #298173 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 129 + 115 = 285 (100%)
R 41 of 285 ~ 14.39%
G 129 of 285 ~ 45.26%
B 115 of 285 ~ 40.35%

%14.39
%45.26
%40.35

CMYK color model

#298173 color CMYK value is (68,0,11,49).

  • cyan value is 68.22%
  • magenta value is 0.00%
  • yellow value is 10.85%
  • key color value is 49.41%
CMYK:
(68,0,11,49)
C68M0Y11K49 
(68%,0%,11%,49%)
(0.68/0.00/0.11/0.49)	

CMYK percentages

%68.22
%0
%10.85
%49.41

Codes

Color #298173 in popluar color models

298173
RGB41129115
HSL170°51.76%33.33%
HSB/HSV170°68.22%50.59%
CMYK68.22%0.00%10.85%
49.41%

Color #298173 in popluar number systems.

HEX298173
Decimal41129115
Binary101001100000011110011
Octal51201163

Shades and tints

Shades of #298173

#298173
(41,129,115)
#267669
(38,118,105)
#236B5F
(35,107,95)
#206055
(32,96,85)
#1D554B
(29,85,75)
#1A4A41
(26,74,65)
#173F37
(23,63,55)
#14342D
(20,52,45)
#112923
(17,41,35)
#0E1E19
(14,30,25)
#0B130F
(11,19,15)
#000000
(0,0,0)

Tints of #298173

#298173
(41,129,115)
#3C8C7F
(60,140,127)
#4F978B
(79,151,139)
#62A297
(98,162,151)
#75ADA3
(117,173,163)
#88B8AF
(136,184,175)
#9BC3BB
(155,195,187)
#AECEC7
(174,206,199)
#C1D9D3
(193,217,211)
#D4E4DF
(212,228,223)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #298173; }

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

This text font color is #298173.


Background Color

.myBgColor { background-color: #298173; }

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

This div background color is #298173.


Border color

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

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

This div border color is #298173.


Opacity

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

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

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

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

This text has shadow with #298173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #298173 on black background.


Color preview on white background

This text has color #298173 on white background.



Black color preview on #298173 background

This text has black color on #298173 background.


White color preview on #298173 background

This text has white color on #298173 background.