COLOR #122A3C

HEX: #122A3C
RGB: (18,42,60)

Color info

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

RGB color model

#122A3C color RGB value is (18,42,60).

  • red value is 18;
  • green value is 42;
  • blue value is 60.
RGB:
(18,42,60)
(7%,16%,24%)

RGB channels and saturation

R 18 of 255 = 7%
G 42 of 255 = 16%
B 60 of 255 = 24%

18
42
60

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

Portions of RGB colors in percentages

R + G + B =
18 + 42 + 60 = 120 (100%)
R 18 of 120 ~ 15%
G 42 of 120 ~ 35%
B 60 of 120 ~ 50%

%15
%35
%50

CMYK color model

#122A3C color CMYK value is (70,30,0,76).

  • cyan value is 70.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(70,30,0,76)
C70M30Y0K76 
(70%,30%,0%,76%)
(0.70/0.30/0.00/0.76)	

CMYK percentages

%70
%30
%0
%76.47

Codes

Color #122A3C in popluar color models

122A3C
RGB184260
HSL206°53.85%15.29%
HSB/HSV206°70.00%23.53%
CMYK70.00%30.00%0.00%
76.47%

Color #122A3C in popluar number systems.

HEX122A3C
Decimal184260
Binary10010101010111100
Octal225274

Shades and tints

Shades of #122A3C

#122A3C
(18,42,60)
#112737
(17,39,55)
#102432
(16,36,50)
#0F212D
(15,33,45)
#0E1E28
(14,30,40)
#0D1B23
(13,27,35)
#0C181E
(12,24,30)
#0B1519
(11,21,25)
#0A1214
(10,18,20)
#090F0F
(9,15,15)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #122A3C

#122A3C
(18,42,60)
#273D4D
(39,61,77)
#3C505E
(60,80,94)
#51636F
(81,99,111)
#667680
(102,118,128)
#7B8991
(123,137,145)
#909CA2
(144,156,162)
#A5AFB3
(165,175,179)
#BAC2C4
(186,194,196)
#CFD5D5
(207,213,213)
#E4E8E6
(228,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122A3C color. Also use rgb(18,42,60) instead hex code.

Text Font Color

.myTextColor { color: #122A3C; }

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

This text font color is #122A3C.


Background Color

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

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

This div background color is #122A3C.


Border color

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

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

This div border color is #122A3C.


Opacity

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

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

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

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

This text has shadow with #122A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122A3C on black background.


Color preview on white background

This text has color #122A3C on white background.



Black color preview on #122A3C background

This text has black color on #122A3C background.


White color preview on #122A3C background

This text has white color on #122A3C background.