COLOR #124C69

HEX: #124C69
RGB: (18,76,105)

Color info

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

RGB color model

#124C69 color RGB value is (18,76,105).

  • red value is 18;
  • green value is 76;
  • blue value is 105.
RGB:
(18,76,105)
(7%,30%,41%)

RGB channels and saturation

R 18 of 255 = 7%
G 76 of 255 = 30%
B 105 of 255 = 41%

18
76
105

R + G + B ~ 26%. #124C69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 76 + 105 = 199 (100%)
R 18 of 199 ~ 9.05%
G 76 of 199 ~ 38.19%
B 105 of 199 ~ 52.76%

%38.19
%52.76

CMYK color model

#124C69 color CMYK value is (83,28,0,59).

  • cyan value is 82.86%
  • magenta value is 27.62%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(83,28,0,59)
C83M28Y0K59 
(83%,28%,0%,59%)
(0.83/0.28/0.00/0.59)	

CMYK percentages

%82.86
%27.62
%0
%58.82

Codes

Color #124C69 in popluar color models

124C69
RGB1876105
HSL200°70.73%24.12%
HSB/HSV200°82.86%41.18%
CMYK82.86%27.62%0.00%
58.82%

Color #124C69 in popluar number systems.

HEX124C69
Decimal1876105
Binary1001010011001101001
Octal22114151

Shades and tints

Shades of #124C69

#124C69
(18,76,105)
#114660
(17,70,96)
#104057
(16,64,87)
#0F3A4E
(15,58,78)
#0E3445
(14,52,69)
#0D2E3C
(13,46,60)
#0C2833
(12,40,51)
#0B222A
(11,34,42)
#0A1C21
(10,28,33)
#091618
(9,22,24)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #124C69

#124C69
(18,76,105)
#275C76
(39,92,118)
#3C6C83
(60,108,131)
#517C90
(81,124,144)
#668C9D
(102,140,157)
#7B9CAA
(123,156,170)
#90ACB7
(144,172,183)
#A5BCC4
(165,188,196)
#BACCD1
(186,204,209)
#CFDCDE
(207,220,222)
#E4ECEB
(228,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #124C69 color. Also use rgb(18,76,105) instead hex code.

Text Font Color

.myTextColor { color: #124C69; }

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

This text font color is #124C69.


Background Color

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

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

This div background color is #124C69.


Border color

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

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

This div border color is #124C69.


Opacity

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

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

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

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

This text has shadow with #124C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124C69 on black background.


Color preview on white background

This text has color #124C69 on white background.



Black color preview on #124C69 background

This text has black color on #124C69 background.


White color preview on #124C69 background

This text has white color on #124C69 background.