COLOR #122A38

HEX: #122A38
RGB: (18,42,56)

Color info

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

RGB color model

#122A38 color RGB value is (18,42,56).

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

RGB channels and saturation

R 18 of 255 = 7%
G 42 of 255 = 16%
B 56 of 255 = 22%

18
42
56

R + G + B ~ 15%. #122A38 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 42 + 56 = 116 (100%)
R 18 of 116 ~ 15.52%
G 42 of 116 ~ 36.21%
B 56 of 116 ~ 48.28%

%15.52
%36.21
%48.28

CMYK color model

#122A38 color CMYK value is (68,25,0,78).

  • cyan value is 67.86%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(68,25,0,78)
C68M25Y0K78 
(68%,25%,0%,78%)
(0.68/0.25/0.00/0.78)	

CMYK percentages

%67.86
%25
%0
%78.04

Codes

Color #122A38 in popluar color models

122A38
RGB184256
HSL202°51.35%14.51%
HSB/HSV202°67.86%21.96%
CMYK67.86%25.00%0.00%
78.04%

Color #122A38 in popluar number systems.

HEX122A38
Decimal184256
Binary10010101010111000
Octal225270

Shades and tints

Shades of #122A38

#122A38
(18,42,56)
#112733
(17,39,51)
#10242E
(16,36,46)
#0F2129
(15,33,41)
#0E1E24
(14,30,36)
#0D1B1F
(13,27,31)
#0C181A
(12,24,26)
#0B1515
(11,21,21)
#0A1210
(10,18,16)
#090F0B
(9,15,11)
#080C06
(8,12,6)
#000000
(0,0,0)

Tints of #122A38

#122A38
(18,42,56)
#273D4A
(39,61,74)
#3C505C
(60,80,92)
#51636E
(81,99,110)
#667680
(102,118,128)
#7B8992
(123,137,146)
#909CA4
(144,156,164)
#A5AFB6
(165,175,182)
#BAC2C8
(186,194,200)
#CFD5DA
(207,213,218)
#E4E8EC
(228,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122A38; }

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

This text font color is #122A38.


Background Color

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

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

This div background color is #122A38.


Border color

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

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

This div border color is #122A38.


Opacity

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

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

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

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

This text has shadow with #122A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122A38 on black background.


Color preview on white background

This text has color #122A38 on white background.



Black color preview on #122A38 background

This text has black color on #122A38 background.


White color preview on #122A38 background

This text has white color on #122A38 background.