COLOR #247A62

HEX: #247A62
RGB: (36,122,98)

Color info

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

RGB color model

#247A62 color RGB value is (36,122,98).

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

RGB channels and saturation

R 36 of 255 = 14%
G 122 of 255 = 48%
B 98 of 255 = 38%

36
122
98

R + G + B ~ 33%. #247A62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 122 + 98 = 256 (100%)
R 36 of 256 ~ 14.06%
G 122 of 256 ~ 47.66%
B 98 of 256 ~ 38.28%

%14.06
%47.66
%38.28

CMYK color model

#247A62 color CMYK value is (70,0,20,52).

  • cyan value is 70.49%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 52.16%
CMYK:
(70,0,20,52)
C70M0Y20K52 
(70%,0%,20%,52%)
(0.70/0.00/0.20/0.52)	

CMYK percentages

%70.49
%0
%19.67
%52.16

Codes

Color #247A62 in popluar color models

247A62
RGB3612298
HSL163°54.43%30.98%
HSB/HSV163°70.49%47.84%
CMYK70.49%0.00%19.67%
52.16%

Color #247A62 in popluar number systems.

HEX247A62
Decimal3612298
Binary10010011110101100010
Octal44172142

Shades and tints

Shades of #247A62

#247A62
(36,122,98)
#216F5A
(33,111,90)
#1E6452
(30,100,82)
#1B594A
(27,89,74)
#184E42
(24,78,66)
#15433A
(21,67,58)
#123832
(18,56,50)
#0F2D2A
(15,45,42)
#0C2222
(12,34,34)
#09171A
(9,23,26)
#060C12
(6,12,18)
#000000
(0,0,0)

Tints of #247A62

#247A62
(36,122,98)
#378670
(55,134,112)
#4A927E
(74,146,126)
#5D9E8C
(93,158,140)
#70AA9A
(112,170,154)
#83B6A8
(131,182,168)
#96C2B6
(150,194,182)
#A9CEC4
(169,206,196)
#BCDAD2
(188,218,210)
#CFE6E0
(207,230,224)
#E2F2EE
(226,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #247A62; }

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

This text font color is #247A62.


Background Color

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

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

This div background color is #247A62.


Border color

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

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

This div border color is #247A62.


Opacity

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

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

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

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

This text has shadow with #247A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #247A62 on black background.


Color preview on white background

This text has color #247A62 on white background.



Black color preview on #247A62 background

This text has black color on #247A62 background.


White color preview on #247A62 background

This text has white color on #247A62 background.