COLOR #124849

HEX: #124849
RGB: (18,72,73)

Color info

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

RGB color model

#124849 color RGB value is (18,72,73).

  • red value is 18;
  • green value is 72;
  • blue value is 73.
RGB:
(18,72,73)
(7%,28%,29%)

RGB channels and saturation

R 18 of 255 = 7%
G 72 of 255 = 28%
B 73 of 255 = 29%

18
72
73

R + G + B ~ 21%. #124849 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 72 + 73 = 163 (100%)
R 18 of 163 ~ 11.04%
G 72 of 163 ~ 44.17%
B 73 of 163 ~ 44.79%

%11.04
%44.17
%44.79

CMYK color model

#124849 color CMYK value is (75,1,0,71).

  • cyan value is 75.34%
  • magenta value is 1.37%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(75,1,0,71)
C75M1Y0K71 
(75%,1%,0%,71%)
(0.75/0.01/0.00/0.71)	

CMYK percentages

%75.34
%1.37
%0
%71.37

Codes

Color #124849 in popluar color models

124849
RGB187273
HSL181°60.44%17.84%
HSB/HSV181°75.34%28.63%
CMYK75.34%1.37%0.00%
71.37%

Color #124849 in popluar number systems.

HEX124849
Decimal187273
Binary1001010010001001001
Octal22110111

Shades and tints

Shades of #124849

#124849
(18,72,73)
#114243
(17,66,67)
#103C3D
(16,60,61)
#0F3637
(15,54,55)
#0E3031
(14,48,49)
#0D2A2B
(13,42,43)
#0C2425
(12,36,37)
#0B1E1F
(11,30,31)
#0A1819
(10,24,25)
#091213
(9,18,19)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #124849

#124849
(18,72,73)
#275859
(39,88,89)
#3C6869
(60,104,105)
#517879
(81,120,121)
#668889
(102,136,137)
#7B9899
(123,152,153)
#90A8A9
(144,168,169)
#A5B8B9
(165,184,185)
#BAC8C9
(186,200,201)
#CFD8D9
(207,216,217)
#E4E8E9
(228,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124849; }

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

This text font color is #124849.


Background Color

.myBgColor { background-color: #124849; }

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

This div background color is #124849.


Border color

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

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

This div border color is #124849.


Opacity

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

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

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

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

This text has shadow with #124849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124849 on black background.


Color preview on white background

This text has color #124849 on white background.



Black color preview on #124849 background

This text has black color on #124849 background.


White color preview on #124849 background

This text has white color on #124849 background.