COLOR #124150

HEX: #124150 RGB: (18,65,80)

Color info

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

RGB color model

#124150 color RGB value is (18,65,80).

RGB: (18,65,80) (7%, 25%, 31%)

RGB channels and saturation

R 18 of 255 = 7%
G 65 of 255 = 25%
B 80 of 255 = 31%

18
65
80

R + G + B ~ 21%. #124150 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 65 + 80 = 163 (100%)
R 18 of 163 ~ 11.04%
G 65 of 163 ~ 39.88%
B 80 of 163 ~ 49.08'%

%11.04
%39.88
%49.08

CMYK color model

#124150 color CMYK value is (78,19,0,69).

  • cyan value is 77.50%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK: (78,19,0,69) C78M19Y0K69 (78%,19%,0%,69%) (0.78/0.19/0.00/0.69) 

CMYK percentages

%77.5
%18.75
%0
%68.63

Codes

Color #124150 in popluar color models

12 41 50
RGB 18 65 80
HSL 195° 63.27% 19.22%
HSB/HSV 195° 77.50% 31.37%
CMYK 77.50% 18.75% 0.00%
68.63%

Color #124150 in popluar number systems.

HEX 12 41 50
Decimal 18 65 80
Binary 10010 1000001 1010000
Octal 22 101 120

Shades and tints

Shades of #124150

#124150
(18,65,80)
#113C49
(17,60,73)
#103742
(16,55,66)
#0F323B
(15,50,59)
#0E2D34
(14,45,52)
#0D282D
(13,40,45)
#0C2326
(12,35,38)
#0B1E1F
(11,30,31)
#0A1918
(10,25,24)
#091411
(9,20,17)
#080F0A
(8,15,10)
#000000
(0,0,0)

Tints of #124150

#124150
(18,65,80)
#27525F
(39,82,95)
#3C636E
(60,99,110)
#51747D
(81,116,125)
#66858C
(102,133,140)
#7B969B
(123,150,155)
#90A7AA
(144,167,170)
#A5B8B9
(165,184,185)
#BAC9C8
(186,201,200)
#CFDAD7
(207,218,215)
#E4EBE6
(228,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #124150 color. Also use rgb(18,65,80) instead hex code.

Text Font Color

.myTextColor { color: #124150; }

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

This text font color is #124150.

Background Color

.myBgColor { background-color: #124150; }

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

This div background color is #124150.

Border color

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

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

This div border color is #124150.

Opacity

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

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

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

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

This text has shadow with #124150 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #124150.

Preview

Color preview on black background

This text has color #124150 on black background.


Color preview on white background

This text has color #124150 on white background.


Black color preview on #124150 background

This text has black color on #124150 background.


White color preview on #124150 background

This text has white color on #124150 background.


Related colors

Complementary color

Complementary color for #hex is #EDBEAF.


I love getcolorcode.com

Triadic colors

1 #501241 and #415012 with #124150 are triadic colors.

2 #504112 and #411250 with #124150 are triadic colors.