COLOR #124959

HEX: #124959
RGB: (18,73,89)

Color info

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

RGB color model

#124959 color RGB value is (18,73,89).

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

RGB channels and saturation

R 18 of 255 = 7%
G 73 of 255 = 29%
B 89 of 255 = 35%

18
73
89

R + G + B ~ 24%. #124959 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 73 + 89 = 180 (100%)
R 18 of 180 ~ 10%
G 73 of 180 ~ 40.56%
B 89 of 180 ~ 49.44%

%10
%40.56
%49.44

CMYK color model

#124959 color CMYK value is (80,18,0,65).

  • cyan value is 79.78%
  • magenta value is 17.98%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(80,18,0,65)
C80M18Y0K65 
(80%,18%,0%,65%)
(0.80/0.18/0.00/0.65)	

CMYK percentages

%79.78
%17.98
%0
%65.1

Codes

Color #124959 in popluar color models

124959
RGB187389
HSL194°66.36%20.98%
HSB/HSV194°79.78%34.90%
CMYK79.78%17.98%0.00%
65.10%

Color #124959 in popluar number systems.

HEX124959
Decimal187389
Binary1001010010011011001
Octal22111131

Shades and tints

Shades of #124959

#124959
(18,73,89)
#114351
(17,67,81)
#103D49
(16,61,73)
#0F3741
(15,55,65)
#0E3139
(14,49,57)
#0D2B31
(13,43,49)
#0C2529
(12,37,41)
#0B1F21
(11,31,33)
#0A1919
(10,25,25)
#091311
(9,19,17)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #124959

#124959
(18,73,89)
#275968
(39,89,104)
#3C6977
(60,105,119)
#517986
(81,121,134)
#668995
(102,137,149)
#7B99A4
(123,153,164)
#90A9B3
(144,169,179)
#A5B9C2
(165,185,194)
#BAC9D1
(186,201,209)
#CFD9E0
(207,217,224)
#E4E9EF
(228,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124959; }

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

This text font color is #124959.


Background Color

.myBgColor { background-color: #124959; }

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

This div background color is #124959.


Border color

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

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

This div border color is #124959.


Opacity

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

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

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

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

This text has shadow with #124959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124959 on black background.


Color preview on white background

This text has color #124959 on white background.



Black color preview on #124959 background

This text has black color on #124959 background.


White color preview on #124959 background

This text has white color on #124959 background.