COLOR #124F79

HEX: #124F79
RGB: (18,79,121)

Color info

#124F79 contains mainly green and blue colors. Web safe color of #124F79 is #006666 (or #066).

RGB color model

#124F79 color RGB value is (18,79,121).

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

RGB channels and saturation

R 18 of 255 = 7%
G 79 of 255 = 31%
B 121 of 255 = 47%

18
79
121

R + G + B ~ 28%. #124F79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 79 + 121 = 218 (100%)
R 18 of 218 ~ 8.26%
G 79 of 218 ~ 36.24%
B 121 of 218 ~ 55.5%

%36.24
%55.5

CMYK color model

#124F79 color CMYK value is (85,35,0,53).

  • cyan value is 85.12%
  • magenta value is 34.71%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(85,35,0,53)
C85M35Y0K53 
(85%,35%,0%,53%)
(0.85/0.35/0.00/0.53)	

CMYK percentages

%85.12
%34.71
%0
%52.55

Codes

Color #124F79 in popluar color models

124F79
RGB1879121
HSL204°74.10%27.25%
HSB/HSV204°85.12%47.45%
CMYK85.12%34.71%0.00%
52.55%

Color #124F79 in popluar number systems.

HEX124F79
Decimal1879121
Binary1001010011111111001
Octal22117171

Shades and tints

Shades of #124F79

#124F79
(18,79,121)
#11486E
(17,72,110)
#104163
(16,65,99)
#0F3A58
(15,58,88)
#0E334D
(14,51,77)
#0D2C42
(13,44,66)
#0C2537
(12,37,55)
#0B1E2C
(11,30,44)
#0A1721
(10,23,33)
#091016
(9,16,22)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #124F79

#124F79
(18,79,121)
#275F85
(39,95,133)
#3C6F91
(60,111,145)
#517F9D
(81,127,157)
#668FA9
(102,143,169)
#7B9FB5
(123,159,181)
#90AFC1
(144,175,193)
#A5BFCD
(165,191,205)
#BACFD9
(186,207,217)
#CFDFE5
(207,223,229)
#E4EFF1
(228,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124F79; }

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

This text font color is #124F79.


Background Color

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

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

This div background color is #124F79.


Border color

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

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

This div border color is #124F79.


Opacity

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

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

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

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

This text has shadow with #124F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124F79 on black background.


Color preview on white background

This text has color #124F79 on white background.



Black color preview on #124F79 background

This text has black color on #124F79 background.


White color preview on #124F79 background

This text has white color on #124F79 background.