COLOR #247DA0

HEX: #247DA0
RGB: (36,125,160)

Color info

#247DA0 contains mainly green and blue colors. Web safe color of #247DA0 is #336699 (or #369).

RGB color model

#247DA0 color RGB value is (36,125,160).

  • red value is 36;
  • green value is 125;
  • blue value is 160.
RGB:
(36,125,160)
(14%,49%,63%)

RGB channels and saturation

R 36 of 255 = 14%
G 125 of 255 = 49%
B 160 of 255 = 63%

36
125
160

R + G + B ~ 42%. #247DA0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
36 + 125 + 160 = 321 (100%)
R 36 of 321 ~ 11.21%
G 125 of 321 ~ 38.94%
B 160 of 321 ~ 49.84%

%11.21
%38.94
%49.84

CMYK color model

#247DA0 color CMYK value is (78,22,0,37).

  • cyan value is 77.50%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(78,22,0,37)
C78M22Y0K37 
(78%,22%,0%,37%)
(0.78/0.22/0.00/0.37)	

CMYK percentages

%77.5
%21.88
%0
%37.25

Codes

Color #247DA0 in popluar color models

247DA0
RGB36125160
HSL197°63.27%38.43%
HSB/HSV197°77.50%62.75%
CMYK77.50%21.88%0.00%
37.25%

Color #247DA0 in popluar number systems.

HEX247DA0
Decimal36125160
Binary100100111110110100000
Octal44175240

Shades and tints

Shades of #247DA0

#247DA0
(36,125,160)
#217292
(33,114,146)
#1E6784
(30,103,132)
#1B5C76
(27,92,118)
#185168
(24,81,104)
#15465A
(21,70,90)
#123B4C
(18,59,76)
#0F303E
(15,48,62)
#0C2530
(12,37,48)
#091A22
(9,26,34)
#060F14
(6,15,20)
#000000
(0,0,0)

Tints of #247DA0

#247DA0
(36,125,160)
#3788A8
(55,136,168)
#4A93B0
(74,147,176)
#5D9EB8
(93,158,184)
#70A9C0
(112,169,192)
#83B4C8
(131,180,200)
#96BFD0
(150,191,208)
#A9CAD8
(169,202,216)
#BCD5E0
(188,213,224)
#CFE0E8
(207,224,232)
#E2EBF0
(226,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #247DA0 color. Also use rgb(36,125,160) instead hex code.

Text Font Color

.myTextColor { color: #247DA0; }

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

This text font color is #247DA0.


Background Color

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

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

This div background color is #247DA0.


Border color

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

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

This div border color is #247DA0.


Opacity

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

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

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

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

This text has shadow with #247DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #247DA0 on black background.


Color preview on white background

This text has color #247DA0 on white background.



Black color preview on #247DA0 background

This text has black color on #247DA0 background.


White color preview on #247DA0 background

This text has white color on #247DA0 background.