COLOR #121C25

HEX: #121C25
RGB: (18,28,37)

Color info

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

RGB color model

#121C25 color RGB value is (18,28,37).

  • red value is 18;
  • green value is 28;
  • blue value is 37.
RGB:
(18,28,37)
(7%,11%,15%)

RGB channels and saturation

R 18 of 255 = 7%
G 28 of 255 = 11%
B 37 of 255 = 15%

18
28
37

R + G + B ~ 11%. #121C25 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 28 + 37 = 83 (100%)
R 18 of 83 ~ 21.69%
G 28 of 83 ~ 33.73%
B 37 of 83 ~ 44.58%

%21.69
%33.73
%44.58

CMYK color model

#121C25 color CMYK value is (51,24,0,85).

  • cyan value is 51.35%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(51,24,0,85)
C51M24Y0K85 
(51%,24%,0%,85%)
(0.51/0.24/0.00/0.85)	

CMYK percentages

%51.35
%24.32
%0
%85.49

Codes

Color #121C25 in popluar color models

121C25
RGB182837
HSL208°34.55%10.78%
HSB/HSV208°51.35%14.51%
CMYK51.35%24.32%0.00%
85.49%

Color #121C25 in popluar number systems.

HEX121C25
Decimal182837
Binary1001011100100101
Octal223445

Shades and tints

Shades of #121C25

#121C25
(18,28,37)
#111A22
(17,26,34)
#10181F
(16,24,31)
#0F161C
(15,22,28)
#0E1419
(14,20,25)
#0D1216
(13,18,22)
#0C1013
(12,16,19)
#0B0E10
(11,14,16)
#0A0C0D
(10,12,13)
#090A0A
(9,10,10)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #121C25

#121C25
(18,28,37)
#273038
(39,48,56)
#3C444B
(60,68,75)
#51585E
(81,88,94)
#666C71
(102,108,113)
#7B8084
(123,128,132)
#909497
(144,148,151)
#A5A8AA
(165,168,170)
#BABCBD
(186,188,189)
#CFD0D0
(207,208,208)
#E4E4E3
(228,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121C25 color. Also use rgb(18,28,37) instead hex code.

Text Font Color

.myTextColor { color: #121C25; }

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

This text font color is #121C25.


Background Color

.myBgColor { background-color: #121C25; }

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

This div background color is #121C25.


Border color

.myBorderColor { border: 1px solid #121C25; }

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

This div border color is #121C25.


Opacity

.myOpacity80 { color: #121C25; opacity: 0.8; }

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

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

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

This text has shadow with #121C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121C25 on black background.


Color preview on white background

This text has color #121C25 on white background.



Black color preview on #121C25 background

This text has black color on #121C25 background.


White color preview on #121C25 background

This text has white color on #121C25 background.