COLOR #122D3E

HEX: #122D3E
RGB: (18,45,62)

Color info

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

RGB color model

#122D3E color RGB value is (18,45,62).

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

RGB channels and saturation

R 18 of 255 = 7%
G 45 of 255 = 18%
B 62 of 255 = 24%

18
45
62

R + G + B ~ 16%. #122D3E is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 45 + 62 = 125 (100%)
R 18 of 125 ~ 14.4%
G 45 of 125 ~ 36%
B 62 of 125 ~ 49.6%

%14.4
%36
%49.6

CMYK color model

#122D3E color CMYK value is (71,27,0,76).

  • cyan value is 70.97%
  • magenta value is 27.42%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(71,27,0,76)
C71M27Y0K76 
(71%,27%,0%,76%)
(0.71/0.27/0.00/0.76)	

CMYK percentages

%70.97
%27.42
%0
%75.69

Codes

Color #122D3E in popluar color models

122D3E
RGB184562
HSL203°55.00%15.69%
HSB/HSV203°70.97%24.31%
CMYK70.97%27.42%0.00%
75.69%

Color #122D3E in popluar number systems.

HEX122D3E
Decimal184562
Binary10010101101111110
Octal225576

Shades and tints

Shades of #122D3E

#122D3E
(18,45,62)
#112939
(17,41,57)
#102534
(16,37,52)
#0F212F
(15,33,47)
#0E1D2A
(14,29,42)
#0D1925
(13,25,37)
#0C1520
(12,21,32)
#0B111B
(11,17,27)
#0A0D16
(10,13,22)
#090911
(9,9,17)
#08050C
(8,5,12)
#000000
(0,0,0)

Tints of #122D3E

#122D3E
(18,45,62)
#27404F
(39,64,79)
#3C5360
(60,83,96)
#516671
(81,102,113)
#667982
(102,121,130)
#7B8C93
(123,140,147)
#909FA4
(144,159,164)
#A5B2B5
(165,178,181)
#BAC5C6
(186,197,198)
#CFD8D7
(207,216,215)
#E4EBE8
(228,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122D3E; }

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

This text font color is #122D3E.


Background Color

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

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

This div background color is #122D3E.


Border color

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

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

This div border color is #122D3E.


Opacity

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

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

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

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

This text has shadow with #122D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122D3E on black background.


Color preview on white background

This text has color #122D3E on white background.



Black color preview on #122D3E background

This text has black color on #122D3E background.


White color preview on #122D3E background

This text has white color on #122D3E background.