COLOR #247C7A

HEX: #247C7A RGB: (36,124,122)

Color info

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

RGB color model

#247C7A color RGB value is (36,124,122).

RGB: (36,124,122) (14%, 49%, 48%)

RGB channels and saturation

R 36 of 255 = 14%
G 124 of 255 = 49%
B 122 of 255 = 48%

36
124
122

R + G + B ~ 37%. #247C7A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 124 + 122 = 282 (100%)
R 36 of 282 ~ 12.77%
G 124 of 282 ~ 43.97%
B 122 of 282 ~ 43.26'%

%12.77
%43.97
%43.26

CMYK color model

#247C7A color CMYK value is (71,0,2,51).

  • cyan value is 70.97%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 51.37%

CMYK: (71,0,2,51)
C71M0Y2K51 (71%, 0%, 2%, 51%)
(0.71 / 0.00 / 0.02 / 0.51)

CMYK percentages

%70.97
%0
%1.61
%51.37

Codes

Color #247C7A in popluar color models

24 7C 7A
RGB 36 124 122
HSL 179° 55.00% 31.37%
HSB/HSV 179° 70.97% 48.63%
CMYK 70.97% 0.00% 1.61%
51.37%

Color #247C7A in popluar number systems.

HEX 24 7C 7A
Decimal 36 124 122
Binary 100100 1111100 1111010
Octal 44 174 172

Shades and tints

Shades of #247C7A

#247C7A
(36,124,122)
#21716F
(33,113,111)
#1E6664
(30,102,100)
#1B5B59
(27,91,89)
#18504E
(24,80,78)
#154543
(21,69,67)
#123A38
(18,58,56)
#0F2F2D
(15,47,45)
#0C2422
(12,36,34)
#091917
(9,25,23)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #247C7A

#247C7A
(36,124,122)
#378786
(55,135,134)
#4A9292
(74,146,146)
#5D9D9E
(93,157,158)
#70A8AA
(112,168,170)
#83B3B6
(131,179,182)
#96BEC2
(150,190,194)
#A9C9CE
(169,201,206)
#BCD4DA
(188,212,218)
#CFDFE6
(207,223,230)
#E2EAF2
(226,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #247C7A; }

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

This text font color is #247C7A.

Background Color

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

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

This div background color is #247C7A.

Border color

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

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

This div border color is #247C7A.

Opacity

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

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

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

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

This text has shadow with #247C7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #247C7A.

Preview

Color preview on black background

This text has color #247C7A on black background.


Color preview on white background

This text has color #247C7A on white background.


Black color preview on #247C7A background

This text has black color on #247C7A background.


White color preview on #247C7A background

This text has white color on #247C7A background.


Related colors

Complementary color

Complementary color for #hex is #DB8385.


I love getcolorcode.com

Triadic colors

1 #7A247C and #7C7A24 with #247C7A are triadic colors.

2 #7A7C24 and #7C247A with #247C7A are triadic colors.