COLOR #247C50

HEX: #247C50
RGB: (36,124,80)

Color info

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

RGB color model

#247C50 color RGB value is (36,124,80).

  • red value is 36;
  • green value is 124;
  • blue value is 80.
RGB:
(36,124,80)
(14%,49%,31%)

RGB channels and saturation

R 36 of 255 = 14%
G 124 of 255 = 49%
B 80 of 255 = 31%

36
124
80

R + G + B ~ 31%. #247C50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 124 + 80 = 240 (100%)
R 36 of 240 ~ 15%
G 124 of 240 ~ 51.67%
B 80 of 240 ~ 33.33%

%15
%51.67
%33.33

CMYK color model

#247C50 color CMYK value is (71,0,35,51).

  • cyan value is 70.97%
  • magenta value is 0.00%
  • yellow value is 35.48%
  • key color value is 51.37%
CMYK:
(71,0,35,51)
C71M0Y35K51 
(71%,0%,35%,51%)
(0.71/0.00/0.35/0.51)	

CMYK percentages

%70.97
%0
%35.48
%51.37

Codes

Color #247C50 in popluar color models

247C50
RGB3612480
HSL150°55.00%31.37%
HSB/HSV150°70.97%48.63%
CMYK70.97%0.00%35.48%
51.37%

Color #247C50 in popluar number systems.

HEX247C50
Decimal3612480
Binary10010011111001010000
Octal44174120

Shades and tints

Shades of #247C50

#247C50
(36,124,80)
#217149
(33,113,73)
#1E6642
(30,102,66)
#1B5B3B
(27,91,59)
#185034
(24,80,52)
#15452D
(21,69,45)
#123A26
(18,58,38)
#0F2F1F
(15,47,31)
#0C2418
(12,36,24)
#091911
(9,25,17)
#060E0A
(6,14,10)
#000000
(0,0,0)

Tints of #247C50

#247C50
(36,124,80)
#37875F
(55,135,95)
#4A926E
(74,146,110)
#5D9D7D
(93,157,125)
#70A88C
(112,168,140)
#83B39B
(131,179,155)
#96BEAA
(150,190,170)
#A9C9B9
(169,201,185)
#BCD4C8
(188,212,200)
#CFDFD7
(207,223,215)
#E2EAE6
(226,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #247C50 color. Also use rgb(36,124,80) instead hex code.

Text Font Color

.myTextColor { color: #247C50; }

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

This text font color is #247C50.


Background Color

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

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

This div background color is #247C50.


Border color

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

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

This div border color is #247C50.


Opacity

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

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

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

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

This text has shadow with #247C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #247C50 on black background.


Color preview on white background

This text has color #247C50 on white background.



Black color preview on #247C50 background

This text has black color on #247C50 background.


White color preview on #247C50 background

This text has white color on #247C50 background.