COLOR #247B6A

HEX: #247B6A
RGB: (36,123,106)

Color info

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

RGB color model

#247B6A color RGB value is (36,123,106).

  • red value is 36;
  • green value is 123;
  • blue value is 106.
RGB:
(36,123,106)
(14%,48%,42%)

RGB channels and saturation

R 36 of 255 = 14%
G 123 of 255 = 48%
B 106 of 255 = 42%

36
123
106

R + G + B ~ 35%. #247B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 123 + 106 = 265 (100%)
R 36 of 265 ~ 13.58%
G 123 of 265 ~ 46.42%
B 106 of 265 ~ 40%

%13.58
%46.42
%40

CMYK color model

#247B6A color CMYK value is (71,0,14,52).

  • cyan value is 70.73%
  • magenta value is 0.00%
  • yellow value is 13.82%
  • key color value is 51.76%
CMYK:
(71,0,14,52)
C71M0Y14K52 
(71%,0%,14%,52%)
(0.71/0.00/0.14/0.52)	

CMYK percentages

%70.73
%0
%13.82
%51.76

Codes

Color #247B6A in popluar color models

247B6A
RGB36123106
HSL168°54.72%31.18%
HSB/HSV168°70.73%48.24%
CMYK70.73%0.00%13.82%
51.76%

Color #247B6A in popluar number systems.

HEX247B6A
Decimal36123106
Binary10010011110111101010
Octal44173152

Shades and tints

Shades of #247B6A

#247B6A
(36,123,106)
#217061
(33,112,97)
#1E6558
(30,101,88)
#1B5A4F
(27,90,79)
#184F46
(24,79,70)
#15443D
(21,68,61)
#123934
(18,57,52)
#0F2E2B
(15,46,43)
#0C2322
(12,35,34)
#091819
(9,24,25)
#060D10
(6,13,16)
#000000
(0,0,0)

Tints of #247B6A

#247B6A
(36,123,106)
#378777
(55,135,119)
#4A9384
(74,147,132)
#5D9F91
(93,159,145)
#70AB9E
(112,171,158)
#83B7AB
(131,183,171)
#96C3B8
(150,195,184)
#A9CFC5
(169,207,197)
#BCDBD2
(188,219,210)
#CFE7DF
(207,231,223)
#E2F3EC
(226,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #247B6A color. Also use rgb(36,123,106) instead hex code.

Text Font Color

.myTextColor { color: #247B6A; }

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

This text font color is #247B6A.


Background Color

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

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

This div background color is #247B6A.


Border color

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

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

This div border color is #247B6A.


Opacity

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

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

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

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

This text has shadow with #247B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #247B6A on black background.


Color preview on white background

This text has color #247B6A on white background.



Black color preview on #247B6A background

This text has black color on #247B6A background.


White color preview on #247B6A background

This text has white color on #247B6A background.