COLOR #121523

HEX: #121523
RGB: (18,21,35)

Color info

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

RGB color model

#121523 color RGB value is (18,21,35).

  • red value is 18;
  • green value is 21;
  • blue value is 35.
RGB:
(18,21,35)
(7%,8%,14%)

RGB channels and saturation

R 18 of 255 = 7%
G 21 of 255 = 8%
B 35 of 255 = 14%

18
21
35

R + G + B ~ 10%. #121523 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 21 + 35 = 74 (100%)
R 18 of 74 ~ 24.32%
G 21 of 74 ~ 28.38%
B 35 of 74 ~ 47.3%

%24.32
%28.38
%47.3

CMYK color model

#121523 color CMYK value is (49,40,0,86).

  • cyan value is 48.57%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(49,40,0,86)
C49M40Y0K86 
(49%,40%,0%,86%)
(0.49/0.40/0.00/0.86)	

CMYK percentages

%48.57
%40
%0
%86.27

Codes

Color #121523 in popluar color models

121523
RGB182135
HSL229°32.08%10.39%
HSB/HSV229°48.57%13.73%
CMYK48.57%40.00%0.00%
86.27%

Color #121523 in popluar number systems.

HEX121523
Decimal182135
Binary1001010101100011
Octal222543

Shades and tints

Shades of #121523

#121523
(18,21,35)
#111420
(17,20,32)
#10131D
(16,19,29)
#0F121A
(15,18,26)
#0E1117
(14,17,23)
#0D1014
(13,16,20)
#0C0F11
(12,15,17)
#0B0E0E
(11,14,14)
#0A0D0B
(10,13,11)
#090C08
(9,12,8)
#080B05
(8,11,5)
#000000
(0,0,0)

Tints of #121523

#121523
(18,21,35)
#272A37
(39,42,55)
#3C3F4B
(60,63,75)
#51545F
(81,84,95)
#666973
(102,105,115)
#7B7E87
(123,126,135)
#90939B
(144,147,155)
#A5A8AF
(165,168,175)
#BABDC3
(186,189,195)
#CFD2D7
(207,210,215)
#E4E7EB
(228,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121523 color. Also use rgb(18,21,35) instead hex code.

Text Font Color

.myTextColor { color: #121523; }

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

This text font color is #121523.


Background Color

.myBgColor { background-color: #121523; }

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

This div background color is #121523.


Border color

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

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

This div border color is #121523.


Opacity

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

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

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

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

This text has shadow with #121523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121523 on black background.


Color preview on white background

This text has color #121523 on white background.



Black color preview on #121523 background

This text has black color on #121523 background.


White color preview on #121523 background

This text has white color on #121523 background.