COLOR #124B6C

HEX: #124B6C
RGB: (18,75,108)

Color info

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

RGB color model

#124B6C color RGB value is (18,75,108).

  • red value is 18;
  • green value is 75;
  • blue value is 108.
RGB:
(18,75,108)
(7%,29%,42%)

RGB channels and saturation

R 18 of 255 = 7%
G 75 of 255 = 29%
B 108 of 255 = 42%

18
75
108

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

Portions of RGB colors in percentages

R + G + B =
18 + 75 + 108 = 201 (100%)
R 18 of 201 ~ 8.96%
G 75 of 201 ~ 37.31%
B 108 of 201 ~ 53.73%

%37.31
%53.73

CMYK color model

#124B6C color CMYK value is (83,31,0,58).

  • cyan value is 83.33%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(83,31,0,58)
C83M31Y0K58 
(83%,31%,0%,58%)
(0.83/0.31/0.00/0.58)	

CMYK percentages

%83.33
%30.56
%0
%57.65

Codes

Color #124B6C in popluar color models

124B6C
RGB1875108
HSL202°71.43%24.71%
HSB/HSV202°83.33%42.35%
CMYK83.33%30.56%0.00%
57.65%

Color #124B6C in popluar number systems.

HEX124B6C
Decimal1875108
Binary1001010010111101100
Octal22113154

Shades and tints

Shades of #124B6C

#124B6C
(18,75,108)
#114563
(17,69,99)
#103F5A
(16,63,90)
#0F3951
(15,57,81)
#0E3348
(14,51,72)
#0D2D3F
(13,45,63)
#0C2736
(12,39,54)
#0B212D
(11,33,45)
#0A1B24
(10,27,36)
#09151B
(9,21,27)
#080F12
(8,15,18)
#000000
(0,0,0)

Tints of #124B6C

#124B6C
(18,75,108)
#275B79
(39,91,121)
#3C6B86
(60,107,134)
#517B93
(81,123,147)
#668BA0
(102,139,160)
#7B9BAD
(123,155,173)
#90ABBA
(144,171,186)
#A5BBC7
(165,187,199)
#BACBD4
(186,203,212)
#CFDBE1
(207,219,225)
#E4EBEE
(228,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #124B6C color. Also use rgb(18,75,108) instead hex code.

Text Font Color

.myTextColor { color: #124B6C; }

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

This text font color is #124B6C.


Background Color

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

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

This div background color is #124B6C.


Border color

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

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

This div border color is #124B6C.


Opacity

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

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

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

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

This text has shadow with #124B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124B6C on black background.


Color preview on white background

This text has color #124B6C on white background.



Black color preview on #124B6C background

This text has black color on #124B6C background.


White color preview on #124B6C background

This text has white color on #124B6C background.