COLOR #124B51

HEX: #124B51
RGB: (18,75,81)

Color info

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

RGB color model

#124B51 color RGB value is (18,75,81).

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

RGB channels and saturation

R 18 of 255 = 7%
G 75 of 255 = 29%
B 81 of 255 = 32%

18
75
81

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

Portions of RGB colors in percentages

R + G + B =
18 + 75 + 81 = 174 (100%)
R 18 of 174 ~ 10.34%
G 75 of 174 ~ 43.1%
B 81 of 174 ~ 46.55%

%10.34
%43.1
%46.55

CMYK color model

#124B51 color CMYK value is (78,7,0,68).

  • cyan value is 77.78%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(78,7,0,68)
C78M7Y0K68 
(78%,7%,0%,68%)
(0.78/0.07/0.00/0.68)	

CMYK percentages

%77.78
%7.41
%0
%68.24

Codes

Color #124B51 in popluar color models

124B51
RGB187581
HSL186°63.64%19.41%
HSB/HSV186°77.78%31.76%
CMYK77.78%7.41%0.00%
68.24%

Color #124B51 in popluar number systems.

HEX124B51
Decimal187581
Binary1001010010111010001
Octal22113121

Shades and tints

Shades of #124B51

#124B51
(18,75,81)
#11454A
(17,69,74)
#103F43
(16,63,67)
#0F393C
(15,57,60)
#0E3335
(14,51,53)
#0D2D2E
(13,45,46)
#0C2727
(12,39,39)
#0B2120
(11,33,32)
#0A1B19
(10,27,25)
#091512
(9,21,18)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #124B51

#124B51
(18,75,81)
#275B60
(39,91,96)
#3C6B6F
(60,107,111)
#517B7E
(81,123,126)
#668B8D
(102,139,141)
#7B9B9C
(123,155,156)
#90ABAB
(144,171,171)
#A5BBBA
(165,187,186)
#BACBC9
(186,203,201)
#CFDBD8
(207,219,216)
#E4EBE7
(228,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124B51; }

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

This text font color is #124B51.


Background Color

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

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

This div background color is #124B51.


Border color

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

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

This div border color is #124B51.


Opacity

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

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

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

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

This text has shadow with #124B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124B51 on black background.


Color preview on white background

This text has color #124B51 on white background.



Black color preview on #124B51 background

This text has black color on #124B51 background.


White color preview on #124B51 background

This text has white color on #124B51 background.