COLOR #121425

HEX: #121425
RGB: (18,20,37)

Renk bilgisi

#121425 contains red, green and blue colors in about the same proportion. #121425 ‘ nin web güvenlik rengi #000033 (ya da #003) dir.

RGB renk modeli

#121425 color RGB value is (18,20,37).

  • kırmız ton 18;
  • yeşil ton 20;
  • mavi ton 37.
RGB:
(18,20,37)
(7%,8%,15%)

RGB bağlantıları ve doygunluk

R 18 of 255 = 7%
G 20 of 255 = 8%
B 37 of 255 = 15%

18
20
37

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

Yüzdelerle RGB renk parçaları

R + G + B =
18 + 20 + 37 = 75 (100%)
R 18 of 75 ~ 24%
G 20 of 75 ~ 26.67%
B 37 of 75 ~ 49.33%

%24
%26.67
%49.33

CMYK RENK MODELİ

#121425 rengi CMYK tonu (51,46,0,85).

  • camgöbeği tonu 51.35%
  • eflatun tonu 45.95%
  • sarı tonu 0.00%
  • ana renk tonu 85.49%
CMYK:
(51,46,0,85)
C51M46Y0K85 
(51%,46%,0%,85%)
(0.51/0.46/0.00/0.85)	

CMYK yüzdeleri

%51.35
%45.95
%0
%85.49

Codes

Color #121425 in popluar color models

121425
RGB182037
HSL234°34.55%10.78%
HSB/HSV234°51.35%14.51%
CMYK51.35%45.95%0.00%
85.49%

Color #121425 in popluar number systems.

HEX121425
Decimal182037
Binary1001010100100101
Octal222445

Shades and tints

Shades of #121425

#121425
(18,20,37)
#111322
(17,19,34)
#10121F
(16,18,31)
#0F111C
(15,17,28)
#0E1019
(14,16,25)
#0D0F16
(13,15,22)
#0C0E13
(12,14,19)
#0B0D10
(11,13,16)
#0A0C0D
(10,12,13)
#090B0A
(9,11,10)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #121425

#121425
(18,20,37)
#272938
(39,41,56)
#3C3E4B
(60,62,75)
#51535E
(81,83,94)
#666871
(102,104,113)
#7B7D84
(123,125,132)
#909297
(144,146,151)
#A5A7AA
(165,167,170)
#BABCBD
(186,188,189)
#CFD1D0
(207,209,208)
#E4E6E3
(228,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121425; }

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

This text font color is #121425.


Background Color

.myBgColor { background-color: #121425; }

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

This div background color is #121425.


Border color

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

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

This div border color is #121425.


Opacity

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

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

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

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

This text has shadow with #121425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121425 on black background.


Color preview on white background

This text has color #121425 on white background.



Black color preview on #121425 background

This text has black color on #121425 background.


White color preview on #121425 background

This text has white color on #121425 background.