COLOR #124E4D

HEX: #124E4D RGB: (18,78,77)

Color info

#124E4D contains mainly green and blue colors. Web safe color of #124E4D is #006633 (or #063).

RGB color model

#124E4D color RGB value is (18,78,77).

RGB: (18,78,77) (7%, 31%, 30%)

RGB channels and saturation

R 18 of 255 = 7%
G 78 of 255 = 31%
B 77 of 255 = 30%

18
78
77

R + G + B ~ 23%. #124E4D is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 78 + 77 = 173 (100%)
R 18 of 173 ~ 10.4%
G 78 of 173 ~ 45.09%
B 77 of 173 ~ 44.51'%

%10.4
%45.09
%44.51

CMYK color model

#124E4D color CMYK value is (77,0,1,69).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 1.28%
  • key color value is 69.41%
CMYK: (77,0,1,69) C77M0Y1K69 (77%,0%,1%,69%) (0.77/0.00/0.01/0.69) 

CMYK percentages

%76.92
%0
%1.28
%69.41

Codes

Color #124E4D in popluar color models

12 4E 4D
RGB 18 78 77
HSL 179° 62.50% 18.82%
HSB/HSV 179° 76.92% 30.59%
CMYK 76.92% 0.00% 1.28%
69.41%

Color #124E4D in popluar number systems.

HEX 12 4E 4D
Decimal 18 78 77
Binary 10010 1001110 1001101
Octal 22 116 115

Shades and tints

Shades of #124E4D

#124E4D
(18,78,77)
#114746
(17,71,70)
#10403F
(16,64,63)
#0F3938
(15,57,56)
#0E3231
(14,50,49)
#0D2B2A
(13,43,42)
#0C2423
(12,36,35)
#0B1D1C
(11,29,28)
#0A1615
(10,22,21)
#090F0E
(9,15,14)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #124E4D

#124E4D
(18,78,77)
#275E5D
(39,94,93)
#3C6E6D
(60,110,109)
#517E7D
(81,126,125)
#668E8D
(102,142,141)
#7B9E9D
(123,158,157)
#90AEAD
(144,174,173)
#A5BEBD
(165,190,189)
#BACECD
(186,206,205)
#CFDEDD
(207,222,221)
#E4EEED
(228,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #124E4D color. Also use rgb(18,78,77) instead hex code.

Text Font Color

.myTextColor { color: #124E4D; }

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

This text font color is #124E4D.

Background Color

.myBgColor { background-color: #124E4D; }

<div style="background-color:#124E4D">Inner text</div>

This div background color is #124E4D.

Border color

.myBorderColor { border: 1px solid #124E4D; }

<div style="border:3px solid #124E4D">Div</div>

This div border color is #124E4D.

Opacity

.myOpacity80 { color: #124E4D; opacity: 0.8; }

<p style="color:#124E4D;opacity:0.8;">80%</p>

Text with #124E4D 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 #124E4D;}

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

This text has shadow with #124E4D color.


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

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

This text has shadow with #124E4D primary color and red secondary color.


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

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

This text has shadow with #124E4D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #124E4D.

Preview

Color preview on black background

This text has color #124E4D on black background.


Color preview on white background

This text has color #124E4D on white background.


Black color preview on #124E4D background

This text has black color on #124E4D background.


White color preview on #124E4D background

This text has white color on #124E4D background.


Related colors

Complementary color

Complementary color for #hex is #EDB1B2.


I love getcolorcode.com

Triadic colors

1 #4D124E and #4E4D12 with #124E4D are triadic colors.

2 #4D4E12 and #4E124D with #124E4D are triadic colors.