COLOR #124759

HEX: #124759
RGB: (18,71,89)

Color info

#124759 contains mainly green and blue colors. Web safe color of #124759 is #003366 (or #036).

RGB color model

#124759 color RGB value is (18,71,89).

  • red value is 18;
  • green value is 71;
  • blue value is 89.
RGB:
(18,71,89)
(7%,28%,35%)

RGB channels and saturation

R 18 of 255 = 7%
G 71 of 255 = 28%
B 89 of 255 = 35%

18
71
89

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

Portions of RGB colors in percentages

R + G + B =
18 + 71 + 89 = 178 (100%)
R 18 of 178 ~ 10.11%
G 71 of 178 ~ 39.89%
B 89 of 178 ~ 50%

%10.11
%39.89
%50

CMYK color model

#124759 color CMYK value is (80,20,0,65).

  • cyan value is 79.78%
  • magenta value is 20.22%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(80,20,0,65)
C80M20Y0K65 
(80%,20%,0%,65%)
(0.80/0.20/0.00/0.65)	

CMYK percentages

%79.78
%20.22
%0
%65.1

Codes

Color #124759 in popluar color models

124759
RGB187189
HSL195°66.36%20.98%
HSB/HSV195°79.78%34.90%
CMYK79.78%20.22%0.00%
65.10%

Color #124759 in popluar number systems.

HEX124759
Decimal187189
Binary1001010001111011001
Octal22107131

Shades and tints

Shades of #124759

#124759
(18,71,89)
#114151
(17,65,81)
#103B49
(16,59,73)
#0F3541
(15,53,65)
#0E2F39
(14,47,57)
#0D2931
(13,41,49)
#0C2329
(12,35,41)
#0B1D21
(11,29,33)
#0A1719
(10,23,25)
#091111
(9,17,17)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #124759

#124759
(18,71,89)
#275768
(39,87,104)
#3C6777
(60,103,119)
#517786
(81,119,134)
#668795
(102,135,149)
#7B97A4
(123,151,164)
#90A7B3
(144,167,179)
#A5B7C2
(165,183,194)
#BAC7D1
(186,199,209)
#CFD7E0
(207,215,224)
#E4E7EF
(228,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #124759 color. Also use rgb(18,71,89) instead hex code.

Text Font Color

.myTextColor { color: #124759; }

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

This text font color is #124759.


Background Color

.myBgColor { background-color: #124759; }

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

This div background color is #124759.


Border color

.myBorderColor { border: 1px solid #124759; }

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

This div border color is #124759.


Opacity

.myOpacity80 { color: #124759; opacity: 0.8; }

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

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

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

This text has shadow with #124759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124759 on black background.


Color preview on white background

This text has color #124759 on white background.



Black color preview on #124759 background

This text has black color on #124759 background.


White color preview on #124759 background

This text has white color on #124759 background.