COLOR #121925

HEX: #121925
RGB: (18,25,37)

Color info

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

RGB color model

#121925 color RGB value is (18,25,37).

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

RGB channels and saturation

R 18 of 255 = 7%
G 25 of 255 = 10%
B 37 of 255 = 15%

18
25
37

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

Portions of RGB colors in percentages

R + G + B =
18 + 25 + 37 = 80 (100%)
R 18 of 80 ~ 22.5%
G 25 of 80 ~ 31.25%
B 37 of 80 ~ 46.25%

%22.5
%31.25
%46.25

CMYK color model

#121925 color CMYK value is (51,32,0,85).

  • cyan value is 51.35%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(51,32,0,85)
C51M32Y0K85 
(51%,32%,0%,85%)
(0.51/0.32/0.00/0.85)	

CMYK percentages

%51.35
%32.43
%0
%85.49

Codes

Color #121925 in popluar color models

121925
RGB182537
HSL218°34.55%10.78%
HSB/HSV218°51.35%14.51%
CMYK51.35%32.43%0.00%
85.49%

Color #121925 in popluar number systems.

HEX121925
Decimal182537
Binary1001011001100101
Octal223145

Shades and tints

Shades of #121925

#121925
(18,25,37)
#111722
(17,23,34)
#10151F
(16,21,31)
#0F131C
(15,19,28)
#0E1119
(14,17,25)
#0D0F16
(13,15,22)
#0C0D13
(12,13,19)
#0B0B10
(11,11,16)
#0A090D
(10,9,13)
#09070A
(9,7,10)
#080507
(8,5,7)
#000000
(0,0,0)

Tints of #121925

#121925
(18,25,37)
#272D38
(39,45,56)
#3C414B
(60,65,75)
#51555E
(81,85,94)
#666971
(102,105,113)
#7B7D84
(123,125,132)
#909197
(144,145,151)
#A5A5AA
(165,165,170)
#BAB9BD
(186,185,189)
#CFCDD0
(207,205,208)
#E4E1E3
(228,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121925; }

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

This text font color is #121925.


Background Color

.myBgColor { background-color: #121925; }

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

This div background color is #121925.


Border color

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

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

This div border color is #121925.


Opacity

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

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

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

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

This text has shadow with #121925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121925 on black background.


Color preview on white background

This text has color #121925 on white background.



Black color preview on #121925 background

This text has black color on #121925 background.


White color preview on #121925 background

This text has white color on #121925 background.