COLOR #247F4C

HEX: #247F4C RGB: (36,127,76)

Color info

#247F4C contains mainly green and blue colors. Web safe color of #247F4C is #336633 (or #363).

RGB color model

#247F4C color RGB value is (36,127,76).

RGB: (36,127,76) (14%, 50%, 30%)

RGB channels and saturation

R 36 of 255 = 14%
G 127 of 255 = 50%
B 76 of 255 = 30%

36
127
76

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

Portions of RGB colors in percentages

R + G + B = 36 + 127 + 76 = 239 (100%)
R 36 of 239 ~ 15.06%
G 127 of 239 ~ 53.14%
B 76 of 239 ~ 31.8'%

%15.06
%53.14
%31.8

CMYK color model

#247F4C color CMYK value is (72,0,40,50).

  • cyan value is 71.65%
  • magenta value is 0.00%
  • yellow value is 40.16%
  • key color value is 50.20%

CMYK: (72,0,40,50)
C72M0Y40K50 (72%, 0%, 40%, 50%)
(0.72 / 0.00 / 0.40 / 0.50)

CMYK percentages

%71.65
%0
%40.16
%50.2

Codes

Color #247F4C in popluar color models

24 7F 4C
RGB 36 127 76
HSL 146° 55.83% 31.96%
HSB/HSV 146° 71.65% 49.80%
CMYK 71.65% 0.00% 40.16%
50.20%

Color #247F4C in popluar number systems.

HEX 24 7F 4C
Decimal 36 127 76
Binary 100100 1111111 1001100
Octal 44 177 114

Shades and tints

Shades of #247F4C

#247F4C
(36,127,76)
#217446
(33,116,70)
#1E6940
(30,105,64)
#1B5E3A
(27,94,58)
#185334
(24,83,52)
#15482E
(21,72,46)
#123D28
(18,61,40)
#0F3222
(15,50,34)
#0C271C
(12,39,28)
#091C16
(9,28,22)
#061110
(6,17,16)
#000000
(0,0,0)

Tints of #247F4C

#247F4C
(36,127,76)
#378A5C
(55,138,92)
#4A956C
(74,149,108)
#5DA07C
(93,160,124)
#70AB8C
(112,171,140)
#83B69C
(131,182,156)
#96C1AC
(150,193,172)
#A9CCBC
(169,204,188)
#BCD7CC
(188,215,204)
#CFE2DC
(207,226,220)
#E2EDEC
(226,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #247F4C color. Also use rgb(36,127,76) instead hex code.

Text Font Color

.myTextColor { color: #247F4C; }

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

This text font color is #247F4C.

Background Color

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

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

This div background color is #247F4C.

Border color

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

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

This div border color is #247F4C.

Opacity

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

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

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

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

This text has shadow with #247F4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #247F4C.

Preview

Color preview on black background

This text has color #247F4C on black background.


Color preview on white background

This text has color #247F4C on white background.


Black color preview on #247F4C background

This text has black color on #247F4C background.


White color preview on #247F4C background

This text has white color on #247F4C background.


Related colors

Complementary color

Complementary color for #hex is #DB80B3.


I love getcolorcode.com

Triadic colors

1 #4C247F and #7F4C24 with #247F4C are triadic colors.

2 #4C7F24 and #7F244C with #247F4C are triadic colors.