COLOR #124F4D

HEX: #124F4D
RGB: (18,79,77)

Color info

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

RGB color model

#124F4D color RGB value is (18,79,77).

  • red value is 18;
  • green value is 79;
  • blue value is 77.
RGB:
(18,79,77)
(7%,31%,30%)

RGB channels and saturation

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

18
79
77

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

Portions of RGB colors in percentages

R + G + B =
18 + 79 + 77 = 174 (100%)
R 18 of 174 ~ 10.34%
G 79 of 174 ~ 45.4%
B 77 of 174 ~ 44.25%

%10.34
%45.4
%44.25

CMYK color model

#124F4D color CMYK value is (77,0,3,69).

  • cyan value is 77.22%
  • magenta value is 0.00%
  • yellow value is 2.53%
  • key color value is 69.02%
CMYK:
(77,0,3,69)
C77M0Y3K69 
(77%,0%,3%,69%)
(0.77/0.00/0.03/0.69)	

CMYK percentages

%77.22
%0
%2.53
%69.02

Codes

Color #124F4D in popluar color models

124F4D
RGB187977
HSL178°62.89%19.02%
HSB/HSV178°77.22%30.98%
CMYK77.22%0.00%2.53%
69.02%

Color #124F4D in popluar number systems.

HEX124F4D
Decimal187977
Binary1001010011111001101
Octal22117115

Shades and tints

Shades of #124F4D

#124F4D
(18,79,77)
#114846
(17,72,70)
#10413F
(16,65,63)
#0F3A38
(15,58,56)
#0E3331
(14,51,49)
#0D2C2A
(13,44,42)
#0C2523
(12,37,35)
#0B1E1C
(11,30,28)
#0A1715
(10,23,21)
#09100E
(9,16,14)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #124F4D

#124F4D
(18,79,77)
#275F5D
(39,95,93)
#3C6F6D
(60,111,109)
#517F7D
(81,127,125)
#668F8D
(102,143,141)
#7B9F9D
(123,159,157)
#90AFAD
(144,175,173)
#A5BFBD
(165,191,189)
#BACFCD
(186,207,205)
#CFDFDD
(207,223,221)
#E4EFED
(228,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124F4D; }

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

This text font color is #124F4D.


Background Color

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

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

This div background color is #124F4D.


Border color

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

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

This div border color is #124F4D.


Opacity

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

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

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

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

This text has shadow with #124F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124F4D on black background.


Color preview on white background

This text has color #124F4D on white background.



Black color preview on #124F4D background

This text has black color on #124F4D background.


White color preview on #124F4D background

This text has white color on #124F4D background.