COLOR #297A62

HEX: #297A62
RGB: (41,122,98)

Color info

#297A62 contains mainly green and blue colors. Web safe color of #297A62 is #336666 (or #366).

RGB color model

#297A62 color RGB value is (41,122,98).

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

RGB channels and saturation

R 41 of 255 = 16%
G 122 of 255 = 48%
B 98 of 255 = 38%

41
122
98

R + G + B ~ 34%. #297A62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 122 + 98 = 261 (100%)
R 41 of 261 ~ 15.71%
G 122 of 261 ~ 46.74%
B 98 of 261 ~ 37.55%

%15.71
%46.74
%37.55

CMYK color model

#297A62 color CMYK value is (66,0,20,52).

  • cyan value is 66.39%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 52.16%
CMYK:
(66,0,20,52)
C66M0Y20K52 
(66%,0%,20%,52%)
(0.66/0.00/0.20/0.52)	

CMYK percentages

%66.39
%0
%19.67
%52.16

Codes

Color #297A62 in popluar color models

297A62
RGB4112298
HSL162°49.69%31.96%
HSB/HSV162°66.39%47.84%
CMYK66.39%0.00%19.67%
52.16%

Color #297A62 in popluar number systems.

HEX297A62
Decimal4112298
Binary10100111110101100010
Octal51172142

Shades and tints

Shades of #297A62

#297A62
(41,122,98)
#266F5A
(38,111,90)
#236452
(35,100,82)
#20594A
(32,89,74)
#1D4E42
(29,78,66)
#1A433A
(26,67,58)
#173832
(23,56,50)
#142D2A
(20,45,42)
#112222
(17,34,34)
#0E171A
(14,23,26)
#0B0C12
(11,12,18)
#000000
(0,0,0)

Tints of #297A62

#297A62
(41,122,98)
#3C8670
(60,134,112)
#4F927E
(79,146,126)
#629E8C
(98,158,140)
#75AA9A
(117,170,154)
#88B6A8
(136,182,168)
#9BC2B6
(155,194,182)
#AECEC4
(174,206,196)
#C1DAD2
(193,218,210)
#D4E6E0
(212,230,224)
#E7F2EE
(231,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #297A62; }

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

This text font color is #297A62.


Background Color

.myBgColor { background-color: #297A62; }

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

This div background color is #297A62.


Border color

.myBorderColor { border: 1px solid #297A62; }

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

This div border color is #297A62.


Opacity

.myOpacity80 { color: #297A62; opacity: 0.8; }

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

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

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

This text has shadow with #297A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #297A62 on black background.


Color preview on white background

This text has color #297A62 on white background.



Black color preview on #297A62 background

This text has black color on #297A62 background.


White color preview on #297A62 background

This text has white color on #297A62 background.