COLOR #124C51

HEX: #124C51
RGB: (18,76,81)

Color info

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

RGB color model

#124C51 color RGB value is (18,76,81).

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

RGB channels and saturation

R 18 of 255 = 7%
G 76 of 255 = 30%
B 81 of 255 = 32%

18
76
81

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

Portions of RGB colors in percentages

R + G + B =
18 + 76 + 81 = 175 (100%)
R 18 of 175 ~ 10.29%
G 76 of 175 ~ 43.43%
B 81 of 175 ~ 46.29%

%10.29
%43.43
%46.29

CMYK color model

#124C51 color CMYK value is (78,6,0,68).

  • cyan value is 77.78%
  • magenta value is 6.17%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(78,6,0,68)
C78M6Y0K68 
(78%,6%,0%,68%)
(0.78/0.06/0.00/0.68)	

CMYK percentages

%77.78
%6.17
%0
%68.24

Codes

Color #124C51 in popluar color models

124C51
RGB187681
HSL185°63.64%19.41%
HSB/HSV185°77.78%31.76%
CMYK77.78%6.17%0.00%
68.24%

Color #124C51 in popluar number systems.

HEX124C51
Decimal187681
Binary1001010011001010001
Octal22114121

Shades and tints

Shades of #124C51

#124C51
(18,76,81)
#11464A
(17,70,74)
#104043
(16,64,67)
#0F3A3C
(15,58,60)
#0E3435
(14,52,53)
#0D2E2E
(13,46,46)
#0C2827
(12,40,39)
#0B2220
(11,34,32)
#0A1C19
(10,28,25)
#091612
(9,22,18)
#08100B
(8,16,11)
#000000
(0,0,0)

Tints of #124C51

#124C51
(18,76,81)
#275C60
(39,92,96)
#3C6C6F
(60,108,111)
#517C7E
(81,124,126)
#668C8D
(102,140,141)
#7B9C9C
(123,156,156)
#90ACAB
(144,172,171)
#A5BCBA
(165,188,186)
#BACCC9
(186,204,201)
#CFDCD8
(207,220,216)
#E4ECE7
(228,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124C51; }

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

This text font color is #124C51.


Background Color

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

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

This div background color is #124C51.


Border color

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

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

This div border color is #124C51.


Opacity

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

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

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

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

This text has shadow with #124C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124C51 on black background.


Color preview on white background

This text has color #124C51 on white background.



Black color preview on #124C51 background

This text has black color on #124C51 background.


White color preview on #124C51 background

This text has white color on #124C51 background.