COLOR #122C35

HEX: #122C35
RGB: (18,44,53)

Color info

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

RGB color model

#122C35 color RGB value is (18,44,53).

  • red value is 18;
  • green value is 44;
  • blue value is 53.
RGB:
(18,44,53)
(7%,17%,21%)

RGB channels and saturation

R 18 of 255 = 7%
G 44 of 255 = 17%
B 53 of 255 = 21%

18
44
53

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

Portions of RGB colors in percentages

R + G + B =
18 + 44 + 53 = 115 (100%)
R 18 of 115 ~ 15.65%
G 44 of 115 ~ 38.26%
B 53 of 115 ~ 46.09%

%15.65
%38.26
%46.09

CMYK color model

#122C35 color CMYK value is (66,17,0,79).

  • cyan value is 66.04%
  • magenta value is 16.98%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(66,17,0,79)
C66M17Y0K79 
(66%,17%,0%,79%)
(0.66/0.17/0.00/0.79)	

CMYK percentages

%66.04
%16.98
%0
%79.22

Codes

Color #122C35 in popluar color models

122C35
RGB184453
HSL195°49.30%13.92%
HSB/HSV195°66.04%20.78%
CMYK66.04%16.98%0.00%
79.22%

Color #122C35 in popluar number systems.

HEX122C35
Decimal184453
Binary10010101100110101
Octal225465

Shades and tints

Shades of #122C35

#122C35
(18,44,53)
#112831
(17,40,49)
#10242D
(16,36,45)
#0F2029
(15,32,41)
#0E1C25
(14,28,37)
#0D1821
(13,24,33)
#0C141D
(12,20,29)
#0B1019
(11,16,25)
#0A0C15
(10,12,21)
#090811
(9,8,17)
#08040D
(8,4,13)
#000000
(0,0,0)

Tints of #122C35

#122C35
(18,44,53)
#273F47
(39,63,71)
#3C5259
(60,82,89)
#51656B
(81,101,107)
#66787D
(102,120,125)
#7B8B8F
(123,139,143)
#909EA1
(144,158,161)
#A5B1B3
(165,177,179)
#BAC4C5
(186,196,197)
#CFD7D7
(207,215,215)
#E4EAE9
(228,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122C35 color. Also use rgb(18,44,53) instead hex code.

Text Font Color

.myTextColor { color: #122C35; }

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

This text font color is #122C35.


Background Color

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

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

This div background color is #122C35.


Border color

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

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

This div border color is #122C35.


Opacity

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

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

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

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

This text has shadow with #122C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122C35 on black background.


Color preview on white background

This text has color #122C35 on white background.



Black color preview on #122C35 background

This text has black color on #122C35 background.


White color preview on #122C35 background

This text has white color on #122C35 background.