COLOR #122835

HEX: #122835
RGB: (18,40,53)

Color info

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

RGB color model

#122835 color RGB value is (18,40,53).

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

RGB channels and saturation

R 18 of 255 = 7%
G 40 of 255 = 16%
B 53 of 255 = 21%

18
40
53

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

Portions of RGB colors in percentages

R + G + B =
18 + 40 + 53 = 111 (100%)
R 18 of 111 ~ 16.22%
G 40 of 111 ~ 36.04%
B 53 of 111 ~ 47.75%

%16.22
%36.04
%47.75

CMYK color model

#122835 color CMYK value is (66,25,0,79).

  • cyan value is 66.04%
  • magenta value is 24.53%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(66,25,0,79)
C66M25Y0K79 
(66%,25%,0%,79%)
(0.66/0.25/0.00/0.79)	

CMYK percentages

%66.04
%24.53
%0
%79.22

Codes

Color #122835 in popluar color models

122835
RGB184053
HSL202°49.30%13.92%
HSB/HSV202°66.04%20.78%
CMYK66.04%24.53%0.00%
79.22%

Color #122835 in popluar number systems.

HEX122835
Decimal184053
Binary10010101000110101
Octal225065

Shades and tints

Shades of #122835

#122835
(18,40,53)
#112531
(17,37,49)
#10222D
(16,34,45)
#0F1F29
(15,31,41)
#0E1C25
(14,28,37)
#0D1921
(13,25,33)
#0C161D
(12,22,29)
#0B1319
(11,19,25)
#0A1015
(10,16,21)
#090D11
(9,13,17)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #122835

#122835
(18,40,53)
#273B47
(39,59,71)
#3C4E59
(60,78,89)
#51616B
(81,97,107)
#66747D
(102,116,125)
#7B878F
(123,135,143)
#909AA1
(144,154,161)
#A5ADB3
(165,173,179)
#BAC0C5
(186,192,197)
#CFD3D7
(207,211,215)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122835; }

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

This text font color is #122835.


Background Color

.myBgColor { background-color: #122835; }

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

This div background color is #122835.


Border color

.myBorderColor { border: 1px solid #122835; }

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

This div border color is #122835.


Opacity

.myOpacity80 { color: #122835; opacity: 0.8; }

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

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

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

This text has shadow with #122835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122835 on black background.


Color preview on white background

This text has color #122835 on white background.



Black color preview on #122835 background

This text has black color on #122835 background.


White color preview on #122835 background

This text has white color on #122835 background.