COLOR #124444

HEX: #124444
RGB: (18,68,68)

Color info

#124444 contains red, green and blue colors in about the same proportion. Web safe color of #124444 is #003333 (or #033).

RGB color model

#124444 color RGB value is (18,68,68).

  • red value is 18;
  • green value is 68;
  • blue value is 68.
RGB:
(18,68,68)
(7%,27%,27%)

RGB channels and saturation

R 18 of 255 = 7%
G 68 of 255 = 27%
B 68 of 255 = 27%

18
68
68

R + G + B ~ 20%. #124444 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 68 + 68 = 154 (100%)
R 18 of 154 ~ 11.69%
G 68 of 154 ~ 44.16%
B 68 of 154 ~ 44.16%

%11.69
%44.16
%44.16

CMYK color model

#124444 color CMYK value is (74,0,0,73).

  • cyan value is 73.53%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(74,0,0,73)
C74M0Y0K73 
(74%,0%,0%,73%)
(0.74/0.00/0.00/0.73)	

CMYK percentages

%73.53
%0
%0
%73.33

Codes

Color #124444 in popluar color models

124444
RGB186868
HSL180°58.14%16.86%
HSB/HSV180°73.53%26.67%
CMYK73.53%0.00%0.00%
73.33%

Color #124444 in popluar number systems.

HEX124444
Decimal186868
Binary1001010001001000100
Octal22104104

Shades and tints

Shades of #124444

#124444
(18,68,68)
#113E3E
(17,62,62)
#103838
(16,56,56)
#0F3232
(15,50,50)
#0E2C2C
(14,44,44)
#0D2626
(13,38,38)
#0C2020
(12,32,32)
#0B1A1A
(11,26,26)
#0A1414
(10,20,20)
#090E0E
(9,14,14)
#080808
(8,8,8)
#000000
(0,0,0)

Tints of #124444

#124444
(18,68,68)
#275555
(39,85,85)
#3C6666
(60,102,102)
#517777
(81,119,119)
#668888
(102,136,136)
#7B9999
(123,153,153)
#90AAAA
(144,170,170)
#A5BBBB
(165,187,187)
#BACCCC
(186,204,204)
#CFDDDD
(207,221,221)
#E4EEEE
(228,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124444; }

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

This text font color is #124444.


Background Color

.myBgColor { background-color: #124444; }

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

This div background color is #124444.


Border color

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

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

This div border color is #124444.


Opacity

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

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

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

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

This text has shadow with #124444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124444 on black background.


Color preview on white background

This text has color #124444 on white background.



Black color preview on #124444 background

This text has black color on #124444 background.


White color preview on #124444 background

This text has white color on #124444 background.