COLOR #122D50

HEX: #122D50
RGB: (18,45,80)

Color info

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

RGB color model

#122D50 color RGB value is (18,45,80).

  • red value is 18;
  • green value is 45;
  • blue value is 80.
RGB:
(18,45,80)
(7%,18%,31%)

RGB channels and saturation

R 18 of 255 = 7%
G 45 of 255 = 18%
B 80 of 255 = 31%

18
45
80

R + G + B ~ 19%. #122D50 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 45 + 80 = 143 (100%)
R 18 of 143 ~ 12.59%
G 45 of 143 ~ 31.47%
B 80 of 143 ~ 55.94%

%12.59
%31.47
%55.94

CMYK color model

#122D50 color CMYK value is (78,44,0,69).

  • cyan value is 77.50%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(78,44,0,69)
C78M44Y0K69 
(78%,44%,0%,69%)
(0.78/0.44/0.00/0.69)	

CMYK percentages

%77.5
%43.75
%0
%68.63

Codes

Color #122D50 in popluar color models

122D50
RGB184580
HSL214°63.27%19.22%
HSB/HSV214°77.50%31.37%
CMYK77.50%43.75%0.00%
68.63%

Color #122D50 in popluar number systems.

HEX122D50
Decimal184580
Binary100101011011010000
Octal2255120

Shades and tints

Shades of #122D50

#122D50
(18,45,80)
#112949
(17,41,73)
#102542
(16,37,66)
#0F213B
(15,33,59)
#0E1D34
(14,29,52)
#0D192D
(13,25,45)
#0C1526
(12,21,38)
#0B111F
(11,17,31)
#0A0D18
(10,13,24)
#090911
(9,9,17)
#08050A
(8,5,10)
#000000
(0,0,0)

Tints of #122D50

#122D50
(18,45,80)
#27405F
(39,64,95)
#3C536E
(60,83,110)
#51667D
(81,102,125)
#66798C
(102,121,140)
#7B8C9B
(123,140,155)
#909FAA
(144,159,170)
#A5B2B9
(165,178,185)
#BAC5C8
(186,197,200)
#CFD8D7
(207,216,215)
#E4EBE6
(228,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122D50 color. Also use rgb(18,45,80) instead hex code.

Text Font Color

.myTextColor { color: #122D50; }

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

This text font color is #122D50.


Background Color

.myBgColor { background-color: #122D50; }

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

This div background color is #122D50.


Border color

.myBorderColor { border: 1px solid #122D50; }

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

This div border color is #122D50.


Opacity

.myOpacity80 { color: #122D50; opacity: 0.8; }

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

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

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

This text has shadow with #122D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122D50 on black background.


Color preview on white background

This text has color #122D50 on white background.



Black color preview on #122D50 background

This text has black color on #122D50 background.


White color preview on #122D50 background

This text has white color on #122D50 background.