COLOR #121835

HEX: #121835
RGB: (18,24,53)

Color info

#121835 contains red, green and blue colors in about the same proportion. Web safe color of #121835 is #000033 (or #003).

RGB color model

#121835 color RGB value is (18,24,53).

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

RGB channels and saturation

R 18 of 255 = 7%
G 24 of 255 = 9%
B 53 of 255 = 21%

18
24
53

R + G + B ~ 12%. #121835 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 24 + 53 = 95 (100%)
R 18 of 95 ~ 18.95%
G 24 of 95 ~ 25.26%
B 53 of 95 ~ 55.79%

%18.95
%25.26
%55.79

CMYK color model

#121835 color CMYK value is (66,55,0,79).

  • cyan value is 66.04%
  • magenta value is 54.72%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(66,55,0,79)
C66M55Y0K79 
(66%,55%,0%,79%)
(0.66/0.55/0.00/0.79)	

CMYK percentages

%66.04
%54.72
%0
%79.22

Codes

Color #121835 in popluar color models

121835
RGB182453
HSL230°49.30%13.92%
HSB/HSV230°66.04%20.78%
CMYK66.04%54.72%0.00%
79.22%

Color #121835 in popluar number systems.

HEX121835
Decimal182453
Binary1001011000110101
Octal223065

Shades and tints

Shades of #121835

#121835
(18,24,53)
#111631
(17,22,49)
#10142D
(16,20,45)
#0F1229
(15,18,41)
#0E1025
(14,16,37)
#0D0E21
(13,14,33)
#0C0C1D
(12,12,29)
#0B0A19
(11,10,25)
#0A0815
(10,8,21)
#090611
(9,6,17)
#08040D
(8,4,13)
#000000
(0,0,0)

Tints of #121835

#121835
(18,24,53)
#272D47
(39,45,71)
#3C4259
(60,66,89)
#51576B
(81,87,107)
#666C7D
(102,108,125)
#7B818F
(123,129,143)
#9096A1
(144,150,161)
#A5ABB3
(165,171,179)
#BAC0C5
(186,192,197)
#CFD5D7
(207,213,215)
#E4EAE9
(228,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121835; }

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

This text font color is #121835.


Background Color

.myBgColor { background-color: #121835; }

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

This div background color is #121835.


Border color

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

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

This div border color is #121835.


Opacity

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

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

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

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

This text has shadow with #121835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121835 on black background.


Color preview on white background

This text has color #121835 on white background.



Black color preview on #121835 background

This text has black color on #121835 background.


White color preview on #121835 background

This text has white color on #121835 background.